Shades of Midnight Express #070D49
Tints of Midnight Express #070D49
RGB
CMYK
RGB Variations
Color information
#070D49 (or 0x070D49) is known color: Midnight Express. HEX triplet: 07, 0D and 49. RGB value is (7,13,73). Sum of RGB (Red+Green+Blue) = 7+13+73=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 73 (28.91% from 255 or 78.49% from 93); Max value from RGB is 73 - color contains mainly: blue. Hex color #070D49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D49 is #F8F2B6. Grayscale: #111111. Windows color (decimal): -16315063 or 4787463. OLE color: 4787463.
HSL color Cylindrical-coordinate representation of color #070D49: hue angle of 234.55º 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 #070D49 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 13 | 73 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.71 |
| HSL | 234.55º | 0.83% | 0.16% | - |
| HSV(B) | 234.55º | 0.9% | 0.29% | - |
| XYZ | 1.43 | 0.81 | 6.38 | - |
| YUV | 18.05 | 159.01 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 73 | 0.90 | 0.82 | 0 | 0.71 | 234.55 | 0.83 | 0.16 |
| Hex | 7 | D | 49 | 5A | 52 | 0 | 47 | EB | 52 | 10 |
| Octal | 7 | 15 | 111 | 132 | 122 | 0 | 107 | 353 | 122 | 20 |
| Binary | 111 | 1101 | 1001001 | 1011010 | 1010010 | 0 | 1000111 | 11101011 | 1010010 | 10000 |
Color Harmonies of #070D49
Complementary color
Monochromatic Colors of #070D49
Black with #070D49
Text Example
Text Example
White with #070D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D49; }
p { color: rgb(7,13,73); }
H1.HeaderClassName
{
color: #070D49;
}
.AnyTagClassName
{
color: #070D49;
}
</style>
background-color css
<style>
a { background-color: #070D49; }
a { background-color: rgb(7,13,73); }
div.DivClassName
{
background-color: #070D49;
}
.BgClassName
{
background-color: #070D49;
}
</style>
border-color css
<style>
span { border-color: #070D49; }
span { border-color: rgb(7,13,73); }
td.TdClassName
{
border-color: #070D49;
}
.TagClassName
{
border-color: #070D49;
}
</style>