Shades of Midnight Blue #070966
Tints of Midnight Blue #070966
RGB
CMYK
RGB Variations
Color information
#070966 (or 0x070966) is known color: Midnight Blue. HEX triplet: 07, 09 and 66. RGB value is (7,9,102). Sum of RGB (Red+Green+Blue) = 7+9+102=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 102 (40.23% from 255 or 86.44% from 118); Max value from RGB is 102 - color contains mainly: blue. Hex color #070966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070966 is #F8F699. Grayscale: #121212. Windows color (decimal): -16316058 or 6686983. OLE color: 6686983.
HSL color Cylindrical-coordinate representation of color #070966: hue angle of 238.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070966 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 9 | 102 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.6 |
| HSL | 238.74º | 0.87% | 0.21% | - |
| HSV(B) | 238.74º | 0.93% | 0.4% | - |
| XYZ | 2.58 | 1.2 | 12.67 | - |
| YUV | 19 | 174.84 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 102 | 0.93 | 0.91 | 0 | 0.6 | 238.74 | 0.87 | 0.21 |
| Hex | 7 | 9 | 66 | 5D | 5B | 0 | 3C | EF | 57 | 15 |
| Octal | 7 | 11 | 146 | 135 | 133 | 0 | 74 | 357 | 127 | 25 |
| Binary | 111 | 1001 | 1100110 | 1011101 | 1011011 | 0 | 111100 | 11101111 | 1010111 | 10101 |
Color Harmonies of #070966
Complementary color
Monochromatic Colors of #070966
Black with #070966
Text Example
Text Example
White with #070966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070966; }
p { color: rgb(7,9,102); }
H1.HeaderClassName
{
color: #070966;
}
.AnyTagClassName
{
color: #070966;
}
</style>
background-color css
<style>
a { background-color: #070966; }
a { background-color: rgb(7,9,102); }
div.DivClassName
{
background-color: #070966;
}
.BgClassName
{
background-color: #070966;
}
</style>
border-color css
<style>
span { border-color: #070966; }
span { border-color: rgb(7,9,102); }
td.TdClassName
{
border-color: #070966;
}
.TagClassName
{
border-color: #070966;
}
</style>