Shades of Midnight Express #070040
Tints of Midnight Express #070040
RGB
CMYK
RGB Variations
Color information
#070040 (or 0x070040) is known color: Midnight Express. HEX triplet: 07, 00 and 40. RGB value is (7,0,64). Sum of RGB (Red+Green+Blue) = 7+0+64=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 64 (25.39% from 255 or 90.14% from 71); Max value from RGB is 64 - color contains mainly: blue. Hex color #070040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070040 is #F8FFBF. Grayscale: #090909. Windows color (decimal): -16318400 or 4194311. OLE color: 4194311.
HSL color Cylindrical-coordinate representation of color #070040: hue angle of 246.56º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070040 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 0 | 64 | - |
| CMYK | 0.89 | 1 | 0 | 0.75 |
| HSL | 246.56º | 1% | 0.13% | - |
| HSV(B) | 246.56º | 1% | 0.25% | - |
| XYZ | 1.01 | 0.42 | 4.88 | - |
| YUV | 9.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 64 | 0.89 | 1 | 0 | 0.75 | 246.56 | 1 | 0.13 |
| Hex | 7 | 0 | 40 | 59 | 64 | 0 | 4B | F7 | 64 | D |
| Octal | 7 | 0 | 100 | 131 | 144 | 0 | 113 | 367 | 144 | 15 |
| Binary | 111 | 0 | 1000000 | 1011001 | 1100100 | 0 | 1001011 | 11110111 | 1100100 | 1101 |
Color Harmonies of #070040
Complementary color
Monochromatic Colors of #070040
Black with #070040
Text Example
Text Example
White with #070040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070040; }
p { color: rgb(7,0,64); }
H1.HeaderClassName
{
color: #070040;
}
.AnyTagClassName
{
color: #070040;
}
</style>
background-color css
<style>
a { background-color: #070040; }
a { background-color: rgb(7,0,64); }
div.DivClassName
{
background-color: #070040;
}
.BgClassName
{
background-color: #070040;
}
</style>
border-color css
<style>
span { border-color: #070040; }
span { border-color: rgb(7,0,64); }
td.TdClassName
{
border-color: #070040;
}
.TagClassName
{
border-color: #070040;
}
</style>