Shades of Midnight Blue #07106D
Tints of Midnight Blue #07106D
RGB
CMYK
RGB Variations
Color information
#07106D (or 0x07106D) is known color: Midnight Blue. HEX triplet: 07, 10 and 6D. RGB value is (7,16,109). Sum of RGB (Red+Green+Blue) = 7+16+109=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 109 (42.97% from 255 or 82.58% from 132); Max value from RGB is 109 - color contains mainly: blue. Hex color #07106D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07106D is #F8EF92. Grayscale: #171717. Windows color (decimal): -16314259 or 7147527. OLE color: 7147527.
HSL color Cylindrical-coordinate representation of color #07106D: hue angle of 234.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07106D is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 16 | 109 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.57 |
| HSL | 234.71º | 0.88% | 0.23% | - |
| HSV(B) | 234.71º | 0.94% | 0.43% | - |
| XYZ | 3.03 | 1.52 | 14.6 | - |
| YUV | 23.91 | 176.02 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 109 | 0.94 | 0.85 | 0 | 0.57 | 234.71 | 0.88 | 0.23 |
| Hex | 7 | 10 | 6D | 5E | 55 | 0 | 39 | EB | 58 | 17 |
| Octal | 7 | 20 | 155 | 136 | 125 | 0 | 71 | 353 | 130 | 27 |
| Binary | 111 | 10000 | 1101101 | 1011110 | 1010101 | 0 | 111001 | 11101011 | 1011000 | 10111 |
Color Harmonies of #07106D
Complementary color
Monochromatic Colors of #07106D
Black with #07106D
Text Example
Text Example
White with #07106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07106D; }
p { color: rgb(7,16,109); }
H1.HeaderClassName
{
color: #07106D;
}
.AnyTagClassName
{
color: #07106D;
}
</style>
background-color css
<style>
a { background-color: #07106D; }
a { background-color: rgb(7,16,109); }
div.DivClassName
{
background-color: #07106D;
}
.BgClassName
{
background-color: #07106D;
}
</style>
border-color css
<style>
span { border-color: #07106D; }
span { border-color: rgb(7,16,109); }
td.TdClassName
{
border-color: #07106D;
}
.TagClassName
{
border-color: #07106D;
}
</style>