Shades of Midnight Express #070F2F
Tints of Midnight Express #070F2F
RGB
CMYK
RGB Variations
Color information
#070F2F (or 0x070F2F) is known color: Midnight Express. HEX triplet: 07, 0F and 2F. RGB value is (7,15,47). Sum of RGB (Red+Green+Blue) = 7+15+47=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 47 (18.75% from 255 or 68.12% from 69); Max value from RGB is 47 - color contains mainly: blue. Hex color #070F2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F2F is #F8F0D0. Grayscale: #101010. Windows color (decimal): -16314577 or 3084039. OLE color: 3084039.
HSL color Cylindrical-coordinate representation of color #070F2F: hue angle of 228º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #070F2F is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 15 | 47 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.82 |
| HSL | 228º | 0.74% | 0.11% | - |
| HSV(B) | 228º | 0.85% | 0.18% | - |
| XYZ | 0.77 | 0.59 | 2.76 | - |
| YUV | 16.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 47 | 0.85 | 0.68 | 0 | 0.82 | 228 | 0.74 | 0.11 |
| Hex | 7 | F | 2F | 55 | 44 | 0 | 52 | E4 | 4A | B |
| Octal | 7 | 17 | 57 | 125 | 104 | 0 | 122 | 344 | 112 | 13 |
| Binary | 111 | 1111 | 101111 | 1010101 | 1000100 | 0 | 1010010 | 11100100 | 1001010 | 1011 |
Color Harmonies of #070F2F
Complementary color
Monochromatic Colors of #070F2F
Black with #070F2F
Text Example
Text Example
White with #070F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F2F; }
p { color: rgb(7,15,47); }
H1.HeaderClassName
{
color: #070F2F;
}
.AnyTagClassName
{
color: #070F2F;
}
</style>
background-color css
<style>
a { background-color: #070F2F; }
a { background-color: rgb(7,15,47); }
div.DivClassName
{
background-color: #070F2F;
}
.BgClassName
{
background-color: #070F2F;
}
</style>
border-color css
<style>
span { border-color: #070F2F; }
span { border-color: rgb(7,15,47); }
td.TdClassName
{
border-color: #070F2F;
}
.TagClassName
{
border-color: #070F2F;
}
</style>