HEX: #15425B
RGB: (21,66,91)
#15425B enthält hauptsächlich grüne und blaue Farbe. Für #15425B ist eine «websichere» Webfarbe #003366 (oder kurz #036).
Die Farbe #15425B wird in RGB als (21,66,91) definiert.
RGB: (21,66,91) (8%,26%,36%)
R 21 von 255 = 8%
G 66 von 255 = 26%
B 91 von 255 = 36%
R + G + B ~ 23%. #15425B dunkle Farbe.
R + G + B =
21 + 66 + 91 = 178 (100%)
R 21 von 178 ~ 11.8%
G 66 von 178 ~ 37.08%
B 91 von 178 ~ 51.12%
Die Farbe #15425B wird in CMYK als (77,27,0,64) definiert.
CMYK: (77,27,0,64) C77M27Y0K64 (77%,27%,0%,64%) (0.77/0.27/0.00/0.64)
15 | 42 | 5B | |
---|---|---|---|
RGB | 21 | 66 | 91 |
HSL | 201° | 62.50% | 21.96% |
HSB/HSV | 201° | 76.92% | 35.69% |
CMYK | 76.92% | 27.47% | 0.00% |
64.31% |
Hexadezimal | 15 | 42 | 5B |
Dezimal | 21 | 66 | 91 |
Binär | 10101 | 1000010 | 1011011 |
Oktal | 25 | 102 | 133 |
Beispiele css- und html für Elemente in der Farbe #15425B. Bitte benutzen Sie auch rgb(21,66,91) statt hex-Code.
.myTextColor { color: #15425B; }
<p style="color:#15425B">This sample text font color is #15425B.</p>
Die Farbe dieses Textes ist #15425B.
.myBgColor { background-color: #15425B; }
<div style="background-color:#15425B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15425B.
.myBorderColor { border: 1px solid #15425B; }
<div style="border:3px solid #15425B">Div</div>
Die Grenzen von diesem div sind in Farbe #15425B.
.myOpacity80 { color: #15425B; opacity: 0.8; }
<p style="color:#15425B;opacity:0.8;">80%</p>
Text in Farbe #15425B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15425B;}
<p style="text-shadow: 3px 3px 1px #15425B">Text here.</p>
Dieser Text hat den Schatten in Farbe #15425B.
.textShadow {text-shadow: 3px 3px 1px #15425B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15425B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15425B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15425B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15425B, Direction=45, Strength=4)">Text</p>
This text has shadow with #15425B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15425B; -webkit-box-shadow: 1px 1px 3px 2px #15425B; box-shadow: 1px 1px 3px 2px #15425B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #15425B; -webkit-box-shadow: 1px 1px 3px 2px #15425B; box-shadow:1px 1px 3px 2px #15425B;">
Div content here</div>
Dieser Text ist in der Farbe #15425B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15425B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15425B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15425B.