Shades of Midnight Blue #120559
Tints of Midnight Blue #120559
RGB
CMYK
RGB Variations
Color information
#120559 (or 0x120559) is known color: Midnight Blue. HEX triplet: 12, 05 and 59. RGB value is (18,5,89). Sum of RGB (Red+Green+Blue) = 18+5+89=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 89 (35.16% from 255 or 79.46% from 112); Max value from RGB is 89 - color contains mainly: blue. Hex color #120559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120559 is #EDFAA6. Grayscale: #121212. Windows color (decimal): -15596199 or 5834002. OLE color: 5834002.
HSL color Cylindrical-coordinate representation of color #120559: hue angle of 249.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120559 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 5 | 89 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.65 |
| HSL | 249.29º | 0.89% | 0.18% | - |
| HSV(B) | 249.29º | 0.94% | 0.35% | - |
| XYZ | 2.11 | 0.96 | 9.53 | - |
| YUV | 18.46 | 167.81 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 89 | 0.80 | 0.94 | 0 | 0.65 | 249.29 | 0.89 | 0.18 |
| Hex | 12 | 5 | 59 | 50 | 5E | 0 | 41 | F9 | 59 | 12 |
| Octal | 22 | 5 | 131 | 120 | 136 | 0 | 101 | 371 | 131 | 22 |
| Binary | 10010 | 101 | 1011001 | 1010000 | 1011110 | 0 | 1000001 | 11111001 | 1011001 | 10010 |
Color Harmonies of #120559
Complementary color
Monochromatic Colors of #120559
Black with #120559
Text Example
Text Example
White with #120559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120559; }
p { color: rgb(18,5,89); }
H1.HeaderClassName
{
color: #120559;
}
.AnyTagClassName
{
color: #120559;
}
</style>
background-color css
<style>
a { background-color: #120559; }
a { background-color: rgb(18,5,89); }
div.DivClassName
{
background-color: #120559;
}
.BgClassName
{
background-color: #120559;
}
</style>
border-color css
<style>
span { border-color: #120559; }
span { border-color: rgb(18,5,89); }
td.TdClassName
{
border-color: #120559;
}
.TagClassName
{
border-color: #120559;
}
</style>