HEX: #05090C
RGB: (5,9,12)
#05090C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #05090C ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #05090C wird in RGB als (5,9,12) definiert.
RGB: (5,9,12) (2%,4%,5%)
R 5 von 255 = 2%
G 9 von 255 = 4%
B 12 von 255 = 5%
R + G + B ~ 4%. #05090C dunkle Farbe.
R + G + B =
5 + 9 + 12 = 26 (100%)
R 5 von 26 ~ 19.23%
G 9 von 26 ~ 34.62%
B 12 von 26 ~ 46.15%
Die Farbe #05090C wird in CMYK als (58,25,0,95) definiert.
CMYK: (58,25,0,95) C58M25Y0K95 (58%,25%,0%,95%) (0.58/0.25/0.00/0.95)
05 | 09 | 0C | |
---|---|---|---|
RGB | 5 | 9 | 12 |
HSL | 206° | 41.18% | 3.33% |
HSB/HSV | 206° | 58.33% | 4.71% |
CMYK | 58.33% | 25.00% | 0.00% |
95.29% |
Hexadezimal | 05 | 09 | 0C |
Dezimal | 5 | 9 | 12 |
Binär | 101 | 1001 | 1100 |
Oktal | 5 | 11 | 14 |
Beispiele css- und html für Elemente in der Farbe #05090C. Bitte benutzen Sie auch rgb(5,9,12) statt hex-Code.
.myTextColor { color: #05090C; }
<p style="color:#05090C">This sample text font color is #05090C.</p>
Die Farbe dieses Textes ist #05090C.
.myBgColor { background-color: #05090C; }
<div style="background-color:#05090C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #05090C.
.myBorderColor { border: 1px solid #05090C; }
<div style="border:3px solid #05090C">Div</div>
Die Grenzen von diesem div sind in Farbe #05090C.
.myOpacity80 { color: #05090C; opacity: 0.8; }
<p style="color:#05090C;opacity:0.8;">80%</p>
Text in Farbe #05090C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #05090C;}
<p style="text-shadow: 3px 3px 1px #05090C">Text here.</p>
Dieser Text hat den Schatten in Farbe #05090C.
.textShadow {text-shadow: 3px 3px 1px #05090C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #05090C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #05090C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#05090C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#05090C, Direction=45, Strength=4)">Text</p>
This text has shadow with #05090C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #05090C; -webkit-box-shadow: 1px 1px 3px 2px #05090C; box-shadow: 1px 1px 3px 2px #05090C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #05090C; -webkit-box-shadow: 1px 1px 3px 2px #05090C; box-shadow:1px 1px 3px 2px #05090C;">
Div content here</div>
Dieser Text ist in der Farbe #05090C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #05090C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #05090C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #05090C.