HEX: #0D152B
RGB: (13,21,43)
#0D152B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #0D152B ist eine «websichere» Webfarbe #000033 (oder kurz #003).
Die Farbe #0D152B wird in RGB als (13,21,43) definiert.
RGB: (13,21,43) (5%,8%,17%)
R 13 von 255 = 5%
G 21 von 255 = 8%
B 43 von 255 = 17%
R + G + B ~ 10%. #0D152B dunkle Farbe.
R + G + B =
13 + 21 + 43 = 77 (100%)
R 13 von 77 ~ 16.88%
G 21 von 77 ~ 27.27%
B 43 von 77 ~ 55.84%
Die Farbe #0D152B wird in CMYK als (70,51,0,83) definiert.
CMYK: (70,51,0,83) C70M51Y0K83 (70%,51%,0%,83%) (0.70/0.51/0.00/0.83)
0D | 15 | 2B | |
---|---|---|---|
RGB | 13 | 21 | 43 |
HSL | 224° | 53.57% | 10.98% |
HSB/HSV | 224° | 69.77% | 16.86% |
CMYK | 69.77% | 51.16% | 0.00% |
83.14% |
Hexadezimal | 0D | 15 | 2B |
Dezimal | 13 | 21 | 43 |
Binär | 1101 | 10101 | 101011 |
Oktal | 15 | 25 | 53 |
Beispiele css- und html für Elemente in der Farbe #0D152B. Bitte benutzen Sie auch rgb(13,21,43) statt hex-Code.
.myTextColor { color: #0D152B; }
<p style="color:#0D152B">This sample text font color is #0D152B.</p>
Die Farbe dieses Textes ist #0D152B.
.myBgColor { background-color: #0D152B; }
<div style="background-color:#0D152B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #0D152B.
.myBorderColor { border: 1px solid #0D152B; }
<div style="border:3px solid #0D152B">Div</div>
Die Grenzen von diesem div sind in Farbe #0D152B.
.myOpacity80 { color: #0D152B; opacity: 0.8; }
<p style="color:#0D152B;opacity:0.8;">80%</p>
Text in Farbe #0D152B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0D152B;}
<p style="text-shadow: 3px 3px 1px #0D152B">Text here.</p>
Dieser Text hat den Schatten in Farbe #0D152B.
.textShadow {text-shadow: 3px 3px 1px #0D152B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0D152B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #0D152B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0D152B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0D152B, Direction=45, Strength=4)">Text</p>
This text has shadow with #0D152B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0D152B; -webkit-box-shadow: 1px 1px 3px 2px #0D152B; box-shadow: 1px 1px 3px 2px #0D152B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #0D152B; -webkit-box-shadow: 1px 1px 3px 2px #0D152B; box-shadow:1px 1px 3px 2px #0D152B;">
Div content here</div>
Dieser Text ist in der Farbe #0D152B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #0D152B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #0D152B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #0D152B.