Shades of Midnight Express #071040
Tints of Midnight Express #071040
RGB
CMYK
RGB Variations
Color information
#071040 (or 0x071040) is known color: Midnight Express. HEX triplet: 07, 10 and 40. RGB value is (7,16,64). Sum of RGB (Red+Green+Blue) = 7+16+64=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 64 (25.39% from 255 or 73.56% from 87); Max value from RGB is 64 - color contains mainly: blue. Hex color #071040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071040 is #F8EFBF. Grayscale: #121212. Windows color (decimal): -16314304 or 4198407. OLE color: 4198407.
HSL color Cylindrical-coordinate representation of color #071040: hue angle of 230.53º 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 #071040 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 16 | 64 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.75 |
| HSL | 230.53º | 0.8% | 0.14% | - |
| HSV(B) | 230.53º | 0.89% | 0.25% | - |
| XYZ | 1.2 | 0.79 | 4.94 | - |
| YUV | 18.78 | 153.52 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 64 | 0.89 | 0.75 | 0 | 0.75 | 230.53 | 0.8 | 0.14 |
| Hex | 7 | 10 | 40 | 59 | 4B | 0 | 4B | E7 | 50 | E |
| Octal | 7 | 20 | 100 | 131 | 113 | 0 | 113 | 347 | 120 | 16 |
| Binary | 111 | 10000 | 1000000 | 1011001 | 1001011 | 0 | 1001011 | 11100111 | 1010000 | 1110 |
Color Harmonies of #071040
Complementary color
Monochromatic Colors of #071040
Black with #071040
Text Example
Text Example
White with #071040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071040; }
p { color: rgb(7,16,64); }
H1.HeaderClassName
{
color: #071040;
}
.AnyTagClassName
{
color: #071040;
}
</style>
background-color css
<style>
a { background-color: #071040; }
a { background-color: rgb(7,16,64); }
div.DivClassName
{
background-color: #071040;
}
.BgClassName
{
background-color: #071040;
}
</style>
border-color css
<style>
span { border-color: #071040; }
span { border-color: rgb(7,16,64); }
td.TdClassName
{
border-color: #071040;
}
.TagClassName
{
border-color: #071040;
}
</style>