Shades of Midnight Blue #120C59
Tints of Midnight Blue #120C59
RGB
CMYK
RGB Variations
Color information
#120C59 (or 0x120C59) is known color: Midnight Blue. HEX triplet: 12, 0C and 59. RGB value is (18,12,89). Sum of RGB (Red+Green+Blue) = 18+12+89=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 89 (35.16% from 255 or 74.79% from 119); Max value from RGB is 89 - color contains mainly: blue. Hex color #120C59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120C59 is #EDF3A6. Grayscale: #161616. Windows color (decimal): -15594407 or 5835794. OLE color: 5835794.
HSL color Cylindrical-coordinate representation of color #120C59: hue angle of 244.68º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #120C59 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 12 | 89 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.65 |
| HSL | 244.68º | 0.76% | 0.2% | - |
| HSV(B) | 244.68º | 0.87% | 0.35% | - |
| XYZ | 2.18 | 1.11 | 9.55 | - |
| YUV | 22.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 89 | 0.80 | 0.87 | 0 | 0.65 | 244.68 | 0.76 | 0.2 |
| Hex | 12 | C | 59 | 50 | 57 | 0 | 41 | F5 | 4C | 14 |
| Octal | 22 | 14 | 131 | 120 | 127 | 0 | 101 | 365 | 114 | 24 |
| Binary | 10010 | 1100 | 1011001 | 1010000 | 1010111 | 0 | 1000001 | 11110101 | 1001100 | 10100 |
Color Harmonies of #120C59
Complementary color
Monochromatic Colors of #120C59
Black with #120C59
Text Example
Text Example
White with #120C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C59; }
p { color: rgb(18,12,89); }
H1.HeaderClassName
{
color: #120C59;
}
.AnyTagClassName
{
color: #120C59;
}
</style>
background-color css
<style>
a { background-color: #120C59; }
a { background-color: rgb(18,12,89); }
div.DivClassName
{
background-color: #120C59;
}
.BgClassName
{
background-color: #120C59;
}
</style>
border-color css
<style>
span { border-color: #120C59; }
span { border-color: rgb(18,12,89); }
td.TdClassName
{
border-color: #120C59;
}
.TagClassName
{
border-color: #120C59;
}
</style>