Shades of Midnight Express #051C40
Tints of Midnight Express #051C40
RGB
CMYK
RGB Variations
Color information
#051C40 (or 0x051C40) is known color: Midnight Express. HEX triplet: 05, 1C and 40. RGB value is (5,28,64). Sum of RGB (Red+Green+Blue) = 5+28+64=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #051C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C40 is #FAE3BF. Grayscale: #191919. Windows color (decimal): -16442304 or 4201477. OLE color: 4201477.
HSL color Cylindrical-coordinate representation of color #051C40: hue angle of 216.61º 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 #051C40 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 28 | 64 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.75 |
| HSL | 216.61º | 0.86% | 0.14% | - |
| HSV(B) | 216.61º | 0.92% | 0.25% | - |
| XYZ | 1.4 | 1.23 | 5.01 | - |
| YUV | 25.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 64 | 0.92 | 0.56 | 0 | 0.75 | 216.61 | 0.86 | 0.14 |
| Hex | 5 | 1C | 40 | 5C | 38 | 0 | 4B | D9 | 56 | E |
| Octal | 5 | 34 | 100 | 134 | 70 | 0 | 113 | 331 | 126 | 16 |
| Binary | 101 | 11100 | 1000000 | 1011100 | 111000 | 0 | 1001011 | 11011001 | 1010110 | 1110 |
Color Harmonies of #051C40
Complementary color
Monochromatic Colors of #051C40
Black with #051C40
Text Example
Text Example
White with #051C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C40; }
p { color: rgb(5,28,64); }
H1.HeaderClassName
{
color: #051C40;
}
.AnyTagClassName
{
color: #051C40;
}
</style>
background-color css
<style>
a { background-color: #051C40; }
a { background-color: rgb(5,28,64); }
div.DivClassName
{
background-color: #051C40;
}
.BgClassName
{
background-color: #051C40;
}
</style>
border-color css
<style>
span { border-color: #051C40; }
span { border-color: rgb(5,28,64); }
td.TdClassName
{
border-color: #051C40;
}
.TagClassName
{
border-color: #051C40;
}
</style>