Shades of Midnight Blue #121759
Tints of Midnight Blue #121759
RGB
CMYK
RGB Variations
Color information
#121759 (or 0x121759) is known color: Midnight Blue. HEX triplet: 12, 17 and 59. RGB value is (18,23,89). Sum of RGB (Red+Green+Blue) = 18+23+89=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 89 (35.16% from 255 or 68.46% from 130); Max value from RGB is 89 - color contains mainly: blue. Hex color #121759 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121759 is #EDE8A6. Grayscale: #1C1C1C. Windows color (decimal): -15591591 or 5838610. OLE color: 5838610.
HSL color Cylindrical-coordinate representation of color #121759: hue angle of 235.77º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121759 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 23 | 89 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.65 |
| HSL | 235.77º | 0.66% | 0.21% | - |
| HSV(B) | 235.77º | 0.8% | 0.35% | - |
| XYZ | 2.36 | 1.46 | 9.61 | - |
| YUV | 29.03 | 161.84 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 89 | 0.80 | 0.74 | 0 | 0.65 | 235.77 | 0.66 | 0.21 |
| Hex | 12 | 17 | 59 | 50 | 4A | 0 | 41 | EC | 42 | 15 |
| Octal | 22 | 27 | 131 | 120 | 112 | 0 | 101 | 354 | 102 | 25 |
| Binary | 10010 | 10111 | 1011001 | 1010000 | 1001010 | 0 | 1000001 | 11101100 | 1000010 | 10101 |
Color Harmonies of #121759
Complementary color
Monochromatic Colors of #121759
Black with #121759
Text Example
Text Example
White with #121759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121759; }
p { color: rgb(18,23,89); }
H1.HeaderClassName
{
color: #121759;
}
.AnyTagClassName
{
color: #121759;
}
</style>
background-color css
<style>
a { background-color: #121759; }
a { background-color: rgb(18,23,89); }
div.DivClassName
{
background-color: #121759;
}
.BgClassName
{
background-color: #121759;
}
</style>
border-color css
<style>
span { border-color: #121759; }
span { border-color: rgb(18,23,89); }
td.TdClassName
{
border-color: #121759;
}
.TagClassName
{
border-color: #121759;
}
</style>