Shades of Midnight Express #051C44
Tints of Midnight Express #051C44
RGB
CMYK
RGB Variations
Color information
#051C44 (or 0x051C44) is known color: Midnight Express. HEX triplet: 05, 1C and 44. RGB value is (5,28,68). Sum of RGB (Red+Green+Blue) = 5+28+68=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 68 (26.95% from 255 or 67.33% from 101); Max value from RGB is 68 - color contains mainly: blue. Hex color #051C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C44 is #FAE3BB. Grayscale: #191919. Windows color (decimal): -16442300 or 4463621. OLE color: 4463621.
HSL color Cylindrical-coordinate representation of color #051C44: hue angle of 218.1º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051C44 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 28 | 68 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.73 |
| HSL | 218.1º | 0.86% | 0.14% | - |
| HSV(B) | 218.1º | 0.93% | 0.27% | - |
| XYZ | 1.52 | 1.28 | 5.64 | - |
| YUV | 25.68 | 151.88 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 68 | 0.93 | 0.59 | 0 | 0.73 | 218.1 | 0.86 | 0.14 |
| Hex | 5 | 1C | 44 | 5D | 3B | 0 | 49 | DA | 56 | E |
| Octal | 5 | 34 | 104 | 135 | 73 | 0 | 111 | 332 | 126 | 16 |
| Binary | 101 | 11100 | 1000100 | 1011101 | 111011 | 0 | 1001001 | 11011010 | 1010110 | 1110 |
Color Harmonies of #051C44
Complementary color
Monochromatic Colors of #051C44
Black with #051C44
Text Example
Text Example
White with #051C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C44; }
p { color: rgb(5,28,68); }
H1.HeaderClassName
{
color: #051C44;
}
.AnyTagClassName
{
color: #051C44;
}
</style>
background-color css
<style>
a { background-color: #051C44; }
a { background-color: rgb(5,28,68); }
div.DivClassName
{
background-color: #051C44;
}
.BgClassName
{
background-color: #051C44;
}
</style>
border-color css
<style>
span { border-color: #051C44; }
span { border-color: rgb(5,28,68); }
td.TdClassName
{
border-color: #051C44;
}
.TagClassName
{
border-color: #051C44;
}
</style>