Shades of Midnight Express #051939
Tints of Midnight Express #051939
RGB
CMYK
RGB Variations
Color information
#051939 (or 0x051939) is known color: Midnight Express. HEX triplet: 05, 19 and 39. RGB value is (5,25,57). Sum of RGB (Red+Green+Blue) = 5+25+57=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 57 (22.66% from 255 or 65.52% from 87); Max value from RGB is 57 - color contains mainly: blue. Hex color #051939 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051939 is #FAE6C6. Grayscale: #161616. Windows color (decimal): -16443079 or 3741957. OLE color: 3741957.
HSL color Cylindrical-coordinate representation of color #051939: hue angle of 216.92º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051939 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 25 | 57 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.78 |
| HSL | 216.92º | 0.84% | 0.12% | - |
| HSV(B) | 216.92º | 0.91% | 0.22% | - |
| XYZ | 1.15 | 1.02 | 4.01 | - |
| YUV | 22.67 | 147.37 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 57 | 0.91 | 0.56 | 0 | 0.78 | 216.92 | 0.84 | 0.12 |
| Hex | 5 | 19 | 39 | 5B | 38 | 0 | 4E | D9 | 54 | C |
| Octal | 5 | 31 | 71 | 133 | 70 | 0 | 116 | 331 | 124 | 14 |
| Binary | 101 | 11001 | 111001 | 1011011 | 111000 | 0 | 1001110 | 11011001 | 1010100 | 1100 |
Color Harmonies of #051939
Complementary color
Monochromatic Colors of #051939
Black with #051939
Text Example
Text Example
White with #051939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051939; }
p { color: rgb(5,25,57); }
H1.HeaderClassName
{
color: #051939;
}
.AnyTagClassName
{
color: #051939;
}
</style>
background-color css
<style>
a { background-color: #051939; }
a { background-color: rgb(5,25,57); }
div.DivClassName
{
background-color: #051939;
}
.BgClassName
{
background-color: #051939;
}
</style>
border-color css
<style>
span { border-color: #051939; }
span { border-color: rgb(5,25,57); }
td.TdClassName
{
border-color: #051939;
}
.TagClassName
{
border-color: #051939;
}
</style>