HEX: #01388C
RGB: (1,56,140)
#01388C enthält hauptsächlich blaue Farbe. Für #01388C ist eine «websichere» Webfarbe #003399 (oder kurz #039).
Die Farbe #01388C wird in RGB als (1,56,140) definiert.
RGB: (1,56,140) (0%,22%,55%)
R 1 von 255 = 0%
G 56 von 255 = 22%
B 140 von 255 = 55%
R + G + B ~ 26%. #01388C ziemlich dunkle Farbe.
R + G + B =
1 + 56 + 140 = 197 (100%)
R 1 von 197 ~ 0.51%
G 56 von 197 ~ 28.43%
B 140 von 197 ~ 71.07%
Die Farbe #01388C wird in CMYK als (99,60,0,45) definiert.
CMYK: (99,60,0,45) C99M60Y0K45 (99%,60%,0%,45%) (0.99/0.60/0.00/0.45)
01 | 38 | 8C | |
---|---|---|---|
RGB | 1 | 56 | 140 |
HSL | 216° | 98.58% | 27.65% |
HSB/HSV | 216° | 99.29% | 54.90% |
CMYK | 99.29% | 60.00% | 0.00% |
45.10% |
Hexadezimal | 01 | 38 | 8C |
Dezimal | 1 | 56 | 140 |
Binär | 1 | 111000 | 10001100 |
Oktal | 1 | 70 | 214 |
Beispiele css- und html für Elemente in der Farbe #01388C. Bitte benutzen Sie auch rgb(1,56,140) statt hex-Code.
.myTextColor { color: #01388C; }
<p style="color:#01388C">This sample text font color is #01388C.</p>
Die Farbe dieses Textes ist #01388C.
.myBgColor { background-color: #01388C; }
<div style="background-color:#01388C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #01388C.
.myBorderColor { border: 1px solid #01388C; }
<div style="border:3px solid #01388C">Div</div>
Die Grenzen von diesem div sind in Farbe #01388C.
.myOpacity80 { color: #01388C; opacity: 0.8; }
<p style="color:#01388C;opacity:0.8;">80%</p>
Text in Farbe #01388C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #01388C;}
<p style="text-shadow: 3px 3px 1px #01388C">Text here.</p>
Dieser Text hat den Schatten in Farbe #01388C.
.textShadow {text-shadow: 3px 3px 1px #01388C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #01388C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #01388C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#01388C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#01388C, Direction=45, Strength=4)">Text</p>
This text has shadow with #01388C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #01388C; -webkit-box-shadow: 1px 1px 3px 2px #01388C; box-shadow: 1px 1px 3px 2px #01388C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #01388C; -webkit-box-shadow: 1px 1px 3px 2px #01388C; box-shadow:1px 1px 3px 2px #01388C;">
Div content here</div>
Dieser Text ist in der Farbe #01388C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #01388C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #01388C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #01388C.