Shades of Midnight Express #070F47
Tints of Midnight Express #070F47
RGB
CMYK
RGB Variations
Color information
#070F47 (or 0x070F47) is known color: Midnight Express. HEX triplet: 07, 0F and 47. RGB value is (7,15,71). Sum of RGB (Red+Green+Blue) = 7+15+71=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 71 (28.12% from 255 or 76.34% from 93); Max value from RGB is 71 - color contains mainly: blue. Hex color #070F47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F47 is #F8F0B8. Grayscale: #121212. Windows color (decimal): -16314553 or 4656903. OLE color: 4656903.
HSL color Cylindrical-coordinate representation of color #070F47: hue angle of 232.5º 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 #070F47 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 15 | 71 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.72 |
| HSL | 232.5º | 0.82% | 0.15% | - |
| HSV(B) | 232.5º | 0.9% | 0.28% | - |
| XYZ | 1.4 | 0.84 | 6.05 | - |
| YUV | 18.99 | 157.35 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 71 | 0.90 | 0.79 | 0 | 0.72 | 232.5 | 0.82 | 0.15 |
| Hex | 7 | F | 47 | 5A | 4F | 0 | 48 | E8 | 52 | F |
| Octal | 7 | 17 | 107 | 132 | 117 | 0 | 110 | 350 | 122 | 17 |
| Binary | 111 | 1111 | 1000111 | 1011010 | 1001111 | 0 | 1001000 | 11101000 | 1010010 | 1111 |
Color Harmonies of #070F47
Complementary color
Monochromatic Colors of #070F47
Black with #070F47
Text Example
Text Example
White with #070F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F47; }
p { color: rgb(7,15,71); }
H1.HeaderClassName
{
color: #070F47;
}
.AnyTagClassName
{
color: #070F47;
}
</style>
background-color css
<style>
a { background-color: #070F47; }
a { background-color: rgb(7,15,71); }
div.DivClassName
{
background-color: #070F47;
}
.BgClassName
{
background-color: #070F47;
}
</style>
border-color css
<style>
span { border-color: #070F47; }
span { border-color: rgb(7,15,71); }
td.TdClassName
{
border-color: #070F47;
}
.TagClassName
{
border-color: #070F47;
}
</style>