Shades of Midnight Express #070039
Tints of Midnight Express #070039
RGB
CMYK
RGB Variations
Color information
#070039 (or 0x070039) is known color: Midnight Express. HEX triplet: 07, 00 and 39. RGB value is (7,0,57). Sum of RGB (Red+Green+Blue) = 7+0+57=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 57 (22.66% from 255 or 89.06% from 64); Max value from RGB is 57 - color contains mainly: blue. Hex color #070039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070039 is #F8FFC6. Grayscale: #080808. Windows color (decimal): -16318407 or 3735559. OLE color: 3735559.
HSL color Cylindrical-coordinate representation of color #070039: hue angle of 247.37º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070039 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 0 | 57 | - |
| CMYK | 0.88 | 1 | 0 | 0.78 |
| HSL | 247.37º | 1% | 0.11% | - |
| HSV(B) | 247.37º | 1% | 0.22% | - |
| XYZ | 0.83 | 0.34 | 3.89 | - |
| YUV | 8.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 57 | 0.88 | 1 | 0 | 0.78 | 247.37 | 1 | 0.11 |
| Hex | 7 | 0 | 39 | 58 | 64 | 0 | 4E | F7 | 64 | B |
| Octal | 7 | 0 | 71 | 130 | 144 | 0 | 116 | 367 | 144 | 13 |
| Binary | 111 | 0 | 111001 | 1011000 | 1100100 | 0 | 1001110 | 11110111 | 1100100 | 1011 |
Color Harmonies of #070039
Complementary color
Monochromatic Colors of #070039
Black with #070039
Text Example
Text Example
White with #070039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070039; }
p { color: rgb(7,0,57); }
H1.HeaderClassName
{
color: #070039;
}
.AnyTagClassName
{
color: #070039;
}
</style>
background-color css
<style>
a { background-color: #070039; }
a { background-color: rgb(7,0,57); }
div.DivClassName
{
background-color: #070039;
}
.BgClassName
{
background-color: #070039;
}
</style>
border-color css
<style>
span { border-color: #070039; }
span { border-color: rgb(7,0,57); }
td.TdClassName
{
border-color: #070039;
}
.TagClassName
{
border-color: #070039;
}
</style>