HEX: #15192C
RGB: (21,25,44)
#15192C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #15192C ist eine «websichere» Webfarbe #000033 (oder kurz #003).
Die Farbe #15192C wird in RGB als (21,25,44) definiert.
RGB: (21,25,44) (8%,10%,17%)
R 21 von 255 = 8%
G 25 von 255 = 10%
B 44 von 255 = 17%
R + G + B ~ 12%. #15192C dunkle Farbe.
R + G + B =
21 + 25 + 44 = 90 (100%)
R 21 von 90 ~ 23.33%
G 25 von 90 ~ 27.78%
B 44 von 90 ~ 48.89%
Die Farbe #15192C wird in CMYK als (52,43,0,83) definiert.
CMYK: (52,43,0,83) C52M43Y0K83 (52%,43%,0%,83%) (0.52/0.43/0.00/0.83)
15 | 19 | 2C | |
---|---|---|---|
RGB | 21 | 25 | 44 |
HSL | 230° | 35.38% | 12.75% |
HSB/HSV | 230° | 52.27% | 17.25% |
CMYK | 52.27% | 43.18% | 0.00% |
82.75% |
Hexadezimal | 15 | 19 | 2C |
Dezimal | 21 | 25 | 44 |
Binär | 10101 | 11001 | 101100 |
Oktal | 25 | 31 | 54 |
Beispiele css- und html für Elemente in der Farbe #15192C. Bitte benutzen Sie auch rgb(21,25,44) statt hex-Code.
.myTextColor { color: #15192C; }
<p style="color:#15192C">This sample text font color is #15192C.</p>
Die Farbe dieses Textes ist #15192C.
.myBgColor { background-color: #15192C; }
<div style="background-color:#15192C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15192C.
.myBorderColor { border: 1px solid #15192C; }
<div style="border:3px solid #15192C">Div</div>
Die Grenzen von diesem div sind in Farbe #15192C.
.myOpacity80 { color: #15192C; opacity: 0.8; }
<p style="color:#15192C;opacity:0.8;">80%</p>
Text in Farbe #15192C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15192C;}
<p style="text-shadow: 3px 3px 1px #15192C">Text here.</p>
Dieser Text hat den Schatten in Farbe #15192C.
.textShadow {text-shadow: 3px 3px 1px #15192C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15192C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15192C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15192C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15192C, Direction=45, Strength=4)">Text</p>
This text has shadow with #15192C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15192C; -webkit-box-shadow: 1px 1px 3px 2px #15192C; box-shadow: 1px 1px 3px 2px #15192C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #15192C; -webkit-box-shadow: 1px 1px 3px 2px #15192C; box-shadow:1px 1px 3px 2px #15192C;">
Div content here</div>
Dieser Text ist in der Farbe #15192C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15192C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15192C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15192C.