HEX: #010428
RGB: (1,4,40)
#010428 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #010428 ist eine «websichere» Webfarbe #000033 (oder kurz #003).
Die Farbe #010428 wird in RGB als (1,4,40) definiert.
RGB: (1,4,40)
(0%, 2%, 16%)
R 1 von 255 = 0%
G 4 von 255 = 2%
B 40 von 255 = 16%
R + G + B ~ 6%. #010428 dunkle Farbe.
R + G + B = 1 + 4 + 40 = 45 (100%)
R 1 von 45 ~ 2.22%
G 4 von 45 ~ 8.89%
B 40 von 45 ~ 88.89'%
Die Farbe #010428 wird in CMYK als (98,90,0,84) definiert.
CMYK: (98,90,0,84)
C98M90Y0K84 (98%, 90%, 0%, 84%)
(0.98 / 0.90 / 0.00 / 0.84)
Farbe #010428 in den populären Farbmodellen.
01 | 04 | 28 | |
---|---|---|---|
RGB | 1 | 4 | 40 |
HSL | 235° | 95.12% | 8.04% |
HSB/HSV | 235° | 97.50% | 15.69% |
CMYK | 97.50% | 90.00% | 0.00% |
84.31% |
Die Farbe #010428 in den populären Zahlensystemen.
Hexadezimal | 01 | 04 | 28 |
Dezimal | 1 | 4 | 40 |
Binär | 1 | 100 | 101000 |
Oktal | 1 | 4 | 50 |
Dunkle Töne der Farbe #010428
Helle Töne der Farbe #010428
Beispiele css- und html für Elemente in der Farbe #010428. Bitte benutzen Sie auch rgb(1,4,40) statt hex-Code.
.myTextColor { color: #010428; }
<p style="color:#010428">This sample text font color is #010428.</p>
Die Farbe dieses Textes ist #010428.
.myBgColor { background-color: #010428; }
<div style="background-color:#010428">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #010428.
.myBorderColor { border: 1px solid #010428; }
<div style="border:3px solid #010428">Div</div>
Die Grenzen von diesem div sind in Farbe #010428.
.myOpacity80 { color: #010428; opacity: 0.8; }
<p style="color:#010428;opacity:0.8;">80%</p>
Text in Farbe #010428 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #010428;}
<p style="text-shadow: 3px 3px 1px #010428">Text here.</p>
Dieser Text hat den Schatten in Farbe #010428.
.textShadow {text-shadow: 3px 3px 1px #010428', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #010428, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #010428 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#010428, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#010428, Direction=45, Strength=4)">Text</p>
This text has shadow with #010428 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #010428;
-webkit-box-shadow: 1px 1px 3px 2px #010428;
box-shadow: 1px 1px 3px 2px #010428;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #010428; -webkit-box-shadow: 1px 1px 3px 2px #010428; box-shadow:1px 1px 3px 2px #010428;">
Div content here
</div>
Dieser Text ist in der Farbe #010428 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #010428 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #010428.
Dieser Text ist weiß auf dem Hintergrund in Farbe #010428.
Kontrastfarbe für #hex ist #FEFBD7.