Shades of Midnight Blue #120762
Tints of Midnight Blue #120762
RGB
CMYK
RGB Variations
Color information
#120762 (or 0x120762) is known color: Midnight Blue. HEX triplet: 12, 07 and 62. RGB value is (18,7,98). Sum of RGB (Red+Green+Blue) = 18+7+98=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 98 (38.67% from 255 or 79.67% from 123); Max value from RGB is 98 - color contains mainly: blue. Hex color #120762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120762 is #EDF89D. Grayscale: #141414. Windows color (decimal): -15595678 or 6424338. OLE color: 6424338.
HSL color Cylindrical-coordinate representation of color #120762: hue angle of 247.25º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120762 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 7 | 98 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.62 |
| HSL | 247.25º | 0.87% | 0.21% | - |
| HSV(B) | 247.25º | 0.93% | 0.38% | - |
| XYZ | 2.53 | 1.16 | 11.65 | - |
| YUV | 20.66 | 171.64 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 98 | 0.82 | 0.93 | 0 | 0.62 | 247.25 | 0.87 | 0.21 |
| Hex | 12 | 7 | 62 | 52 | 5D | 0 | 3E | F7 | 57 | 15 |
| Octal | 22 | 7 | 142 | 122 | 135 | 0 | 76 | 367 | 127 | 25 |
| Binary | 10010 | 111 | 1100010 | 1010010 | 1011101 | 0 | 111110 | 11110111 | 1010111 | 10101 |
Color Harmonies of #120762
Complementary color
Monochromatic Colors of #120762
Black with #120762
Text Example
Text Example
White with #120762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120762; }
p { color: rgb(18,7,98); }
H1.HeaderClassName
{
color: #120762;
}
.AnyTagClassName
{
color: #120762;
}
</style>
background-color css
<style>
a { background-color: #120762; }
a { background-color: rgb(18,7,98); }
div.DivClassName
{
background-color: #120762;
}
.BgClassName
{
background-color: #120762;
}
</style>
border-color css
<style>
span { border-color: #120762; }
span { border-color: rgb(18,7,98); }
td.TdClassName
{
border-color: #120762;
}
.TagClassName
{
border-color: #120762;
}
</style>