Shades of Midnight Blue #120759
Tints of Midnight Blue #120759
RGB
CMYK
RGB Variations
Color information
#120759 (or 0x120759) is known color: Midnight Blue. HEX triplet: 12, 07 and 59. RGB value is (18,7,89). Sum of RGB (Red+Green+Blue) = 18+7+89=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 89 (35.16% from 255 or 78.07% from 114); Max value from RGB is 89 - color contains mainly: blue. Hex color #120759 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120759 is #EDF8A6. Grayscale: #131313. Windows color (decimal): -15595687 or 5834514. OLE color: 5834514.
HSL color Cylindrical-coordinate representation of color #120759: hue angle of 248.05º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120759 is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 7 | 89 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.65 |
| HSL | 248.05º | 0.85% | 0.19% | - |
| HSV(B) | 248.05º | 0.92% | 0.35% | - |
| XYZ | 2.13 | 1 | 9.53 | - |
| YUV | 19.64 | 167.14 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 89 | 0.80 | 0.92 | 0 | 0.65 | 248.05 | 0.85 | 0.19 |
| Hex | 12 | 7 | 59 | 50 | 5C | 0 | 41 | F8 | 55 | 13 |
| Octal | 22 | 7 | 131 | 120 | 134 | 0 | 101 | 370 | 125 | 23 |
| Binary | 10010 | 111 | 1011001 | 1010000 | 1011100 | 0 | 1000001 | 11111000 | 1010101 | 10011 |
Color Harmonies of #120759
Complementary color
Monochromatic Colors of #120759
Black with #120759
Text Example
Text Example
White with #120759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120759; }
p { color: rgb(18,7,89); }
H1.HeaderClassName
{
color: #120759;
}
.AnyTagClassName
{
color: #120759;
}
</style>
background-color css
<style>
a { background-color: #120759; }
a { background-color: rgb(18,7,89); }
div.DivClassName
{
background-color: #120759;
}
.BgClassName
{
background-color: #120759;
}
</style>
border-color css
<style>
span { border-color: #120759; }
span { border-color: rgb(18,7,89); }
td.TdClassName
{
border-color: #120759;
}
.TagClassName
{
border-color: #120759;
}
</style>