Shades of Midnight Express #051047
Tints of Midnight Express #051047
RGB
CMYK
RGB Variations
Color information
#051047 (or 0x051047) is known color: Midnight Express. HEX triplet: 05, 10 and 47. RGB value is (5,16,71). Sum of RGB (Red+Green+Blue) = 5+16+71=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 71 (28.12% from 255 or 77.17% from 92); Max value from RGB is 71 - color contains mainly: blue. Hex color #051047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051047 is #FAEFB8. Grayscale: #121212. Windows color (decimal): -16445369 or 4657157. OLE color: 4657157.
HSL color Cylindrical-coordinate representation of color #051047: hue angle of 230º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051047 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 16 | 71 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.72 |
| HSL | 230º | 0.87% | 0.15% | - |
| HSV(B) | 230º | 0.93% | 0.28% | - |
| XYZ | 1.39 | 0.86 | 6.05 | - |
| YUV | 18.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 71 | 0.93 | 0.77 | 0 | 0.72 | 230 | 0.87 | 0.15 |
| Hex | 5 | 10 | 47 | 5D | 4D | 0 | 48 | E6 | 57 | F |
| Octal | 5 | 20 | 107 | 135 | 115 | 0 | 110 | 346 | 127 | 17 |
| Binary | 101 | 10000 | 1000111 | 1011101 | 1001101 | 0 | 1001000 | 11100110 | 1010111 | 1111 |
Color Harmonies of #051047
Complementary color
Monochromatic Colors of #051047
Black with #051047
Text Example
Text Example
White with #051047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051047; }
p { color: rgb(5,16,71); }
H1.HeaderClassName
{
color: #051047;
}
.AnyTagClassName
{
color: #051047;
}
</style>
background-color css
<style>
a { background-color: #051047; }
a { background-color: rgb(5,16,71); }
div.DivClassName
{
background-color: #051047;
}
.BgClassName
{
background-color: #051047;
}
</style>
border-color css
<style>
span { border-color: #051047; }
span { border-color: rgb(5,16,71); }
td.TdClassName
{
border-color: #051047;
}
.TagClassName
{
border-color: #051047;
}
</style>