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