Shades of Midnight Blue #120C60
Tints of Midnight Blue #120C60
RGB
CMYK
RGB Variations
Color information
#120C60 (or 0x120C60) is known color: Midnight Blue. HEX triplet: 12, 0C and 60. RGB value is (18,12,96). Sum of RGB (Red+Green+Blue) = 18+12+96=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 96 (37.89% from 255 or 76.19% from 126); Max value from RGB is 96 - color contains mainly: blue. Hex color #120C60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120C60 is #EDF39F. Grayscale: #171717. Windows color (decimal): -15594400 or 6294546. OLE color: 6294546.
HSL color Cylindrical-coordinate representation of color #120C60: hue angle of 244.29º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #120C60 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 12 | 96 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.62 |
| HSL | 244.29º | 0.78% | 0.21% | - |
| HSV(B) | 244.29º | 0.88% | 0.38% | - |
| XYZ | 2.49 | 1.24 | 11.17 | - |
| YUV | 23.37 | 168.99 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 96 | 0.81 | 0.88 | 0 | 0.62 | 244.29 | 0.78 | 0.21 |
| Hex | 12 | C | 60 | 51 | 58 | 0 | 3E | F4 | 4E | 15 |
| Octal | 22 | 14 | 140 | 121 | 130 | 0 | 76 | 364 | 116 | 25 |
| Binary | 10010 | 1100 | 1100000 | 1010001 | 1011000 | 0 | 111110 | 11110100 | 1001110 | 10101 |
Color Harmonies of #120C60
Complementary color
Monochromatic Colors of #120C60
Black with #120C60
Text Example
Text Example
White with #120C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C60; }
p { color: rgb(18,12,96); }
H1.HeaderClassName
{
color: #120C60;
}
.AnyTagClassName
{
color: #120C60;
}
</style>
background-color css
<style>
a { background-color: #120C60; }
a { background-color: rgb(18,12,96); }
div.DivClassName
{
background-color: #120C60;
}
.BgClassName
{
background-color: #120C60;
}
</style>
border-color css
<style>
span { border-color: #120C60; }
span { border-color: rgb(18,12,96); }
td.TdClassName
{
border-color: #120C60;
}
.TagClassName
{
border-color: #120C60;
}
</style>