Shades of Midnight Express #051444
Tints of Midnight Express #051444
RGB
CMYK
RGB Variations
Color information
#051444 (or 0x051444) is known color: Midnight Express. HEX triplet: 05, 14 and 44. RGB value is (5,20,68). Sum of RGB (Red+Green+Blue) = 5+20+68=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 68 (26.95% from 255 or 73.12% from 93); Max value from RGB is 68 - color contains mainly: blue. Hex color #051444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051444 is #FAEBBB. Grayscale: #141414. Windows color (decimal): -16444348 or 4461573. OLE color: 4461573.
HSL color Cylindrical-coordinate representation of color #051444: hue angle of 225.71º 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 #051444 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 20 | 68 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.73 |
| HSL | 225.71º | 0.86% | 0.14% | - |
| HSV(B) | 225.71º | 0.93% | 0.27% | - |
| XYZ | 1.36 | 0.95 | 5.58 | - |
| YUV | 20.99 | 154.53 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 68 | 0.93 | 0.71 | 0 | 0.73 | 225.71 | 0.86 | 0.14 |
| Hex | 5 | 14 | 44 | 5D | 47 | 0 | 49 | E2 | 56 | E |
| Octal | 5 | 24 | 104 | 135 | 107 | 0 | 111 | 342 | 126 | 16 |
| Binary | 101 | 10100 | 1000100 | 1011101 | 1000111 | 0 | 1001001 | 11100010 | 1010110 | 1110 |
Color Harmonies of #051444
Complementary color
Monochromatic Colors of #051444
Black with #051444
Text Example
Text Example
White with #051444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051444; }
p { color: rgb(5,20,68); }
H1.HeaderClassName
{
color: #051444;
}
.AnyTagClassName
{
color: #051444;
}
</style>
background-color css
<style>
a { background-color: #051444; }
a { background-color: rgb(5,20,68); }
div.DivClassName
{
background-color: #051444;
}
.BgClassName
{
background-color: #051444;
}
</style>
border-color css
<style>
span { border-color: #051444; }
span { border-color: rgb(5,20,68); }
td.TdClassName
{
border-color: #051444;
}
.TagClassName
{
border-color: #051444;
}
</style>