Shades of Midnight Blue #202571
Tints of Midnight Blue #202571
RGB
CMYK
RGB Variations
Color information
#202571 (or 0x202571) is known color: Midnight Blue. HEX triplet: 20, 25 and 71. RGB value is (32,37,113). Sum of RGB (Red+Green+Blue) = 32+37+113=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #202571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202571 is #DFDA8E. Grayscale: #2B2B2B. Windows color (decimal): -14670479 or 7415072. OLE color: 7415072.
HSL color Cylindrical-coordinate representation of color #202571: hue angle of 236.3º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #202571 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 37 | 113 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.56 |
| HSL | 236.3º | 0.56% | 0.28% | - |
| HSV(B) | 236.3º | 0.72% | 0.44% | - |
| XYZ | 4.24 | 2.82 | 15.94 | - |
| YUV | 44.17 | 166.84 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 113 | 0.72 | 0.67 | 0 | 0.56 | 236.3 | 0.56 | 0.28 |
| Hex | 20 | 25 | 71 | 48 | 43 | 0 | 38 | EC | 38 | 1C |
| Octal | 40 | 45 | 161 | 110 | 103 | 0 | 70 | 354 | 70 | 34 |
| Binary | 100000 | 100101 | 1110001 | 1001000 | 1000011 | 0 | 111000 | 11101100 | 111000 | 11100 |
Color Harmonies of #202571
Complementary color
Monochromatic Colors of #202571
Black with #202571
Text Example
Text Example
White with #202571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202571; }
p { color: rgb(32,37,113); }
H1.HeaderClassName
{
color: #202571;
}
.AnyTagClassName
{
color: #202571;
}
</style>
background-color css
<style>
a { background-color: #202571; }
a { background-color: rgb(32,37,113); }
div.DivClassName
{
background-color: #202571;
}
.BgClassName
{
background-color: #202571;
}
</style>
border-color css
<style>
span { border-color: #202571; }
span { border-color: rgb(32,37,113); }
td.TdClassName
{
border-color: #202571;
}
.TagClassName
{
border-color: #202571;
}
</style>