Shades of Midnight Blue #070B6C
Tints of Midnight Blue #070B6C
RGB
CMYK
RGB Variations
Color information
#070B6C (or 0x070B6C) is known color: Midnight Blue. HEX triplet: 07, 0B and 6C. RGB value is (7,11,108). Sum of RGB (Red+Green+Blue) = 7+11+108=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 108 (42.58% from 255 or 85.71% from 126); Max value from RGB is 108 - color contains mainly: blue. Hex color #070B6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070B6C is #F8F493. Grayscale: #141414. Windows color (decimal): -16315540 or 7080711. OLE color: 7080711.
HSL color Cylindrical-coordinate representation of color #070B6C: hue angle of 237.62º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070B6C is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 11 | 108 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.58 |
| HSL | 237.62º | 0.88% | 0.23% | - |
| HSV(B) | 237.62º | 0.94% | 0.42% | - |
| XYZ | 2.91 | 1.37 | 14.3 | - |
| YUV | 20.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 108 | 0.94 | 0.90 | 0 | 0.58 | 237.62 | 0.88 | 0.23 |
| Hex | 7 | B | 6C | 5E | 5A | 0 | 3A | EE | 58 | 17 |
| Octal | 7 | 13 | 154 | 136 | 132 | 0 | 72 | 356 | 130 | 27 |
| Binary | 111 | 1011 | 1101100 | 1011110 | 1011010 | 0 | 111010 | 11101110 | 1011000 | 10111 |
Color Harmonies of #070B6C
Complementary color
Monochromatic Colors of #070B6C
Black with #070B6C
Text Example
Text Example
White with #070B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B6C; }
p { color: rgb(7,11,108); }
H1.HeaderClassName
{
color: #070B6C;
}
.AnyTagClassName
{
color: #070B6C;
}
</style>
background-color css
<style>
a { background-color: #070B6C; }
a { background-color: rgb(7,11,108); }
div.DivClassName
{
background-color: #070B6C;
}
.BgClassName
{
background-color: #070B6C;
}
</style>
border-color css
<style>
span { border-color: #070B6C; }
span { border-color: rgb(7,11,108); }
td.TdClassName
{
border-color: #070B6C;
}
.TagClassName
{
border-color: #070B6C;
}
</style>