Shades of Midnight Blue #120059
Tints of Midnight Blue #120059
RGB
CMYK
RGB Variations
Color information
#120059 (or 0x120059) is known color: Midnight Blue. HEX triplet: 12, 00 and 59. RGB value is (18,0,89). Sum of RGB (Red+Green+Blue) = 18+0+89=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 89 (35.16% from 255 or 83.18% from 107); Max value from RGB is 89 - color contains mainly: blue. Hex color #120059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120059 is #EDFFA6. Grayscale: #0F0F0F. Windows color (decimal): -15597479 or 5832722. OLE color: 5832722.
HSL color Cylindrical-coordinate representation of color #120059: hue angle of 252.13º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120059 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 0 | 89 | - |
| CMYK | 0.80 | 1 | 0 | 0.65 |
| HSL | 252.13º | 1% | 0.17% | - |
| HSV(B) | 252.13º | 1% | 0.35% | - |
| XYZ | 2.05 | 0.85 | 9.51 | - |
| YUV | 15.53 | 169.46 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 89 | 0.80 | 1 | 0 | 0.65 | 252.13 | 1 | 0.17 |
| Hex | 12 | 0 | 59 | 50 | 64 | 0 | 41 | FC | 64 | 11 |
| Octal | 22 | 0 | 131 | 120 | 144 | 0 | 101 | 374 | 144 | 21 |
| Binary | 10010 | 0 | 1011001 | 1010000 | 1100100 | 0 | 1000001 | 11111100 | 1100100 | 10001 |
Color Harmonies of #120059
Complementary color
Monochromatic Colors of #120059
Black with #120059
Text Example
Text Example
White with #120059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120059; }
p { color: rgb(18,0,89); }
H1.HeaderClassName
{
color: #120059;
}
.AnyTagClassName
{
color: #120059;
}
</style>
background-color css
<style>
a { background-color: #120059; }
a { background-color: rgb(18,0,89); }
div.DivClassName
{
background-color: #120059;
}
.BgClassName
{
background-color: #120059;
}
</style>
border-color css
<style>
span { border-color: #120059; }
span { border-color: rgb(18,0,89); }
td.TdClassName
{
border-color: #120059;
}
.TagClassName
{
border-color: #120059;
}
</style>