Shades of Midnight Blue #201860
Tints of Midnight Blue #201860
RGB
CMYK
RGB Variations
Color information
#201860 (or 0x201860) is known color: Midnight Blue. HEX triplet: 20, 18 and 60. RGB value is (32,24,96). Sum of RGB (Red+Green+Blue) = 32+24+96=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #201860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201860 is #DFE79F. Grayscale: #222222. Windows color (decimal): -14673824 or 6297632. OLE color: 6297632.
HSL color Cylindrical-coordinate representation of color #201860: hue angle of 246.67º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201860 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 24 | 96 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.62 |
| HSL | 246.67º | 0.6% | 0.24% | - |
| HSV(B) | 246.67º | 0.75% | 0.38% | - |
| XYZ | 3.03 | 1.8 | 11.25 | - |
| YUV | 34.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 96 | 0.67 | 0.75 | 0 | 0.62 | 246.67 | 0.6 | 0.24 |
| Hex | 20 | 18 | 60 | 43 | 4B | 0 | 3E | F7 | 3C | 18 |
| Octal | 40 | 30 | 140 | 103 | 113 | 0 | 76 | 367 | 74 | 30 |
| Binary | 100000 | 11000 | 1100000 | 1000011 | 1001011 | 0 | 111110 | 11110111 | 111100 | 11000 |
Color Harmonies of #201860
Complementary color
Monochromatic Colors of #201860
Black with #201860
Text Example
Text Example
White with #201860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201860; }
p { color: rgb(32,24,96); }
H1.HeaderClassName
{
color: #201860;
}
.AnyTagClassName
{
color: #201860;
}
</style>
background-color css
<style>
a { background-color: #201860; }
a { background-color: rgb(32,24,96); }
div.DivClassName
{
background-color: #201860;
}
.BgClassName
{
background-color: #201860;
}
</style>
border-color css
<style>
span { border-color: #201860; }
span { border-color: rgb(32,24,96); }
td.TdClassName
{
border-color: #201860;
}
.TagClassName
{
border-color: #201860;
}
</style>