Shades of Midnight Express #070F2E
Tints of Midnight Express #070F2E
RGB
CMYK
RGB Variations
Color information
#070F2E (or 0x070F2E) is known color: Midnight Express. HEX triplet: 07, 0F and 2E. RGB value is (7,15,46). Sum of RGB (Red+Green+Blue) = 7+15+46=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 46 (18.36% from 255 or 67.65% from 68); Max value from RGB is 46 - color contains mainly: blue. Hex color #070F2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F2E is #F8F0D1. Grayscale: #101010. Windows color (decimal): -16314578 or 3018503. OLE color: 3018503.
HSL color Cylindrical-coordinate representation of color #070F2E: hue angle of 227.69º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #070F2E is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 15 | 46 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.82 |
| HSL | 227.69º | 0.74% | 0.1% | - |
| HSV(B) | 227.69º | 0.85% | 0.18% | - |
| XYZ | 0.75 | 0.58 | 2.66 | - |
| YUV | 16.14 | 144.85 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 46 | 0.85 | 0.67 | 0 | 0.82 | 227.69 | 0.74 | 0.1 |
| Hex | 7 | F | 2E | 55 | 43 | 0 | 52 | E4 | 4A | A |
| Octal | 7 | 17 | 56 | 125 | 103 | 0 | 122 | 344 | 112 | 12 |
| Binary | 111 | 1111 | 101110 | 1010101 | 1000011 | 0 | 1010010 | 11100100 | 1001010 | 1010 |
Color Harmonies of #070F2E
Complementary color
Monochromatic Colors of #070F2E
Black with #070F2E
Text Example
Text Example
White with #070F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F2E; }
p { color: rgb(7,15,46); }
H1.HeaderClassName
{
color: #070F2E;
}
.AnyTagClassName
{
color: #070F2E;
}
</style>
background-color css
<style>
a { background-color: #070F2E; }
a { background-color: rgb(7,15,46); }
div.DivClassName
{
background-color: #070F2E;
}
.BgClassName
{
background-color: #070F2E;
}
</style>
border-color css
<style>
span { border-color: #070F2E; }
span { border-color: rgb(7,15,46); }
td.TdClassName
{
border-color: #070F2E;
}
.TagClassName
{
border-color: #070F2E;
}
</style>