Shades of Midnight Blue #120E60
Tints of Midnight Blue #120E60
RGB
CMYK
RGB Variations
Color information
#120E60 (or 0x120E60) is known color: Midnight Blue. HEX triplet: 12, 0E and 60. RGB value is (18,14,96). Sum of RGB (Red+Green+Blue) = 18+14+96=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 96 (37.89% from 255 or 75% from 128); Max value from RGB is 96 - color contains mainly: blue. Hex color #120E60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120E60 is #EDF19F. Grayscale: #181818. Windows color (decimal): -15593888 or 6295058. OLE color: 6295058.
HSL color Cylindrical-coordinate representation of color #120E60: hue angle of 242.93º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #120E60 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 14 | 96 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.62 |
| HSL | 242.93º | 0.75% | 0.22% | - |
| HSV(B) | 242.93º | 0.85% | 0.38% | - |
| XYZ | 2.52 | 1.29 | 11.18 | - |
| YUV | 24.54 | 168.33 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 96 | 0.81 | 0.85 | 0 | 0.62 | 242.93 | 0.75 | 0.22 |
| Hex | 12 | E | 60 | 51 | 55 | 0 | 3E | F3 | 4B | 16 |
| Octal | 22 | 16 | 140 | 121 | 125 | 0 | 76 | 363 | 113 | 26 |
| Binary | 10010 | 1110 | 1100000 | 1010001 | 1010101 | 0 | 111110 | 11110011 | 1001011 | 10110 |
Color Harmonies of #120E60
Complementary color
Monochromatic Colors of #120E60
Black with #120E60
Text Example
Text Example
White with #120E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E60; }
p { color: rgb(18,14,96); }
H1.HeaderClassName
{
color: #120E60;
}
.AnyTagClassName
{
color: #120E60;
}
</style>
background-color css
<style>
a { background-color: #120E60; }
a { background-color: rgb(18,14,96); }
div.DivClassName
{
background-color: #120E60;
}
.BgClassName
{
background-color: #120E60;
}
</style>
border-color css
<style>
span { border-color: #120E60; }
span { border-color: rgb(18,14,96); }
td.TdClassName
{
border-color: #120E60;
}
.TagClassName
{
border-color: #120E60;
}
</style>