Shades of Midnight Blue #121159
Tints of Midnight Blue #121159
RGB
CMYK
RGB Variations
Color information
#121159 (or 0x121159) is known color: Midnight Blue. HEX triplet: 12, 11 and 59. RGB value is (18,17,89). Sum of RGB (Red+Green+Blue) = 18+17+89=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #121159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121159 is #EDEEA6. Grayscale: #191919. Windows color (decimal): -15593127 or 5837074. OLE color: 5837074.
HSL color Cylindrical-coordinate representation of color #121159: hue angle of 240.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121159 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 17 | 89 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.65 |
| HSL | 240.83º | 0.68% | 0.21% | - |
| HSV(B) | 240.83º | 0.81% | 0.35% | - |
| XYZ | 2.25 | 1.25 | 9.57 | - |
| YUV | 25.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 89 | 0.80 | 0.81 | 0 | 0.65 | 240.83 | 0.68 | 0.21 |
| Hex | 12 | 11 | 59 | 50 | 51 | 0 | 41 | F1 | 44 | 15 |
| Octal | 22 | 21 | 131 | 120 | 121 | 0 | 101 | 361 | 104 | 25 |
| Binary | 10010 | 10001 | 1011001 | 1010000 | 1010001 | 0 | 1000001 | 11110001 | 1000100 | 10101 |
Color Harmonies of #121159
Complementary color
Monochromatic Colors of #121159
Black with #121159
Text Example
Text Example
White with #121159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121159; }
p { color: rgb(18,17,89); }
H1.HeaderClassName
{
color: #121159;
}
.AnyTagClassName
{
color: #121159;
}
</style>
background-color css
<style>
a { background-color: #121159; }
a { background-color: rgb(18,17,89); }
div.DivClassName
{
background-color: #121159;
}
.BgClassName
{
background-color: #121159;
}
</style>
border-color css
<style>
span { border-color: #121159; }
span { border-color: rgb(18,17,89); }
td.TdClassName
{
border-color: #121159;
}
.TagClassName
{
border-color: #121159;
}
</style>