Shades of Midnight Blue #120E57
Tints of Midnight Blue #120E57
RGB
CMYK
RGB Variations
Color information
#120E57 (or 0x120E57) is known color: Midnight Blue. HEX triplet: 12, 0E and 57. RGB value is (18,14,87). Sum of RGB (Red+Green+Blue) = 18+14+87=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 87 (34.38% from 255 or 73.11% from 119); Max value from RGB is 87 - color contains mainly: blue. Hex color #120E57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120E57 is #EDF1A8. Grayscale: #171717. Windows color (decimal): -15593897 or 5705234. OLE color: 5705234.
HSL color Cylindrical-coordinate representation of color #120E57: hue angle of 243.29º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #120E57 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 14 | 87 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.66 |
| HSL | 243.29º | 0.72% | 0.2% | - |
| HSV(B) | 243.29º | 0.84% | 0.34% | - |
| XYZ | 2.13 | 1.13 | 9.12 | - |
| YUV | 23.52 | 163.83 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 87 | 0.79 | 0.84 | 0 | 0.66 | 243.29 | 0.72 | 0.2 |
| Hex | 12 | E | 57 | 4F | 54 | 0 | 42 | F3 | 48 | 14 |
| Octal | 22 | 16 | 127 | 117 | 124 | 0 | 102 | 363 | 110 | 24 |
| Binary | 10010 | 1110 | 1010111 | 1001111 | 1010100 | 0 | 1000010 | 11110011 | 1001000 | 10100 |
Color Harmonies of #120E57
Complementary color
Monochromatic Colors of #120E57
Black with #120E57
Text Example
Text Example
White with #120E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E57; }
p { color: rgb(18,14,87); }
H1.HeaderClassName
{
color: #120E57;
}
.AnyTagClassName
{
color: #120E57;
}
</style>
background-color css
<style>
a { background-color: #120E57; }
a { background-color: rgb(18,14,87); }
div.DivClassName
{
background-color: #120E57;
}
.BgClassName
{
background-color: #120E57;
}
</style>
border-color css
<style>
span { border-color: #120E57; }
span { border-color: rgb(18,14,87); }
td.TdClassName
{
border-color: #120E57;
}
.TagClassName
{
border-color: #120E57;
}
</style>