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