Shades of Midnight Express #070E3E
Tints of Midnight Express #070E3E
RGB
CMYK
RGB Variations
Color information
#070E3E (or 0x070E3E) is known color: Midnight Express. HEX triplet: 07, 0E and 3E. RGB value is (7,14,62). Sum of RGB (Red+Green+Blue) = 7+14+62=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 62 (24.61% from 255 or 74.70% from 83); Max value from RGB is 62 - color contains mainly: blue. Hex color #070E3E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070E3E is #F8F1C1. Grayscale: #111111. Windows color (decimal): -16314818 or 4066823. OLE color: 4066823.
HSL color Cylindrical-coordinate representation of color #070E3E: hue angle of 232.36º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #070E3E is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 14 | 62 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.76 |
| HSL | 232.36º | 0.8% | 0.14% | - |
| HSV(B) | 232.36º | 0.89% | 0.24% | - |
| XYZ | 1.11 | 0.71 | 4.64 | - |
| YUV | 17.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 62 | 0.89 | 0.77 | 0 | 0.76 | 232.36 | 0.8 | 0.14 |
| Hex | 7 | E | 3E | 59 | 4D | 0 | 4C | E8 | 50 | E |
| Octal | 7 | 16 | 76 | 131 | 115 | 0 | 114 | 350 | 120 | 16 |
| Binary | 111 | 1110 | 111110 | 1011001 | 1001101 | 0 | 1001100 | 11101000 | 1010000 | 1110 |
Color Harmonies of #070E3E
Complementary color
Monochromatic Colors of #070E3E
Black with #070E3E
Text Example
Text Example
White with #070E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E3E; }
p { color: rgb(7,14,62); }
H1.HeaderClassName
{
color: #070E3E;
}
.AnyTagClassName
{
color: #070E3E;
}
</style>
background-color css
<style>
a { background-color: #070E3E; }
a { background-color: rgb(7,14,62); }
div.DivClassName
{
background-color: #070E3E;
}
.BgClassName
{
background-color: #070E3E;
}
</style>
border-color css
<style>
span { border-color: #070E3E; }
span { border-color: rgb(7,14,62); }
td.TdClassName
{
border-color: #070E3E;
}
.TagClassName
{
border-color: #070E3E;
}
</style>