Shades of Midnight Blue #07126D
Tints of Midnight Blue #07126D
RGB
CMYK
RGB Variations
Color information
#07126D (or 0x07126D) is known color: Midnight Blue. HEX triplet: 07, 12 and 6D. RGB value is (7,18,109). Sum of RGB (Red+Green+Blue) = 7+18+109=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 109 (42.97% from 255 or 81.34% from 134); Max value from RGB is 109 - color contains mainly: blue. Hex color #07126D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07126D is #F8ED92. Grayscale: #181818. Windows color (decimal): -16313747 or 7148039. OLE color: 7148039.
HSL color Cylindrical-coordinate representation of color #07126D: hue angle of 233.53º 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 #07126D is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 18 | 109 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.57 |
| HSL | 233.53º | 0.88% | 0.23% | - |
| HSV(B) | 233.53º | 0.94% | 0.43% | - |
| XYZ | 3.06 | 1.58 | 14.61 | - |
| YUV | 25.09 | 175.36 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 109 | 0.94 | 0.83 | 0 | 0.57 | 233.53 | 0.88 | 0.23 |
| Hex | 7 | 12 | 6D | 5E | 53 | 0 | 39 | EA | 58 | 17 |
| Octal | 7 | 22 | 155 | 136 | 123 | 0 | 71 | 352 | 130 | 27 |
| Binary | 111 | 10010 | 1101101 | 1011110 | 1010011 | 0 | 111001 | 11101010 | 1011000 | 10111 |
Color Harmonies of #07126D
Complementary color
Monochromatic Colors of #07126D
Black with #07126D
Text Example
Text Example
White with #07126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07126D; }
p { color: rgb(7,18,109); }
H1.HeaderClassName
{
color: #07126D;
}
.AnyTagClassName
{
color: #07126D;
}
</style>
background-color css
<style>
a { background-color: #07126D; }
a { background-color: rgb(7,18,109); }
div.DivClassName
{
background-color: #07126D;
}
.BgClassName
{
background-color: #07126D;
}
</style>
border-color css
<style>
span { border-color: #07126D; }
span { border-color: rgb(7,18,109); }
td.TdClassName
{
border-color: #07126D;
}
.TagClassName
{
border-color: #07126D;
}
</style>