Shades of Midnight Express #070A39
Tints of Midnight Express #070A39
RGB
CMYK
RGB Variations
Color information
#070A39 (or 0x070A39) is known color: Midnight Express. HEX triplet: 07, 0A and 39. RGB value is (7,10,57). Sum of RGB (Red+Green+Blue) = 7+10+57=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 57 (22.66% from 255 or 77.03% from 74); Max value from RGB is 57 - color contains mainly: blue. Hex color #070A39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A39 is #F8F5C6. Grayscale: #0E0E0E. Windows color (decimal): -16315847 or 3738119. OLE color: 3738119.
HSL color Cylindrical-coordinate representation of color #070A39: hue angle of 236.4º 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 #070A39 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 10 | 57 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.78 |
| HSL | 236.4º | 0.78% | 0.13% | - |
| HSV(B) | 236.4º | 0.88% | 0.22% | - |
| XYZ | 0.93 | 0.56 | 3.93 | - |
| YUV | 14.46 | 152.01 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 57 | 0.88 | 0.82 | 0 | 0.78 | 236.4 | 0.78 | 0.13 |
| Hex | 7 | A | 39 | 58 | 52 | 0 | 4E | EC | 4E | D |
| Octal | 7 | 12 | 71 | 130 | 122 | 0 | 116 | 354 | 116 | 15 |
| Binary | 111 | 1010 | 111001 | 1011000 | 1010010 | 0 | 1001110 | 11101100 | 1001110 | 1101 |
Color Harmonies of #070A39
Complementary color
Monochromatic Colors of #070A39
Black with #070A39
Text Example
Text Example
White with #070A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A39; }
p { color: rgb(7,10,57); }
H1.HeaderClassName
{
color: #070A39;
}
.AnyTagClassName
{
color: #070A39;
}
</style>
background-color css
<style>
a { background-color: #070A39; }
a { background-color: rgb(7,10,57); }
div.DivClassName
{
background-color: #070A39;
}
.BgClassName
{
background-color: #070A39;
}
</style>
border-color css
<style>
span { border-color: #070A39; }
span { border-color: rgb(7,10,57); }
td.TdClassName
{
border-color: #070A39;
}
.TagClassName
{
border-color: #070A39;
}
</style>