Shades of Midnight Express #070F40
Tints of Midnight Express #070F40
RGB
CMYK
RGB Variations
Color information
#070F40 (or 0x070F40) is known color: Midnight Express. HEX triplet: 07, 0F and 40. RGB value is (7,15,64). Sum of RGB (Red+Green+Blue) = 7+15+64=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 64 (25.39% from 255 or 74.42% from 86); Max value from RGB is 64 - color contains mainly: blue. Hex color #070F40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F40 is #F8F0BF. Grayscale: #111111. Windows color (decimal): -16314560 or 4198151. OLE color: 4198151.
HSL color Cylindrical-coordinate representation of color #070F40: hue angle of 231.58º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #070F40 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 15 | 64 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.75 |
| HSL | 231.58º | 0.8% | 0.14% | - |
| HSV(B) | 231.58º | 0.89% | 0.25% | - |
| XYZ | 1.18 | 0.76 | 4.93 | - |
| YUV | 18.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 64 | 0.89 | 0.77 | 0 | 0.75 | 231.58 | 0.8 | 0.14 |
| Hex | 7 | F | 40 | 59 | 4D | 0 | 4B | E8 | 50 | E |
| Octal | 7 | 17 | 100 | 131 | 115 | 0 | 113 | 350 | 120 | 16 |
| Binary | 111 | 1111 | 1000000 | 1011001 | 1001101 | 0 | 1001011 | 11101000 | 1010000 | 1110 |
Color Harmonies of #070F40
Complementary color
Monochromatic Colors of #070F40
Black with #070F40
Text Example
Text Example
White with #070F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F40; }
p { color: rgb(7,15,64); }
H1.HeaderClassName
{
color: #070F40;
}
.AnyTagClassName
{
color: #070F40;
}
</style>
background-color css
<style>
a { background-color: #070F40; }
a { background-color: rgb(7,15,64); }
div.DivClassName
{
background-color: #070F40;
}
.BgClassName
{
background-color: #070F40;
}
</style>
border-color css
<style>
span { border-color: #070F40; }
span { border-color: rgb(7,15,64); }
td.TdClassName
{
border-color: #070F40;
}
.TagClassName
{
border-color: #070F40;
}
</style>