Shades of Midnight Express #070C3E
Tints of Midnight Express #070C3E
RGB
CMYK
RGB Variations
Color information
#070C3E (or 0x070C3E) is known color: Midnight Express. HEX triplet: 07, 0C and 3E. RGB value is (7,12,62). Sum of RGB (Red+Green+Blue) = 7+12+62=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 62 (24.61% from 255 or 76.54% from 81); Max value from RGB is 62 - color contains mainly: blue. Hex color #070C3E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070C3E is #F8F3C1. Grayscale: #101010. Windows color (decimal): -16315330 or 4066311. OLE color: 4066311.
HSL color Cylindrical-coordinate representation of color #070C3E: hue angle of 234.55º 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 #070C3E is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 12 | 62 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.76 |
| HSL | 234.55º | 0.8% | 0.14% | - |
| HSV(B) | 234.55º | 0.89% | 0.24% | - |
| XYZ | 1.09 | 0.66 | 4.63 | - |
| YUV | 16.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 62 | 0.89 | 0.81 | 0 | 0.76 | 234.55 | 0.8 | 0.14 |
| Hex | 7 | C | 3E | 59 | 51 | 0 | 4C | EB | 50 | E |
| Octal | 7 | 14 | 76 | 131 | 121 | 0 | 114 | 353 | 120 | 16 |
| Binary | 111 | 1100 | 111110 | 1011001 | 1010001 | 0 | 1001100 | 11101011 | 1010000 | 1110 |
Color Harmonies of #070C3E
Complementary color
Monochromatic Colors of #070C3E
Black with #070C3E
Text Example
Text Example
White with #070C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C3E; }
p { color: rgb(7,12,62); }
H1.HeaderClassName
{
color: #070C3E;
}
.AnyTagClassName
{
color: #070C3E;
}
</style>
background-color css
<style>
a { background-color: #070C3E; }
a { background-color: rgb(7,12,62); }
div.DivClassName
{
background-color: #070C3E;
}
.BgClassName
{
background-color: #070C3E;
}
</style>
border-color css
<style>
span { border-color: #070C3E; }
span { border-color: rgb(7,12,62); }
td.TdClassName
{
border-color: #070C3E;
}
.TagClassName
{
border-color: #070C3E;
}
</style>