HEX: #12477D
RGB: (18,71,125)
#12477D enthält hauptsächlich grüne und blaue Farbe. Für #12477D ist eine «websichere» Webfarbe #003366 (oder kurz #036).
Die Farbe #12477D wird in RGB als (18,71,125) definiert.
RGB: (18,71,125)
(7%, 28%, 49%)
R 18 von 255 = 7%
G 71 von 255 = 28%
B 125 von 255 = 49%
R + G + B ~ 28%. #12477D ziemlich dunkle Farbe.
R + G + B = 18 + 71 + 125 = 214 (100%)
R 18 von 214 ~ 8.41%
G 71 von 214 ~ 33.18%
B 125 von 214 ~ 58.41'%
Die Farbe #12477D wird in CMYK als (86,43,0,51) definiert.
CMYK: (86,43,0,51)
C86M43Y0K51 (86%, 43%, 0%, 51%)
(0.86 / 0.43 / 0.00 / 0.51)
Farbe #12477D in den populären Farbmodellen.
12 | 47 | 7D | |
---|---|---|---|
RGB | 18 | 71 | 125 |
HSL | 210° | 74.83% | 28.04% |
HSB/HSV | 210° | 85.60% | 49.02% |
CMYK | 85.60% | 43.20% | 0.00% |
50.98% |
Die Farbe #12477D in den populären Zahlensystemen.
Hexadezimal | 12 | 47 | 7D |
Dezimal | 18 | 71 | 125 |
Binär | 10010 | 1000111 | 1111101 |
Oktal | 22 | 107 | 175 |
Dunkle Töne der Farbe #12477D
Helle Töne der Farbe #12477D
Beispiele css- und html für Elemente in der Farbe #12477D. Bitte benutzen Sie auch rgb(18,71,125) statt hex-Code.
.myTextColor { color: #12477D; }
<p style="color:#12477D">This sample text font color is #12477D.</p>
Die Farbe dieses Textes ist #12477D.
.myBgColor { background-color: #12477D; }
<div style="background-color:#12477D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #12477D.
.myBorderColor { border: 1px solid #12477D; }
<div style="border:3px solid #12477D">Div</div>
Die Grenzen von diesem div sind in Farbe #12477D.
.myOpacity80 { color: #12477D; opacity: 0.8; }
<p style="color:#12477D;opacity:0.8;">80%</p>
Text in Farbe #12477D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #12477D;}
<p style="text-shadow: 3px 3px 1px #12477D">Text here.</p>
Dieser Text hat den Schatten in Farbe #12477D.
.textShadow {text-shadow: 3px 3px 1px #12477D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #12477D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #12477D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#12477D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#12477D, Direction=45, Strength=4)">Text</p>
This text has shadow with #12477D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #12477D;
-webkit-box-shadow: 1px 1px 3px 2px #12477D;
box-shadow: 1px 1px 3px 2px #12477D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #12477D; -webkit-box-shadow: 1px 1px 3px 2px #12477D; box-shadow:1px 1px 3px 2px #12477D;">
Div content here
</div>
Dieser Text ist in der Farbe #12477D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #12477D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #12477D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #12477D.
Kontrastfarbe für #hex ist #EDB882.