Shades of Midnight Blue #120E53
Tints of Midnight Blue #120E53
RGB
CMYK
RGB Variations
Color information
#120E53 (or 0x120E53) is known color: Midnight Blue. HEX triplet: 12, 0E and 53. RGB value is (18,14,83). Sum of RGB (Red+Green+Blue) = 18+14+83=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #120E53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120E53 is #EDF1AC. Grayscale: #161616. Windows color (decimal): -15593901 or 5443090. OLE color: 5443090.
HSL color Cylindrical-coordinate representation of color #120E53: hue angle of 243.48º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #120E53 is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 14 | 83 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.67 |
| HSL | 243.48º | 0.71% | 0.19% | - |
| HSV(B) | 243.48º | 0.83% | 0.33% | - |
| XYZ | 1.97 | 1.07 | 8.29 | - |
| YUV | 23.06 | 161.83 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 83 | 0.78 | 0.83 | 0 | 0.67 | 243.48 | 0.71 | 0.19 |
| Hex | 12 | E | 53 | 4E | 53 | 0 | 43 | F3 | 47 | 13 |
| Octal | 22 | 16 | 123 | 116 | 123 | 0 | 103 | 363 | 107 | 23 |
| Binary | 10010 | 1110 | 1010011 | 1001110 | 1010011 | 0 | 1000011 | 11110011 | 1000111 | 10011 |
Color Harmonies of #120E53
Complementary color
Monochromatic Colors of #120E53
Black with #120E53
Text Example
Text Example
White with #120E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E53; }
p { color: rgb(18,14,83); }
H1.HeaderClassName
{
color: #120E53;
}
.AnyTagClassName
{
color: #120E53;
}
</style>
background-color css
<style>
a { background-color: #120E53; }
a { background-color: rgb(18,14,83); }
div.DivClassName
{
background-color: #120E53;
}
.BgClassName
{
background-color: #120E53;
}
</style>
border-color css
<style>
span { border-color: #120E53; }
span { border-color: rgb(18,14,83); }
td.TdClassName
{
border-color: #120E53;
}
.TagClassName
{
border-color: #120E53;
}
</style>