Shades of Midnight Express #070B47
Tints of Midnight Express #070B47
RGB
CMYK
RGB Variations
Color information
#070B47 (or 0x070B47) is known color: Midnight Express. HEX triplet: 07, 0B and 47. RGB value is (7,11,71). Sum of RGB (Red+Green+Blue) = 7+11+71=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 71 (28.12% from 255 or 79.78% from 89); Max value from RGB is 71 - color contains mainly: blue. Hex color #070B47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B47 is #F8F4B8. Grayscale: #101010. Windows color (decimal): -16315577 or 4655879. OLE color: 4655879.
HSL color Cylindrical-coordinate representation of color #070B47: hue angle of 236.25º 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 #070B47 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 11 | 71 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.72 |
| HSL | 236.25º | 0.82% | 0.15% | - |
| HSV(B) | 236.25º | 0.9% | 0.28% | - |
| XYZ | 1.34 | 0.74 | 6.03 | - |
| YUV | 16.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 71 | 0.90 | 0.85 | 0 | 0.72 | 236.25 | 0.82 | 0.15 |
| Hex | 7 | B | 47 | 5A | 55 | 0 | 48 | EC | 52 | F |
| Octal | 7 | 13 | 107 | 132 | 125 | 0 | 110 | 354 | 122 | 17 |
| Binary | 111 | 1011 | 1000111 | 1011010 | 1010101 | 0 | 1001000 | 11101100 | 1010010 | 1111 |
Color Harmonies of #070B47
Complementary color
Monochromatic Colors of #070B47
Black with #070B47
Text Example
Text Example
White with #070B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B47; }
p { color: rgb(7,11,71); }
H1.HeaderClassName
{
color: #070B47;
}
.AnyTagClassName
{
color: #070B47;
}
</style>
background-color css
<style>
a { background-color: #070B47; }
a { background-color: rgb(7,11,71); }
div.DivClassName
{
background-color: #070B47;
}
.BgClassName
{
background-color: #070B47;
}
</style>
border-color css
<style>
span { border-color: #070B47; }
span { border-color: rgb(7,11,71); }
td.TdClassName
{
border-color: #070B47;
}
.TagClassName
{
border-color: #070B47;
}
</style>