Shades of Midnight Blue #120859
Tints of Midnight Blue #120859
RGB
CMYK
RGB Variations
Color information
#120859 (or 0x120859) is known color: Midnight Blue. HEX triplet: 12, 08 and 59. RGB value is (18,8,89). Sum of RGB (Red+Green+Blue) = 18+8+89=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 89 (35.16% from 255 or 77.39% from 115); Max value from RGB is 89 - color contains mainly: blue. Hex color #120859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120859 is #EDF7A6. Grayscale: #131313. Windows color (decimal): -15595431 or 5834770. OLE color: 5834770.
HSL color Cylindrical-coordinate representation of color #120859: hue angle of 247.41º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120859 is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 8 | 89 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.65 |
| HSL | 247.41º | 0.84% | 0.19% | - |
| HSV(B) | 247.41º | 0.91% | 0.35% | - |
| XYZ | 2.14 | 1.02 | 9.54 | - |
| YUV | 20.22 | 166.81 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 89 | 0.80 | 0.91 | 0 | 0.65 | 247.41 | 0.84 | 0.19 |
| Hex | 12 | 8 | 59 | 50 | 5B | 0 | 41 | F7 | 54 | 13 |
| Octal | 22 | 10 | 131 | 120 | 133 | 0 | 101 | 367 | 124 | 23 |
| Binary | 10010 | 1000 | 1011001 | 1010000 | 1011011 | 0 | 1000001 | 11110111 | 1010100 | 10011 |
Color Harmonies of #120859
Complementary color
Monochromatic Colors of #120859
Black with #120859
Text Example
Text Example
White with #120859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120859; }
p { color: rgb(18,8,89); }
H1.HeaderClassName
{
color: #120859;
}
.AnyTagClassName
{
color: #120859;
}
</style>
background-color css
<style>
a { background-color: #120859; }
a { background-color: rgb(18,8,89); }
div.DivClassName
{
background-color: #120859;
}
.BgClassName
{
background-color: #120859;
}
</style>
border-color css
<style>
span { border-color: #120859; }
span { border-color: rgb(18,8,89); }
td.TdClassName
{
border-color: #120859;
}
.TagClassName
{
border-color: #120859;
}
</style>