Shades of Midnight Express #011434
Tints of Midnight Express #011434
RGB
CMYK
RGB Variations
Color information
#011434 (or 0x011434) is known color: Midnight Express. HEX triplet: 01, 14 and 34. RGB value is (1,20,52). Sum of RGB (Red+Green+Blue) = 1+20+52=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 52 (20.70% from 255 or 71.23% from 73); Max value from RGB is 52 - color contains mainly: blue. Hex color #011434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011434 is #FEEBCB. Grayscale: #111111. Windows color (decimal): -16706508 or 3412993. OLE color: 3412993.
HSL color Cylindrical-coordinate representation of color #011434: hue angle of 217.65º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011434 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 20 | 52 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.80 |
| HSL | 217.65º | 0.96% | 0.1% | - |
| HSV(B) | 217.65º | 0.98% | 0.2% | - |
| XYZ | 0.88 | 0.75 | 3.35 | - |
| YUV | 17.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 52 | 0.98 | 0.62 | 0 | 0.80 | 217.65 | 0.96 | 0.1 |
| Hex | 1 | 14 | 34 | 62 | 3E | 0 | 50 | DA | 60 | A |
| Octal | 1 | 24 | 64 | 142 | 76 | 0 | 120 | 332 | 140 | 12 |
| Binary | 1 | 10100 | 110100 | 1100010 | 111110 | 0 | 1010000 | 11011010 | 1100000 | 1010 |
Color Harmonies of #011434
Complementary color
Monochromatic Colors of #011434
Black with #011434
Text Example
Text Example
White with #011434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011434; }
p { color: rgb(1,20,52); }
H1.HeaderClassName
{
color: #011434;
}
.AnyTagClassName
{
color: #011434;
}
</style>
background-color css
<style>
a { background-color: #011434; }
a { background-color: rgb(1,20,52); }
div.DivClassName
{
background-color: #011434;
}
.BgClassName
{
background-color: #011434;
}
</style>
border-color css
<style>
span { border-color: #011434; }
span { border-color: rgb(1,20,52); }
td.TdClassName
{
border-color: #011434;
}
.TagClassName
{
border-color: #011434;
}
</style>