Shades of Midnight Blue #120459
Tints of Midnight Blue #120459
RGB
CMYK
RGB Variations
Color information
#120459 (or 0x120459) is known color: Midnight Blue. HEX triplet: 12, 04 and 59. RGB value is (18,4,89). Sum of RGB (Red+Green+Blue) = 18+4+89=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 89 (35.16% from 255 or 80.18% from 111); Max value from RGB is 89 - color contains mainly: blue. Hex color #120459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120459 is #EDFBA6. Grayscale: #111111. Windows color (decimal): -15596455 or 5833746. OLE color: 5833746.
HSL color Cylindrical-coordinate representation of color #120459: hue angle of 249.88º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120459 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 4 | 89 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.65 |
| HSL | 249.88º | 0.91% | 0.18% | - |
| HSV(B) | 249.88º | 0.96% | 0.35% | - |
| XYZ | 2.1 | 0.94 | 9.52 | - |
| YUV | 17.88 | 168.14 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 89 | 0.80 | 0.96 | 0 | 0.65 | 249.88 | 0.91 | 0.18 |
| Hex | 12 | 4 | 59 | 50 | 60 | 0 | 41 | FA | 5B | 12 |
| Octal | 22 | 4 | 131 | 120 | 140 | 0 | 101 | 372 | 133 | 22 |
| Binary | 10010 | 100 | 1011001 | 1010000 | 1100000 | 0 | 1000001 | 11111010 | 1011011 | 10010 |
Color Harmonies of #120459
Complementary color
Monochromatic Colors of #120459
Black with #120459
Text Example
Text Example
White with #120459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120459; }
p { color: rgb(18,4,89); }
H1.HeaderClassName
{
color: #120459;
}
.AnyTagClassName
{
color: #120459;
}
</style>
background-color css
<style>
a { background-color: #120459; }
a { background-color: rgb(18,4,89); }
div.DivClassName
{
background-color: #120459;
}
.BgClassName
{
background-color: #120459;
}
</style>
border-color css
<style>
span { border-color: #120459; }
span { border-color: rgb(18,4,89); }
td.TdClassName
{
border-color: #120459;
}
.TagClassName
{
border-color: #120459;
}
</style>