Shades of Midnight Express #051D42
Tints of Midnight Express #051D42
RGB
CMYK
RGB Variations
Color information
#051D42 (or 0x051D42) is known color: Midnight Express. HEX triplet: 05, 1D and 42. RGB value is (5,29,66). Sum of RGB (Red+Green+Blue) = 5+29+66=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 66 (26.17% from 255 or 66% from 100); Max value from RGB is 66 - color contains mainly: blue. Hex color #051D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D42 is #FAE2BD. Grayscale: #191919. Windows color (decimal): -16442046 or 4332805. OLE color: 4332805.
HSL color Cylindrical-coordinate representation of color #051D42: hue angle of 216.39º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #051D42 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 29 | 66 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.74 |
| HSL | 216.39º | 0.86% | 0.14% | - |
| HSV(B) | 216.39º | 0.92% | 0.26% | - |
| XYZ | 1.49 | 1.3 | 5.33 | - |
| YUV | 26.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 66 | 0.92 | 0.56 | 0 | 0.74 | 216.39 | 0.86 | 0.14 |
| Hex | 5 | 1D | 42 | 5C | 38 | 0 | 4A | D8 | 56 | E |
| Octal | 5 | 35 | 102 | 134 | 70 | 0 | 112 | 330 | 126 | 16 |
| Binary | 101 | 11101 | 1000010 | 1011100 | 111000 | 0 | 1001010 | 11011000 | 1010110 | 1110 |
Color Harmonies of #051D42
Complementary color
Monochromatic Colors of #051D42
Black with #051D42
Text Example
Text Example
White with #051D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D42; }
p { color: rgb(5,29,66); }
H1.HeaderClassName
{
color: #051D42;
}
.AnyTagClassName
{
color: #051D42;
}
</style>
background-color css
<style>
a { background-color: #051D42; }
a { background-color: rgb(5,29,66); }
div.DivClassName
{
background-color: #051D42;
}
.BgClassName
{
background-color: #051D42;
}
</style>
border-color css
<style>
span { border-color: #051D42; }
span { border-color: rgb(5,29,66); }
td.TdClassName
{
border-color: #051D42;
}
.TagClassName
{
border-color: #051D42;
}
</style>