Shades of Midnight Express #070C47
Tints of Midnight Express #070C47
RGB
CMYK
RGB Variations
Color information
#070C47 (or 0x070C47) is known color: Midnight Express. HEX triplet: 07, 0C and 47. RGB value is (7,12,71). Sum of RGB (Red+Green+Blue) = 7+12+71=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 71 (28.12% from 255 or 78.89% from 90); Max value from RGB is 71 - color contains mainly: blue. Hex color #070C47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070C47 is #F8F3B8. Grayscale: #101010. Windows color (decimal): -16315321 or 4656135. OLE color: 4656135.
HSL color Cylindrical-coordinate representation of color #070C47: hue angle of 235.31º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #070C47 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 12 | 71 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.72 |
| HSL | 235.31º | 0.82% | 0.15% | - |
| HSV(B) | 235.31º | 0.9% | 0.28% | - |
| XYZ | 1.36 | 0.76 | 6.04 | - |
| YUV | 17.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 71 | 0.90 | 0.83 | 0 | 0.72 | 235.31 | 0.82 | 0.15 |
| Hex | 7 | C | 47 | 5A | 53 | 0 | 48 | EB | 52 | F |
| Octal | 7 | 14 | 107 | 132 | 123 | 0 | 110 | 353 | 122 | 17 |
| Binary | 111 | 1100 | 1000111 | 1011010 | 1010011 | 0 | 1001000 | 11101011 | 1010010 | 1111 |
Color Harmonies of #070C47
Complementary color
Monochromatic Colors of #070C47
Black with #070C47
Text Example
Text Example
White with #070C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C47; }
p { color: rgb(7,12,71); }
H1.HeaderClassName
{
color: #070C47;
}
.AnyTagClassName
{
color: #070C47;
}
</style>
background-color css
<style>
a { background-color: #070C47; }
a { background-color: rgb(7,12,71); }
div.DivClassName
{
background-color: #070C47;
}
.BgClassName
{
background-color: #070C47;
}
</style>
border-color css
<style>
span { border-color: #070C47; }
span { border-color: rgb(7,12,71); }
td.TdClassName
{
border-color: #070C47;
}
.TagClassName
{
border-color: #070C47;
}
</style>