Shades of Midnight Express #070B3A
Tints of Midnight Express #070B3A
RGB
CMYK
RGB Variations
Color information
#070B3A (or 0x070B3A) is known color: Midnight Express. HEX triplet: 07, 0B and 3A. RGB value is (7,11,58). Sum of RGB (Red+Green+Blue) = 7+11+58=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 58 (23.05% from 255 or 76.32% from 76); Max value from RGB is 58 - color contains mainly: blue. Hex color #070B3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B3A is #F8F4C5. Grayscale: #0E0E0E. Windows color (decimal): -16315590 or 3803911. OLE color: 3803911.
HSL color Cylindrical-coordinate representation of color #070B3A: hue angle of 235.29º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #070B3A is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 11 | 58 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.77 |
| HSL | 235.29º | 0.78% | 0.13% | - |
| HSV(B) | 235.29º | 0.88% | 0.23% | - |
| XYZ | 0.97 | 0.59 | 4.07 | - |
| YUV | 15.16 | 152.17 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 58 | 0.88 | 0.81 | 0 | 0.77 | 235.29 | 0.78 | 0.13 |
| Hex | 7 | B | 3A | 58 | 51 | 0 | 4D | EB | 4E | D |
| Octal | 7 | 13 | 72 | 130 | 121 | 0 | 115 | 353 | 116 | 15 |
| Binary | 111 | 1011 | 111010 | 1011000 | 1010001 | 0 | 1001101 | 11101011 | 1001110 | 1101 |
Color Harmonies of #070B3A
Complementary color
Monochromatic Colors of #070B3A
Black with #070B3A
Text Example
Text Example
White with #070B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B3A; }
p { color: rgb(7,11,58); }
H1.HeaderClassName
{
color: #070B3A;
}
.AnyTagClassName
{
color: #070B3A;
}
</style>
background-color css
<style>
a { background-color: #070B3A; }
a { background-color: rgb(7,11,58); }
div.DivClassName
{
background-color: #070B3A;
}
.BgClassName
{
background-color: #070B3A;
}
</style>
border-color css
<style>
span { border-color: #070B3A; }
span { border-color: rgb(7,11,58); }
td.TdClassName
{
border-color: #070B3A;
}
.TagClassName
{
border-color: #070B3A;
}
</style>