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