Shades of Midnight Express #051940
Tints of Midnight Express #051940
RGB
CMYK
RGB Variations
Color information
#051940 (or 0x051940) is known color: Midnight Express. HEX triplet: 05, 19 and 40. RGB value is (5,25,64). Sum of RGB (Red+Green+Blue) = 5+25+64=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #051940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051940 is #FAE6BF. Grayscale: #171717. Windows color (decimal): -16443072 or 4200709. OLE color: 4200709.
HSL color Cylindrical-coordinate representation of color #051940: hue angle of 219.66º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #051940 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 25 | 64 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.75 |
| HSL | 219.66º | 0.86% | 0.14% | - |
| HSV(B) | 219.66º | 0.92% | 0.25% | - |
| XYZ | 1.34 | 1.1 | 4.99 | - |
| YUV | 23.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 64 | 0.92 | 0.61 | 0 | 0.75 | 219.66 | 0.86 | 0.14 |
| Hex | 5 | 19 | 40 | 5C | 3D | 0 | 4B | DC | 56 | E |
| Octal | 5 | 31 | 100 | 134 | 75 | 0 | 113 | 334 | 126 | 16 |
| Binary | 101 | 11001 | 1000000 | 1011100 | 111101 | 0 | 1001011 | 11011100 | 1010110 | 1110 |
Color Harmonies of #051940
Complementary color
Monochromatic Colors of #051940
Black with #051940
Text Example
Text Example
White with #051940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051940; }
p { color: rgb(5,25,64); }
H1.HeaderClassName
{
color: #051940;
}
.AnyTagClassName
{
color: #051940;
}
</style>
background-color css
<style>
a { background-color: #051940; }
a { background-color: rgb(5,25,64); }
div.DivClassName
{
background-color: #051940;
}
.BgClassName
{
background-color: #051940;
}
</style>
border-color css
<style>
span { border-color: #051940; }
span { border-color: rgb(5,25,64); }
td.TdClassName
{
border-color: #051940;
}
.TagClassName
{
border-color: #051940;
}
</style>