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