Shades of Midnight Blue #120562
Tints of Midnight Blue #120562
RGB
CMYK
RGB Variations
Color information
#120562 (or 0x120562) is known color: Midnight Blue. HEX triplet: 12, 05 and 62. RGB value is (18,5,98). Sum of RGB (Red+Green+Blue) = 18+5+98=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 98 (38.67% from 255 or 80.99% from 121); Max value from RGB is 98 - color contains mainly: blue. Hex color #120562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120562 is #EDFA9D. Grayscale: #131313. Windows color (decimal): -15596190 or 6423826. OLE color: 6423826.
HSL color Cylindrical-coordinate representation of color #120562: hue angle of 248.39º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120562 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 5 | 98 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.62 |
| HSL | 248.39º | 0.9% | 0.2% | - |
| HSV(B) | 248.39º | 0.95% | 0.38% | - |
| XYZ | 2.51 | 1.12 | 11.64 | - |
| YUV | 19.49 | 172.31 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 98 | 0.82 | 0.95 | 0 | 0.62 | 248.39 | 0.9 | 0.2 |
| Hex | 12 | 5 | 62 | 52 | 5F | 0 | 3E | F8 | 5A | 14 |
| Octal | 22 | 5 | 142 | 122 | 137 | 0 | 76 | 370 | 132 | 24 |
| Binary | 10010 | 101 | 1100010 | 1010010 | 1011111 | 0 | 111110 | 11111000 | 1011010 | 10100 |
Color Harmonies of #120562
Complementary color
Monochromatic Colors of #120562
Black with #120562
Text Example
Text Example
White with #120562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120562; }
p { color: rgb(18,5,98); }
H1.HeaderClassName
{
color: #120562;
}
.AnyTagClassName
{
color: #120562;
}
</style>
background-color css
<style>
a { background-color: #120562; }
a { background-color: rgb(18,5,98); }
div.DivClassName
{
background-color: #120562;
}
.BgClassName
{
background-color: #120562;
}
</style>
border-color css
<style>
span { border-color: #120562; }
span { border-color: rgb(18,5,98); }
td.TdClassName
{
border-color: #120562;
}
.TagClassName
{
border-color: #120562;
}
</style>