Shades of Midnight Blue #201580
Tints of Midnight Blue #201580
RGB
CMYK
RGB Variations
Color information
#201580 (or 0x201580) is known color: Midnight Blue. HEX triplet: 20, 15 and 80. RGB value is (32,21,128). Sum of RGB (Red+Green+Blue) = 32+21+128=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 128 (50.39% from 255 or 70.72% from 181); Max value from RGB is 128 - color contains mainly: blue. Hex color #201580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201580 is #DFEA7F. Grayscale: #242424. Windows color (decimal): -14674560 or 8394016. OLE color: 8394016.
HSL color Cylindrical-coordinate representation of color #201580: hue angle of 246.17º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201580 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 21 | 128 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.50 |
| HSL | 246.17º | 0.72% | 0.29% | - |
| HSV(B) | 246.17º | 0.84% | 0.5% | - |
| XYZ | 4.76 | 2.4 | 20.63 | - |
| YUV | 36.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 128 | 0.75 | 0.84 | 0 | 0.50 | 246.17 | 0.72 | 0.29 |
| Hex | 20 | 15 | 80 | 4B | 54 | 0 | 32 | F6 | 48 | 1D |
| Octal | 40 | 25 | 200 | 113 | 124 | 0 | 62 | 366 | 110 | 35 |
| Binary | 100000 | 10101 | 10000000 | 1001011 | 1010100 | 0 | 110010 | 11110110 | 1001000 | 11101 |
Color Harmonies of #201580
Complementary color
Monochromatic Colors of #201580
Black with #201580
Text Example
Text Example
White with #201580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201580; }
p { color: rgb(32,21,128); }
H1.HeaderClassName
{
color: #201580;
}
.AnyTagClassName
{
color: #201580;
}
</style>
background-color css
<style>
a { background-color: #201580; }
a { background-color: rgb(32,21,128); }
div.DivClassName
{
background-color: #201580;
}
.BgClassName
{
background-color: #201580;
}
</style>
border-color css
<style>
span { border-color: #201580; }
span { border-color: rgb(32,21,128); }
td.TdClassName
{
border-color: #201580;
}
.TagClassName
{
border-color: #201580;
}
</style>