Shades of Midnight Blue #201960
Tints of Midnight Blue #201960
RGB
CMYK
RGB Variations
Color information
#201960 (or 0x201960) is known color: Midnight Blue. HEX triplet: 20, 19 and 60. RGB value is (32,25,96). Sum of RGB (Red+Green+Blue) = 32+25+96=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 96 (37.89% from 255 or 62.75% from 153); Max value from RGB is 96 - color contains mainly: blue. Hex color #201960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201960 is #DFE69F. Grayscale: #222222. Windows color (decimal): -14673568 or 6297888. OLE color: 6297888.
HSL color Cylindrical-coordinate representation of color #201960: hue angle of 245.92º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #201960 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 25 | 96 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.62 |
| HSL | 245.92º | 0.59% | 0.24% | - |
| HSV(B) | 245.92º | 0.74% | 0.38% | - |
| XYZ | 3.05 | 1.85 | 11.26 | - |
| YUV | 35.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 96 | 0.67 | 0.74 | 0 | 0.62 | 245.92 | 0.59 | 0.24 |
| Hex | 20 | 19 | 60 | 43 | 4A | 0 | 3E | F6 | 3B | 18 |
| Octal | 40 | 31 | 140 | 103 | 112 | 0 | 76 | 366 | 73 | 30 |
| Binary | 100000 | 11001 | 1100000 | 1000011 | 1001010 | 0 | 111110 | 11110110 | 111011 | 11000 |
Color Harmonies of #201960
Complementary color
Monochromatic Colors of #201960
Black with #201960
Text Example
Text Example
White with #201960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201960; }
p { color: rgb(32,25,96); }
H1.HeaderClassName
{
color: #201960;
}
.AnyTagClassName
{
color: #201960;
}
</style>
background-color css
<style>
a { background-color: #201960; }
a { background-color: rgb(32,25,96); }
div.DivClassName
{
background-color: #201960;
}
.BgClassName
{
background-color: #201960;
}
</style>
border-color css
<style>
span { border-color: #201960; }
span { border-color: rgb(32,25,96); }
td.TdClassName
{
border-color: #201960;
}
.TagClassName
{
border-color: #201960;
}
</style>