Shades of Midnight Blue #121860
Tints of Midnight Blue #121860
RGB
CMYK
RGB Variations
Color information
#121860 (or 0x121860) is known color: Midnight Blue. HEX triplet: 12, 18 and 60. RGB value is (18,24,96). Sum of RGB (Red+Green+Blue) = 18+24+96=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #121860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121860 is #EDE79F. Grayscale: #1E1E1E. Windows color (decimal): -15591328 or 6297618. OLE color: 6297618.
HSL color Cylindrical-coordinate representation of color #121860: hue angle of 235.38º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121860 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 24 | 96 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.62 |
| HSL | 235.38º | 0.68% | 0.22% | - |
| HSV(B) | 235.38º | 0.81% | 0.38% | - |
| XYZ | 2.69 | 1.63 | 11.24 | - |
| YUV | 30.41 | 165.01 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 96 | 0.81 | 0.75 | 0 | 0.62 | 235.38 | 0.68 | 0.22 |
| Hex | 12 | 18 | 60 | 51 | 4B | 0 | 3E | EB | 44 | 16 |
| Octal | 22 | 30 | 140 | 121 | 113 | 0 | 76 | 353 | 104 | 26 |
| Binary | 10010 | 11000 | 1100000 | 1010001 | 1001011 | 0 | 111110 | 11101011 | 1000100 | 10110 |
Color Harmonies of #121860
Complementary color
Monochromatic Colors of #121860
Black with #121860
Text Example
Text Example
White with #121860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121860; }
p { color: rgb(18,24,96); }
H1.HeaderClassName
{
color: #121860;
}
.AnyTagClassName
{
color: #121860;
}
</style>
background-color css
<style>
a { background-color: #121860; }
a { background-color: rgb(18,24,96); }
div.DivClassName
{
background-color: #121860;
}
.BgClassName
{
background-color: #121860;
}
</style>
border-color css
<style>
span { border-color: #121860; }
span { border-color: rgb(18,24,96); }
td.TdClassName
{
border-color: #121860;
}
.TagClassName
{
border-color: #121860;
}
</style>