HEX: #00000B
RGB: (0,0,11)
#00000B enthält nur blaue Farbe. Für #00000B ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #00000B wird in RGB als (0,0,11) definiert.
RGB: (0,0,11)
(0%, 0%, 4%)
R 0 von 255 = 0%
G 0 von 255 = 0%
B 11 von 255 = 4%
R + G + B ~ 1%. #00000B dunkle Farbe.
R + G + B = 0 + 0 + 11 = 11 (100%)
R 0 von 11 ~ 0%
G 0 von 11 ~ 0%
B 11 von 11 ~ 100'%
Die Farbe #00000B wird in CMYK als (100,100,0,96) definiert.
CMYK: (100,100,0,96) C100M100Y0K96 (100%,100%,0%,96%) (1.00/1.00/0.00/0.96)
Farbe #00000B in den populären Farbmodellen.
00 | 00 | 0B | |
---|---|---|---|
RGB | 0 | 0 | 11 |
HSL | 240° | 100.00% | 2.16% |
HSB/HSV | 240° | 100.00% | 4.31% |
CMYK | 100.00% | 100.00% | 0.00% |
95.69% |
Die Farbe #00000B in den populären Zahlensystemen.
Hexadezimal | 00 | 00 | 0B |
Dezimal | 0 | 0 | 11 |
Binär | 0 | 0 | 1011 |
Oktal | 0 | 0 | 13 |
Dunkle Töne der Farbe #00000B
Helle Töne der Farbe #00000B
Beispiele css- und html für Elemente in der Farbe #00000B. Bitte benutzen Sie auch rgb(0,0,11) statt hex-Code.
.myTextColor { color: #00000B; }
<p style="color:#00000B">This sample text font color is #00000B.</p>
Die Farbe dieses Textes ist #00000B.
.myBgColor { background-color: #00000B; }
<div style="background-color:#00000B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #00000B.
.myBorderColor { border: 1px solid #00000B; }
<div style="border:3px solid #00000B">Div</div>
Die Grenzen von diesem div sind in Farbe #00000B.
.myOpacity80 { color: #00000B; opacity: 0.8; }
<p style="color:#00000B;opacity:0.8;">80%</p>
Text in Farbe #00000B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00000B;}
<p style="text-shadow: 3px 3px 1px #00000B">Text here.</p>
Dieser Text hat den Schatten in Farbe #00000B.
.textShadow {text-shadow: 3px 3px 1px #00000B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00000B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #00000B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00000B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00000B, Direction=45, Strength=4)">Text</p>
This text has shadow with #00000B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #00000B;
-webkit-box-shadow: 1px 1px 3px 2px #00000B;
box-shadow: 1px 1px 3px 2px #00000B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00000B; -webkit-box-shadow: 1px 1px 3px 2px #00000B; box-shadow:1px 1px 3px 2px #00000B;">
Div content here
</div>
Dieser Text ist in der Farbe #00000B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #00000B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #00000B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #00000B.