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