Shades of Midnight Blue #201971
Tints of Midnight Blue #201971
RGB
CMYK
RGB Variations
Color information
#201971 (or 0x201971) is known color: Midnight Blue. HEX triplet: 20, 19 and 71. RGB value is (32,25,113). Sum of RGB (Red+Green+Blue) = 32+25+113=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #201971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201971 is #DFE68E. Grayscale: #242424. Windows color (decimal): -14673551 or 7412000. OLE color: 7412000.
HSL color Cylindrical-coordinate representation of color #201971: hue angle of 244.77º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #201971 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 25 | 113 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.56 |
| HSL | 244.77º | 0.64% | 0.27% | - |
| HSV(B) | 244.77º | 0.78% | 0.44% | - |
| XYZ | 3.92 | 2.19 | 15.84 | - |
| YUV | 37.13 | 170.82 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 113 | 0.72 | 0.78 | 0 | 0.56 | 244.77 | 0.64 | 0.27 |
| Hex | 20 | 19 | 71 | 48 | 4E | 0 | 38 | F5 | 40 | 1B |
| Octal | 40 | 31 | 161 | 110 | 116 | 0 | 70 | 365 | 100 | 33 |
| Binary | 100000 | 11001 | 1110001 | 1001000 | 1001110 | 0 | 111000 | 11110101 | 1000000 | 11011 |
Color Harmonies of #201971
Complementary color
Monochromatic Colors of #201971
Black with #201971
Text Example
Text Example
White with #201971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201971; }
p { color: rgb(32,25,113); }
H1.HeaderClassName
{
color: #201971;
}
.AnyTagClassName
{
color: #201971;
}
</style>
background-color css
<style>
a { background-color: #201971; }
a { background-color: rgb(32,25,113); }
div.DivClassName
{
background-color: #201971;
}
.BgClassName
{
background-color: #201971;
}
</style>
border-color css
<style>
span { border-color: #201971; }
span { border-color: rgb(32,25,113); }
td.TdClassName
{
border-color: #201971;
}
.TagClassName
{
border-color: #201971;
}
</style>