Shades of Midnight Express #070A3C
Tints of Midnight Express #070A3C
RGB
CMYK
RGB Variations
Color information
#070A3C (or 0x070A3C) is known color: Midnight Express. HEX triplet: 07, 0A and 3C. RGB value is (7,10,60). Sum of RGB (Red+Green+Blue) = 7+10+60=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 60 (23.83% from 255 or 77.92% from 77); Max value from RGB is 60 - color contains mainly: blue. Hex color #070A3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A3C is #F8F5C3. Grayscale: #0E0E0E. Windows color (decimal): -16315844 or 3934727. OLE color: 3934727.
HSL color Cylindrical-coordinate representation of color #070A3C: hue angle of 236.6º 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 #070A3C is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 10 | 60 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.76 |
| HSL | 236.6º | 0.79% | 0.13% | - |
| HSV(B) | 236.6º | 0.88% | 0.24% | - |
| XYZ | 1.01 | 0.59 | 4.34 | - |
| YUV | 14.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 60 | 0.88 | 0.83 | 0 | 0.76 | 236.6 | 0.79 | 0.13 |
| Hex | 7 | A | 3C | 58 | 53 | 0 | 4C | ED | 4F | D |
| Octal | 7 | 12 | 74 | 130 | 123 | 0 | 114 | 355 | 117 | 15 |
| Binary | 111 | 1010 | 111100 | 1011000 | 1010011 | 0 | 1001100 | 11101101 | 1001111 | 1101 |
Color Harmonies of #070A3C
Complementary color
Monochromatic Colors of #070A3C
Black with #070A3C
Text Example
Text Example
White with #070A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A3C; }
p { color: rgb(7,10,60); }
H1.HeaderClassName
{
color: #070A3C;
}
.AnyTagClassName
{
color: #070A3C;
}
</style>
background-color css
<style>
a { background-color: #070A3C; }
a { background-color: rgb(7,10,60); }
div.DivClassName
{
background-color: #070A3C;
}
.BgClassName
{
background-color: #070A3C;
}
</style>
border-color css
<style>
span { border-color: #070A3C; }
span { border-color: rgb(7,10,60); }
td.TdClassName
{
border-color: #070A3C;
}
.TagClassName
{
border-color: #070A3C;
}
</style>