Shades of Midnight Blue #120660
Tints of Midnight Blue #120660
RGB
CMYK
RGB Variations
Color information
#120660 (or 0x120660) is known color: Midnight Blue. HEX triplet: 12, 06 and 60. RGB value is (18,6,96). Sum of RGB (Red+Green+Blue) = 18+6+96=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 96 (37.89% from 255 or 80% from 120); Max value from RGB is 96 - color contains mainly: blue. Hex color #120660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120660 is #EDF99F. Grayscale: #131313. Windows color (decimal): -15595936 or 6293010. OLE color: 6293010.
HSL color Cylindrical-coordinate representation of color #120660: hue angle of 248º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120660 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 6 | 96 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.62 |
| HSL | 248º | 0.88% | 0.2% | - |
| HSV(B) | 248º | 0.94% | 0.38% | - |
| XYZ | 2.43 | 1.1 | 11.15 | - |
| YUV | 19.85 | 170.98 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 96 | 0.81 | 0.94 | 0 | 0.62 | 248 | 0.88 | 0.2 |
| Hex | 12 | 6 | 60 | 51 | 5E | 0 | 3E | F8 | 58 | 14 |
| Octal | 22 | 6 | 140 | 121 | 136 | 0 | 76 | 370 | 130 | 24 |
| Binary | 10010 | 110 | 1100000 | 1010001 | 1011110 | 0 | 111110 | 11111000 | 1011000 | 10100 |
Color Harmonies of #120660
Complementary color
Monochromatic Colors of #120660
Black with #120660
Text Example
Text Example
White with #120660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120660; }
p { color: rgb(18,6,96); }
H1.HeaderClassName
{
color: #120660;
}
.AnyTagClassName
{
color: #120660;
}
</style>
background-color css
<style>
a { background-color: #120660; }
a { background-color: rgb(18,6,96); }
div.DivClassName
{
background-color: #120660;
}
.BgClassName
{
background-color: #120660;
}
</style>
border-color css
<style>
span { border-color: #120660; }
span { border-color: rgb(18,6,96); }
td.TdClassName
{
border-color: #120660;
}
.TagClassName
{
border-color: #120660;
}
</style>