Shades of Midnight Express #051942
Tints of Midnight Express #051942
RGB
CMYK
RGB Variations
Color information
#051942 (or 0x051942) is known color: Midnight Express. HEX triplet: 05, 19 and 42. RGB value is (5,25,66). Sum of RGB (Red+Green+Blue) = 5+25+66=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 66 (26.17% from 255 or 68.75% from 96); Max value from RGB is 66 - color contains mainly: blue. Hex color #051942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051942 is #FAE6BD. Grayscale: #171717. Windows color (decimal): -16443070 or 4331781. OLE color: 4331781.
HSL color Cylindrical-coordinate representation of color #051942: hue angle of 220.33º 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 #051942 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 25 | 66 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.74 |
| HSL | 220.33º | 0.86% | 0.14% | - |
| HSV(B) | 220.33º | 0.92% | 0.26% | - |
| XYZ | 1.39 | 1.12 | 5.3 | - |
| YUV | 23.69 | 151.87 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 66 | 0.92 | 0.62 | 0 | 0.74 | 220.33 | 0.86 | 0.14 |
| Hex | 5 | 19 | 42 | 5C | 3E | 0 | 4A | DC | 56 | E |
| Octal | 5 | 31 | 102 | 134 | 76 | 0 | 112 | 334 | 126 | 16 |
| Binary | 101 | 11001 | 1000010 | 1011100 | 111110 | 0 | 1001010 | 11011100 | 1010110 | 1110 |
Color Harmonies of #051942
Complementary color
Monochromatic Colors of #051942
Black with #051942
Text Example
Text Example
White with #051942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051942; }
p { color: rgb(5,25,66); }
H1.HeaderClassName
{
color: #051942;
}
.AnyTagClassName
{
color: #051942;
}
</style>
background-color css
<style>
a { background-color: #051942; }
a { background-color: rgb(5,25,66); }
div.DivClassName
{
background-color: #051942;
}
.BgClassName
{
background-color: #051942;
}
</style>
border-color css
<style>
span { border-color: #051942; }
span { border-color: rgb(5,25,66); }
td.TdClassName
{
border-color: #051942;
}
.TagClassName
{
border-color: #051942;
}
</style>