Shades of Midnight Express #070742
Tints of Midnight Express #070742
RGB
CMYK
RGB Variations
Color information
#070742 (or 0x070742) is known color: Midnight Express. HEX triplet: 07, 07 and 42. RGB value is (7,7,66). Sum of RGB (Red+Green+Blue) = 7+7+66=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 66 (26.17% from 255 or 82.5% from 80); Max value from RGB is 66 - color contains mainly: blue. Hex color #070742 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070742 is #F8F8BD. Grayscale: #0D0D0D. Windows color (decimal): -16316606 or 4327175. OLE color: 4327175.
HSL color Cylindrical-coordinate representation of color #070742: hue angle of 240º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #070742 is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 7 | 66 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.74 |
| HSL | 240º | 0.81% | 0.14% | - |
| HSV(B) | 240º | 0.89% | 0.26% | - |
| XYZ | 1.15 | 0.59 | 5.21 | - |
| YUV | 13.73 | 157.5 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 66 | 0.89 | 0.89 | 0 | 0.74 | 240 | 0.81 | 0.14 |
| Hex | 7 | 7 | 42 | 59 | 59 | 0 | 4A | F0 | 51 | E |
| Octal | 7 | 7 | 102 | 131 | 131 | 0 | 112 | 360 | 121 | 16 |
| Binary | 111 | 111 | 1000010 | 1011001 | 1011001 | 0 | 1001010 | 11110000 | 1010001 | 1110 |
Color Harmonies of #070742
Complementary color
Monochromatic Colors of #070742
Black with #070742
Text Example
Text Example
White with #070742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070742; }
p { color: rgb(7,7,66); }
H1.HeaderClassName
{
color: #070742;
}
.AnyTagClassName
{
color: #070742;
}
</style>
background-color css
<style>
a { background-color: #070742; }
a { background-color: rgb(7,7,66); }
div.DivClassName
{
background-color: #070742;
}
.BgClassName
{
background-color: #070742;
}
</style>
border-color css
<style>
span { border-color: #070742; }
span { border-color: rgb(7,7,66); }
td.TdClassName
{
border-color: #070742;
}
.TagClassName
{
border-color: #070742;
}
</style>