Shades of Midnight Express #070B40
Tints of Midnight Express #070B40
RGB
CMYK
RGB Variations
Color information
#070B40 (or 0x070B40) is known color: Midnight Express. HEX triplet: 07, 0B and 40. RGB value is (7,11,64). Sum of RGB (Red+Green+Blue) = 7+11+64=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 64 (25.39% from 255 or 78.05% from 82); Max value from RGB is 64 - color contains mainly: blue. Hex color #070B40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B40 is #F8F4BF. Grayscale: #0F0F0F. Windows color (decimal): -16315584 or 4197127. OLE color: 4197127.
HSL color Cylindrical-coordinate representation of color #070B40: hue angle of 235.79º 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 #070B40 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 11 | 64 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.75 |
| HSL | 235.79º | 0.8% | 0.14% | - |
| HSV(B) | 235.79º | 0.89% | 0.25% | - |
| XYZ | 1.13 | 0.65 | 4.92 | - |
| YUV | 15.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 64 | 0.89 | 0.83 | 0 | 0.75 | 235.79 | 0.8 | 0.14 |
| Hex | 7 | B | 40 | 59 | 53 | 0 | 4B | EC | 50 | E |
| Octal | 7 | 13 | 100 | 131 | 123 | 0 | 113 | 354 | 120 | 16 |
| Binary | 111 | 1011 | 1000000 | 1011001 | 1010011 | 0 | 1001011 | 11101100 | 1010000 | 1110 |
Color Harmonies of #070B40
Complementary color
Monochromatic Colors of #070B40
Black with #070B40
Text Example
Text Example
White with #070B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B40; }
p { color: rgb(7,11,64); }
H1.HeaderClassName
{
color: #070B40;
}
.AnyTagClassName
{
color: #070B40;
}
</style>
background-color css
<style>
a { background-color: #070B40; }
a { background-color: rgb(7,11,64); }
div.DivClassName
{
background-color: #070B40;
}
.BgClassName
{
background-color: #070B40;
}
</style>
border-color css
<style>
span { border-color: #070B40; }
span { border-color: rgb(7,11,64); }
td.TdClassName
{
border-color: #070B40;
}
.TagClassName
{
border-color: #070B40;
}
</style>