Shades of Midnight Express #051142
Tints of Midnight Express #051142
RGB
CMYK
RGB Variations
Color information
#051142 (or 0x051142) is known color: Midnight Express. HEX triplet: 05, 11 and 42. RGB value is (5,17,66). Sum of RGB (Red+Green+Blue) = 5+17+66=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 66 (26.17% from 255 or 75% from 88); Max value from RGB is 66 - color contains mainly: blue. Hex color #051142 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051142 is #FAEEBD. Grayscale: #121212. Windows color (decimal): -16445118 or 4329733. OLE color: 4329733.
HSL color Cylindrical-coordinate representation of color #051142: hue angle of 228.2º 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 #051142 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 17 | 66 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.74 |
| HSL | 228.2º | 0.86% | 0.14% | - |
| HSV(B) | 228.2º | 0.92% | 0.26% | - |
| XYZ | 1.25 | 0.83 | 5.25 | - |
| YUV | 19 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 66 | 0.92 | 0.74 | 0 | 0.74 | 228.2 | 0.86 | 0.14 |
| Hex | 5 | 11 | 42 | 5C | 4A | 0 | 4A | E4 | 56 | E |
| Octal | 5 | 21 | 102 | 134 | 112 | 0 | 112 | 344 | 126 | 16 |
| Binary | 101 | 10001 | 1000010 | 1011100 | 1001010 | 0 | 1001010 | 11100100 | 1010110 | 1110 |
Color Harmonies of #051142
Complementary color
Monochromatic Colors of #051142
Black with #051142
Text Example
Text Example
White with #051142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051142; }
p { color: rgb(5,17,66); }
H1.HeaderClassName
{
color: #051142;
}
.AnyTagClassName
{
color: #051142;
}
</style>
background-color css
<style>
a { background-color: #051142; }
a { background-color: rgb(5,17,66); }
div.DivClassName
{
background-color: #051142;
}
.BgClassName
{
background-color: #051142;
}
</style>
border-color css
<style>
span { border-color: #051142; }
span { border-color: rgb(5,17,66); }
td.TdClassName
{
border-color: #051142;
}
.TagClassName
{
border-color: #051142;
}
</style>