Shades of Midnight Express #070E3C
Tints of Midnight Express #070E3C
RGB
CMYK
RGB Variations
Color information
#070E3C (or 0x070E3C) is known color: Midnight Express. HEX triplet: 07, 0E and 3C. RGB value is (7,14,60). Sum of RGB (Red+Green+Blue) = 7+14+60=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 60 (23.83% from 255 or 74.07% from 81); Max value from RGB is 60 - color contains mainly: blue. Hex color #070E3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070E3C is #F8F1C3. Grayscale: #101010. Windows color (decimal): -16314820 or 3935751. OLE color: 3935751.
HSL color Cylindrical-coordinate representation of color #070E3C: hue angle of 232.08º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #070E3C is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 14 | 60 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.76 |
| HSL | 232.08º | 0.79% | 0.13% | - |
| HSV(B) | 232.08º | 0.88% | 0.24% | - |
| XYZ | 1.06 | 0.69 | 4.35 | - |
| YUV | 17.15 | 152.18 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 60 | 0.88 | 0.77 | 0 | 0.76 | 232.08 | 0.79 | 0.13 |
| Hex | 7 | E | 3C | 58 | 4D | 0 | 4C | E8 | 4F | D |
| Octal | 7 | 16 | 74 | 130 | 115 | 0 | 114 | 350 | 117 | 15 |
| Binary | 111 | 1110 | 111100 | 1011000 | 1001101 | 0 | 1001100 | 11101000 | 1001111 | 1101 |
Color Harmonies of #070E3C
Complementary color
Monochromatic Colors of #070E3C
Black with #070E3C
Text Example
Text Example
White with #070E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E3C; }
p { color: rgb(7,14,60); }
H1.HeaderClassName
{
color: #070E3C;
}
.AnyTagClassName
{
color: #070E3C;
}
</style>
background-color css
<style>
a { background-color: #070E3C; }
a { background-color: rgb(7,14,60); }
div.DivClassName
{
background-color: #070E3C;
}
.BgClassName
{
background-color: #070E3C;
}
</style>
border-color css
<style>
span { border-color: #070E3C; }
span { border-color: rgb(7,14,60); }
td.TdClassName
{
border-color: #070E3C;
}
.TagClassName
{
border-color: #070E3C;
}
</style>