Shades of Midnight Express #070642
Tints of Midnight Express #070642
RGB
CMYK
RGB Variations
Color information
#070642 (or 0x070642) is known color: Midnight Express. HEX triplet: 07, 06 and 42. RGB value is (7,6,66). Sum of RGB (Red+Green+Blue) = 7+6+66=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 66 (26.17% from 255 or 83.54% from 79); Max value from RGB is 66 - color contains mainly: blue. Hex color #070642 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070642 is #F8F9BD. Grayscale: #0C0C0C. Windows color (decimal): -16316862 or 4326919. OLE color: 4326919.
HSL color Cylindrical-coordinate representation of color #070642: hue angle of 241º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070642 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 6 | 66 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.74 |
| HSL | 241º | 0.83% | 0.14% | - |
| HSV(B) | 241º | 0.91% | 0.26% | - |
| XYZ | 1.14 | 0.57 | 5.2 | - |
| YUV | 13.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 66 | 0.89 | 0.91 | 0 | 0.74 | 241 | 0.83 | 0.14 |
| Hex | 7 | 6 | 42 | 59 | 5B | 0 | 4A | F1 | 53 | E |
| Octal | 7 | 6 | 102 | 131 | 133 | 0 | 112 | 361 | 123 | 16 |
| Binary | 111 | 110 | 1000010 | 1011001 | 1011011 | 0 | 1001010 | 11110001 | 1010011 | 1110 |
Color Harmonies of #070642
Complementary color
Monochromatic Colors of #070642
Black with #070642
Text Example
Text Example
White with #070642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070642; }
p { color: rgb(7,6,66); }
H1.HeaderClassName
{
color: #070642;
}
.AnyTagClassName
{
color: #070642;
}
</style>
background-color css
<style>
a { background-color: #070642; }
a { background-color: rgb(7,6,66); }
div.DivClassName
{
background-color: #070642;
}
.BgClassName
{
background-color: #070642;
}
</style>
border-color css
<style>
span { border-color: #070642; }
span { border-color: rgb(7,6,66); }
td.TdClassName
{
border-color: #070642;
}
.TagClassName
{
border-color: #070642;
}
</style>