Shades of Midnight Express #071049
Tints of Midnight Express #071049
RGB
CMYK
RGB Variations
Color information
#071049 (or 0x071049) is known color: Midnight Express. HEX triplet: 07, 10 and 49. RGB value is (7,16,73). Sum of RGB (Red+Green+Blue) = 7+16+73=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 73 (28.91% from 255 or 76.04% from 96); Max value from RGB is 73 - color contains mainly: blue. Hex color #071049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071049 is #F8EFB6. Grayscale: #131313. Windows color (decimal): -16314295 or 4788231. OLE color: 4788231.
HSL color Cylindrical-coordinate representation of color #071049: hue angle of 231.82º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071049 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 16 | 73 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.71 |
| HSL | 231.82º | 0.83% | 0.16% | - |
| HSV(B) | 231.82º | 0.9% | 0.29% | - |
| XYZ | 1.48 | 0.9 | 6.4 | - |
| YUV | 19.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 73 | 0.90 | 0.78 | 0 | 0.71 | 231.82 | 0.83 | 0.16 |
| Hex | 7 | 10 | 49 | 5A | 4E | 0 | 47 | E8 | 52 | 10 |
| Octal | 7 | 20 | 111 | 132 | 116 | 0 | 107 | 350 | 122 | 20 |
| Binary | 111 | 10000 | 1001001 | 1011010 | 1001110 | 0 | 1000111 | 11101000 | 1010010 | 10000 |
Color Harmonies of #071049
Complementary color
Monochromatic Colors of #071049
Black with #071049
Text Example
Text Example
White with #071049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071049; }
p { color: rgb(7,16,73); }
H1.HeaderClassName
{
color: #071049;
}
.AnyTagClassName
{
color: #071049;
}
</style>
background-color css
<style>
a { background-color: #071049; }
a { background-color: rgb(7,16,73); }
div.DivClassName
{
background-color: #071049;
}
.BgClassName
{
background-color: #071049;
}
</style>
border-color css
<style>
span { border-color: #071049; }
span { border-color: rgb(7,16,73); }
td.TdClassName
{
border-color: #071049;
}
.TagClassName
{
border-color: #071049;
}
</style>