Shades of Midnight Blue #121859
Tints of Midnight Blue #121859
RGB
CMYK
RGB Variations
Color information
#121859 (or 0x121859) is known color: Midnight Blue. HEX triplet: 12, 18 and 59. RGB value is (18,24,89). Sum of RGB (Red+Green+Blue) = 18+24+89=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #121859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121859 is #EDE7A6. Grayscale: #1D1D1D. Windows color (decimal): -15591335 or 5838866. OLE color: 5838866.
HSL color Cylindrical-coordinate representation of color #121859: hue angle of 234.93º 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 #121859 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 24 | 89 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.65 |
| HSL | 234.93º | 0.66% | 0.21% | - |
| HSV(B) | 234.93º | 0.8% | 0.35% | - |
| XYZ | 2.38 | 1.5 | 9.62 | - |
| YUV | 29.62 | 161.51 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 89 | 0.80 | 0.73 | 0 | 0.65 | 234.93 | 0.66 | 0.21 |
| Hex | 12 | 18 | 59 | 50 | 49 | 0 | 41 | EB | 42 | 15 |
| Octal | 22 | 30 | 131 | 120 | 111 | 0 | 101 | 353 | 102 | 25 |
| Binary | 10010 | 11000 | 1011001 | 1010000 | 1001001 | 0 | 1000001 | 11101011 | 1000010 | 10101 |
Color Harmonies of #121859
Complementary color
Monochromatic Colors of #121859
Black with #121859
Text Example
Text Example
White with #121859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121859; }
p { color: rgb(18,24,89); }
H1.HeaderClassName
{
color: #121859;
}
.AnyTagClassName
{
color: #121859;
}
</style>
background-color css
<style>
a { background-color: #121859; }
a { background-color: rgb(18,24,89); }
div.DivClassName
{
background-color: #121859;
}
.BgClassName
{
background-color: #121859;
}
</style>
border-color css
<style>
span { border-color: #121859; }
span { border-color: rgb(18,24,89); }
td.TdClassName
{
border-color: #121859;
}
.TagClassName
{
border-color: #121859;
}
</style>