Shades of Midnight Blue #070B5E
Tints of Midnight Blue #070B5E
RGB
CMYK
RGB Variations
Color information
#070B5E (or 0x070B5E) is known color: Midnight Blue. HEX triplet: 07, 0B and 5E. RGB value is (7,11,94). Sum of RGB (Red+Green+Blue) = 7+11+94=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 94 (37.11% from 255 or 83.93% from 112); Max value from RGB is 94 - color contains mainly: blue. Hex color #070B5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070B5E is #F8F4A1. Grayscale: #121212. Windows color (decimal): -16315554 or 6163207. OLE color: 6163207.
HSL color Cylindrical-coordinate representation of color #070B5E: hue angle of 237.24º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070B5E is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 11 | 94 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.63 |
| HSL | 237.24º | 0.86% | 0.2% | - |
| HSV(B) | 237.24º | 0.93% | 0.37% | - |
| XYZ | 2.23 | 1.09 | 10.68 | - |
| YUV | 19.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 94 | 0.93 | 0.88 | 0 | 0.63 | 237.24 | 0.86 | 0.2 |
| Hex | 7 | B | 5E | 5D | 58 | 0 | 3F | ED | 56 | 14 |
| Octal | 7 | 13 | 136 | 135 | 130 | 0 | 77 | 355 | 126 | 24 |
| Binary | 111 | 1011 | 1011110 | 1011101 | 1011000 | 0 | 111111 | 11101101 | 1010110 | 10100 |
Color Harmonies of #070B5E
Complementary color
Monochromatic Colors of #070B5E
Black with #070B5E
Text Example
Text Example
White with #070B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B5E; }
p { color: rgb(7,11,94); }
H1.HeaderClassName
{
color: #070B5E;
}
.AnyTagClassName
{
color: #070B5E;
}
</style>
background-color css
<style>
a { background-color: #070B5E; }
a { background-color: rgb(7,11,94); }
div.DivClassName
{
background-color: #070B5E;
}
.BgClassName
{
background-color: #070B5E;
}
</style>
border-color css
<style>
span { border-color: #070B5E; }
span { border-color: rgb(7,11,94); }
td.TdClassName
{
border-color: #070B5E;
}
.TagClassName
{
border-color: #070B5E;
}
</style>