Shades of Midnight Express #070B3F
Tints of Midnight Express #070B3F
RGB
CMYK
RGB Variations
Color information
#070B3F (or 0x070B3F) is known color: Midnight Express. HEX triplet: 07, 0B and 3F. RGB value is (7,11,63). Sum of RGB (Red+Green+Blue) = 7+11+63=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 63 (25% from 255 or 77.78% from 81); Max value from RGB is 63 - color contains mainly: blue. Hex color #070B3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B3F is #F8F4C0. Grayscale: #0F0F0F. Windows color (decimal): -16315585 or 4131591. OLE color: 4131591.
HSL color Cylindrical-coordinate representation of color #070B3F: hue angle of 235.71º 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 #070B3F is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 11 | 63 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.75 |
| HSL | 235.71º | 0.8% | 0.14% | - |
| HSV(B) | 235.71º | 0.89% | 0.25% | - |
| XYZ | 1.1 | 0.64 | 4.77 | - |
| YUV | 15.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 63 | 0.89 | 0.83 | 0 | 0.75 | 235.71 | 0.8 | 0.14 |
| Hex | 7 | B | 3F | 59 | 53 | 0 | 4B | EC | 50 | E |
| Octal | 7 | 13 | 77 | 131 | 123 | 0 | 113 | 354 | 120 | 16 |
| Binary | 111 | 1011 | 111111 | 1011001 | 1010011 | 0 | 1001011 | 11101100 | 1010000 | 1110 |
Color Harmonies of #070B3F
Complementary color
Monochromatic Colors of #070B3F
Black with #070B3F
Text Example
Text Example
White with #070B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B3F; }
p { color: rgb(7,11,63); }
H1.HeaderClassName
{
color: #070B3F;
}
.AnyTagClassName
{
color: #070B3F;
}
</style>
background-color css
<style>
a { background-color: #070B3F; }
a { background-color: rgb(7,11,63); }
div.DivClassName
{
background-color: #070B3F;
}
.BgClassName
{
background-color: #070B3F;
}
</style>
border-color css
<style>
span { border-color: #070B3F; }
span { border-color: rgb(7,11,63); }
td.TdClassName
{
border-color: #070B3F;
}
.TagClassName
{
border-color: #070B3F;
}
</style>