Shades of Midnight Express #070849
Tints of Midnight Express #070849
RGB
CMYK
RGB Variations
Color information
#070849 (or 0x070849) is known color: Midnight Express. HEX triplet: 07, 08 and 49. RGB value is (7,8,73). Sum of RGB (Red+Green+Blue) = 7+8+73=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 73 (28.91% from 255 or 82.95% from 88); Max value from RGB is 73 - color contains mainly: blue. Hex color #070849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070849 is #F8F7B6. Grayscale: #0E0E0E. Windows color (decimal): -16316343 or 4786183. OLE color: 4786183.
HSL color Cylindrical-coordinate representation of color #070849: hue angle of 239.09º 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 #070849 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 8 | 73 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.71 |
| HSL | 239.09º | 0.83% | 0.16% | - |
| HSV(B) | 239.09º | 0.9% | 0.29% | - |
| XYZ | 1.38 | 0.7 | 6.37 | - |
| YUV | 15.11 | 160.67 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 73 | 0.90 | 0.89 | 0 | 0.71 | 239.09 | 0.83 | 0.16 |
| Hex | 7 | 8 | 49 | 5A | 59 | 0 | 47 | EF | 52 | 10 |
| Octal | 7 | 10 | 111 | 132 | 131 | 0 | 107 | 357 | 122 | 20 |
| Binary | 111 | 1000 | 1001001 | 1011010 | 1011001 | 0 | 1000111 | 11101111 | 1010010 | 10000 |
Color Harmonies of #070849
Complementary color
Monochromatic Colors of #070849
Black with #070849
Text Example
Text Example
White with #070849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070849; }
p { color: rgb(7,8,73); }
H1.HeaderClassName
{
color: #070849;
}
.AnyTagClassName
{
color: #070849;
}
</style>
background-color css
<style>
a { background-color: #070849; }
a { background-color: rgb(7,8,73); }
div.DivClassName
{
background-color: #070849;
}
.BgClassName
{
background-color: #070849;
}
</style>
border-color css
<style>
span { border-color: #070849; }
span { border-color: rgb(7,8,73); }
td.TdClassName
{
border-color: #070849;
}
.TagClassName
{
border-color: #070849;
}
</style>