Shades of Midnight Express #070739
Tints of Midnight Express #070739
RGB
CMYK
RGB Variations
Color information
#070739 (or 0x070739) is known color: Midnight Express. HEX triplet: 07, 07 and 39. RGB value is (7,7,57). Sum of RGB (Red+Green+Blue) = 7+7+57=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 7 (3.12% from 255 or 9.86% from 71); Blue value is 57 (22.66% from 255 or 80.28% from 71); Max value from RGB is 57 - color contains mainly: blue. Hex color #070739 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070739 is #F8F8C6. Grayscale: #0C0C0C. Windows color (decimal): -16316615 or 3737351. OLE color: 3737351.
HSL color Cylindrical-coordinate representation of color #070739: hue angle of 240º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #070739 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 7 | 57 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.78 |
| HSL | 240º | 0.78% | 0.13% | - |
| HSV(B) | 240º | 0.88% | 0.22% | - |
| XYZ | 0.9 | 0.49 | 3.92 | - |
| YUV | 12.7 | 153 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 57 | 0.88 | 0.88 | 0 | 0.78 | 240 | 0.78 | 0.13 |
| Hex | 7 | 7 | 39 | 58 | 58 | 0 | 4E | F0 | 4E | D |
| Octal | 7 | 7 | 71 | 130 | 130 | 0 | 116 | 360 | 116 | 15 |
| Binary | 111 | 111 | 111001 | 1011000 | 1011000 | 0 | 1001110 | 11110000 | 1001110 | 1101 |
Color Harmonies of #070739
Complementary color
Monochromatic Colors of #070739
Black with #070739
Text Example
Text Example
White with #070739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070739; }
p { color: rgb(7,7,57); }
H1.HeaderClassName
{
color: #070739;
}
.AnyTagClassName
{
color: #070739;
}
</style>
background-color css
<style>
a { background-color: #070739; }
a { background-color: rgb(7,7,57); }
div.DivClassName
{
background-color: #070739;
}
.BgClassName
{
background-color: #070739;
}
</style>
border-color css
<style>
span { border-color: #070739; }
span { border-color: rgb(7,7,57); }
td.TdClassName
{
border-color: #070739;
}
.TagClassName
{
border-color: #070739;
}
</style>