HEX: #0B141A
RGB: (11,20,26)
#0B141A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #0B141A ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #0B141A wird in RGB als (11,20,26) definiert.
RGB: (11,20,26) (4%,8%,10%)
R 11 von 255 = 4%
G 20 von 255 = 8%
B 26 von 255 = 10%
R + G + B ~ 7%. #0B141A dunkle Farbe.
R + G + B =
11 + 20 + 26 = 57 (100%)
R 11 von 57 ~ 19.3%
G 20 von 57 ~ 35.09%
B 26 von 57 ~ 45.61%
Die Farbe #0B141A wird in CMYK als (58,23,0,90) definiert.
CMYK: (58,23,0,90) C58M23Y0K90 (58%,23%,0%,90%) (0.58/0.23/0.00/0.90)
0B | 14 | 1A | |
---|---|---|---|
RGB | 11 | 20 | 26 |
HSL | 204° | 40.54% | 7.25% |
HSB/HSV | 204° | 57.69% | 10.20% |
CMYK | 57.69% | 23.08% | 0.00% |
89.80% |
Hexadezimal | 0B | 14 | 1A |
Dezimal | 11 | 20 | 26 |
Binär | 1011 | 10100 | 11010 |
Oktal | 13 | 24 | 32 |
Beispiele css- und html für Elemente in der Farbe #0B141A. Bitte benutzen Sie auch rgb(11,20,26) statt hex-Code.
.myTextColor { color: #0B141A; }
<p style="color:#0B141A">This sample text font color is #0B141A.</p>
Die Farbe dieses Textes ist #0B141A.
.myBgColor { background-color: #0B141A; }
<div style="background-color:#0B141A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #0B141A.
.myBorderColor { border: 1px solid #0B141A; }
<div style="border:3px solid #0B141A">Div</div>
Die Grenzen von diesem div sind in Farbe #0B141A.
.myOpacity80 { color: #0B141A; opacity: 0.8; }
<p style="color:#0B141A;opacity:0.8;">80%</p>
Text in Farbe #0B141A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0B141A;}
<p style="text-shadow: 3px 3px 1px #0B141A">Text here.</p>
Dieser Text hat den Schatten in Farbe #0B141A.
.textShadow {text-shadow: 3px 3px 1px #0B141A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0B141A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #0B141A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0B141A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0B141A, Direction=45, Strength=4)">Text</p>
This text has shadow with #0B141A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0B141A; -webkit-box-shadow: 1px 1px 3px 2px #0B141A; box-shadow: 1px 1px 3px 2px #0B141A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #0B141A; -webkit-box-shadow: 1px 1px 3px 2px #0B141A; box-shadow:1px 1px 3px 2px #0B141A;">
Div content here</div>
Dieser Text ist in der Farbe #0B141A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #0B141A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #0B141A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #0B141A.