Shades of Midnight Blue #07126B
Tints of Midnight Blue #07126B
RGB
CMYK
RGB Variations
Color information
#07126B (or 0x07126B) is known color: Midnight Blue. HEX triplet: 07, 12 and 6B. RGB value is (7,18,107). Sum of RGB (Red+Green+Blue) = 7+18+107=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 107 (42.19% from 255 or 81.06% from 132); Max value from RGB is 107 - color contains mainly: blue. Hex color #07126B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07126B is #F8ED94. Grayscale: #181818. Windows color (decimal): -16313749 or 7016967. OLE color: 7016967.
HSL color Cylindrical-coordinate representation of color #07126B: hue angle of 233.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07126B is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 18 | 107 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.58 |
| HSL | 233.4º | 0.88% | 0.22% | - |
| HSV(B) | 233.4º | 0.93% | 0.42% | - |
| XYZ | 2.96 | 1.54 | 14.05 | - |
| YUV | 24.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 107 | 0.93 | 0.83 | 0 | 0.58 | 233.4 | 0.88 | 0.22 |
| Hex | 7 | 12 | 6B | 5D | 53 | 0 | 3A | E9 | 58 | 16 |
| Octal | 7 | 22 | 153 | 135 | 123 | 0 | 72 | 351 | 130 | 26 |
| Binary | 111 | 10010 | 1101011 | 1011101 | 1010011 | 0 | 111010 | 11101001 | 1011000 | 10110 |
Color Harmonies of #07126B
Complementary color
Monochromatic Colors of #07126B
Black with #07126B
Text Example
Text Example
White with #07126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07126B; }
p { color: rgb(7,18,107); }
H1.HeaderClassName
{
color: #07126B;
}
.AnyTagClassName
{
color: #07126B;
}
</style>
background-color css
<style>
a { background-color: #07126B; }
a { background-color: rgb(7,18,107); }
div.DivClassName
{
background-color: #07126B;
}
.BgClassName
{
background-color: #07126B;
}
</style>
border-color css
<style>
span { border-color: #07126B; }
span { border-color: rgb(7,18,107); }
td.TdClassName
{
border-color: #07126B;
}
.TagClassName
{
border-color: #07126B;
}
</style>