Shades of Midnight Express #070B4B
Tints of Midnight Express #070B4B
RGB
CMYK
RGB Variations
Color information
#070B4B (or 0x070B4B) is known color: Midnight Express. HEX triplet: 07, 0B and 4B. RGB value is (7,11,75). Sum of RGB (Red+Green+Blue) = 7+11+75=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 75 (29.69% from 255 or 80.65% from 93); Max value from RGB is 75 - color contains mainly: blue. Hex color #070B4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B4B is #F8F4B4. Grayscale: #101010. Windows color (decimal): -16315573 or 4918023. OLE color: 4918023.
HSL color Cylindrical-coordinate representation of color #070B4B: hue angle of 236.47º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070B4B is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 11 | 75 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.71 |
| HSL | 236.47º | 0.83% | 0.16% | - |
| HSV(B) | 236.47º | 0.91% | 0.29% | - |
| XYZ | 1.48 | 0.79 | 6.73 | - |
| YUV | 17.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 75 | 0.91 | 0.85 | 0 | 0.71 | 236.47 | 0.83 | 0.16 |
| Hex | 7 | B | 4B | 5B | 55 | 0 | 47 | EC | 53 | 10 |
| Octal | 7 | 13 | 113 | 133 | 125 | 0 | 107 | 354 | 123 | 20 |
| Binary | 111 | 1011 | 1001011 | 1011011 | 1010101 | 0 | 1000111 | 11101100 | 1010011 | 10000 |
Color Harmonies of #070B4B
Complementary color
Monochromatic Colors of #070B4B
Black with #070B4B
Text Example
Text Example
White with #070B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B4B; }
p { color: rgb(7,11,75); }
H1.HeaderClassName
{
color: #070B4B;
}
.AnyTagClassName
{
color: #070B4B;
}
</style>
background-color css
<style>
a { background-color: #070B4B; }
a { background-color: rgb(7,11,75); }
div.DivClassName
{
background-color: #070B4B;
}
.BgClassName
{
background-color: #070B4B;
}
</style>
border-color css
<style>
span { border-color: #070B4B; }
span { border-color: rgb(7,11,75); }
td.TdClassName
{
border-color: #070B4B;
}
.TagClassName
{
border-color: #070B4B;
}
</style>