Shades of Midnight Express #051044
Tints of Midnight Express #051044
RGB
CMYK
RGB Variations
Color information
#051044 (or 0x051044) is known color: Midnight Express. HEX triplet: 05, 10 and 44. RGB value is (5,16,68). Sum of RGB (Red+Green+Blue) = 5+16+68=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 68 (26.95% from 255 or 76.40% from 89); Max value from RGB is 68 - color contains mainly: blue. Hex color #051044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051044 is #FAEFBB. Grayscale: #121212. Windows color (decimal): -16445372 or 4460549. OLE color: 4460549.
HSL color Cylindrical-coordinate representation of color #051044: hue angle of 229.52º 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 #051044 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 16 | 68 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.73 |
| HSL | 229.52º | 0.86% | 0.14% | - |
| HSV(B) | 229.52º | 0.93% | 0.27% | - |
| XYZ | 1.29 | 0.82 | 5.56 | - |
| YUV | 18.64 | 155.86 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 68 | 0.93 | 0.76 | 0 | 0.73 | 229.52 | 0.86 | 0.14 |
| Hex | 5 | 10 | 44 | 5D | 4C | 0 | 49 | E6 | 56 | E |
| Octal | 5 | 20 | 104 | 135 | 114 | 0 | 111 | 346 | 126 | 16 |
| Binary | 101 | 10000 | 1000100 | 1011101 | 1001100 | 0 | 1001001 | 11100110 | 1010110 | 1110 |
Color Harmonies of #051044
Complementary color
Monochromatic Colors of #051044
Black with #051044
Text Example
Text Example
White with #051044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051044; }
p { color: rgb(5,16,68); }
H1.HeaderClassName
{
color: #051044;
}
.AnyTagClassName
{
color: #051044;
}
</style>
background-color css
<style>
a { background-color: #051044; }
a { background-color: rgb(5,16,68); }
div.DivClassName
{
background-color: #051044;
}
.BgClassName
{
background-color: #051044;
}
</style>
border-color css
<style>
span { border-color: #051044; }
span { border-color: rgb(5,16,68); }
td.TdClassName
{
border-color: #051044;
}
.TagClassName
{
border-color: #051044;
}
</style>