Shades of Midnight Express #070B32
Tints of Midnight Express #070B32
RGB
CMYK
RGB Variations
Color information
#070B32 (or 0x070B32) is known color: Midnight Express. HEX triplet: 07, 0B and 32. RGB value is (7,11,50). Sum of RGB (Red+Green+Blue) = 7+11+50=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 50 (19.92% from 255 or 73.53% from 68); Max value from RGB is 50 - color contains mainly: blue. Hex color #070B32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B32 is #F8F4CD. Grayscale: #0E0E0E. Windows color (decimal): -16315598 or 3279623. OLE color: 3279623.
HSL color Cylindrical-coordinate representation of color #070B32: hue angle of 234.42º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #070B32 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 11 | 50 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.80 |
| HSL | 234.42º | 0.75% | 0.11% | - |
| HSV(B) | 234.42º | 0.86% | 0.2% | - |
| XYZ | 0.78 | 0.51 | 3.08 | - |
| YUV | 14.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 50 | 0.86 | 0.78 | 0 | 0.80 | 234.42 | 0.75 | 0.11 |
| Hex | 7 | B | 32 | 56 | 4E | 0 | 50 | EA | 4B | B |
| Octal | 7 | 13 | 62 | 126 | 116 | 0 | 120 | 352 | 113 | 13 |
| Binary | 111 | 1011 | 110010 | 1010110 | 1001110 | 0 | 1010000 | 11101010 | 1001011 | 1011 |
Color Harmonies of #070B32
Complementary color
Monochromatic Colors of #070B32
Black with #070B32
Text Example
Text Example
White with #070B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B32; }
p { color: rgb(7,11,50); }
H1.HeaderClassName
{
color: #070B32;
}
.AnyTagClassName
{
color: #070B32;
}
</style>
background-color css
<style>
a { background-color: #070B32; }
a { background-color: rgb(7,11,50); }
div.DivClassName
{
background-color: #070B32;
}
.BgClassName
{
background-color: #070B32;
}
</style>
border-color css
<style>
span { border-color: #070B32; }
span { border-color: rgb(7,11,50); }
td.TdClassName
{
border-color: #070B32;
}
.TagClassName
{
border-color: #070B32;
}
</style>