Shades of Midnight Blue #201871
Tints of Midnight Blue #201871
RGB
CMYK
RGB Variations
Color information
#201871 (or 0x201871) is known color: Midnight Blue. HEX triplet: 20, 18 and 71. RGB value is (32,24,113). Sum of RGB (Red+Green+Blue) = 32+24+113=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 113 (44.53% from 255 or 66.86% from 169); Max value from RGB is 113 - color contains mainly: blue. Hex color #201871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201871 is #DFE78E. Grayscale: #242424. Windows color (decimal): -14673807 or 7411744. OLE color: 7411744.
HSL color Cylindrical-coordinate representation of color #201871: hue angle of 245.39º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201871 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 24 | 113 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.56 |
| HSL | 245.39º | 0.65% | 0.27% | - |
| HSV(B) | 245.39º | 0.79% | 0.44% | - |
| XYZ | 3.9 | 2.15 | 15.83 | - |
| YUV | 36.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 113 | 0.72 | 0.79 | 0 | 0.56 | 245.39 | 0.65 | 0.27 |
| Hex | 20 | 18 | 71 | 48 | 4F | 0 | 38 | F5 | 41 | 1B |
| Octal | 40 | 30 | 161 | 110 | 117 | 0 | 70 | 365 | 101 | 33 |
| Binary | 100000 | 11000 | 1110001 | 1001000 | 1001111 | 0 | 111000 | 11110101 | 1000001 | 11011 |
Color Harmonies of #201871
Complementary color
Monochromatic Colors of #201871
Black with #201871
Text Example
Text Example
White with #201871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201871; }
p { color: rgb(32,24,113); }
H1.HeaderClassName
{
color: #201871;
}
.AnyTagClassName
{
color: #201871;
}
</style>
background-color css
<style>
a { background-color: #201871; }
a { background-color: rgb(32,24,113); }
div.DivClassName
{
background-color: #201871;
}
.BgClassName
{
background-color: #201871;
}
</style>
border-color css
<style>
span { border-color: #201871; }
span { border-color: rgb(32,24,113); }
td.TdClassName
{
border-color: #201871;
}
.TagClassName
{
border-color: #201871;
}
</style>