Shades of Midnight Blue #202181
Tints of Midnight Blue #202181
RGB
CMYK
RGB Variations
Color information
#202181 (or 0x202181) is known color: Midnight Blue. HEX triplet: 20, 21 and 81. RGB value is (32,33,129). Sum of RGB (Red+Green+Blue) = 32+33+129=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #202181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202181 is #DFDE7E. Grayscale: #2B2B2B. Windows color (decimal): -14671487 or 8462624. OLE color: 8462624.
HSL color Cylindrical-coordinate representation of color #202181: hue angle of 239.38º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #202181 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 33 | 129 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.49 |
| HSL | 239.38º | 0.6% | 0.32% | - |
| HSV(B) | 239.38º | 0.75% | 0.51% | - |
| XYZ | 5.1 | 2.98 | 21.08 | - |
| YUV | 43.65 | 176.17 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 129 | 0.75 | 0.74 | 0 | 0.49 | 239.38 | 0.6 | 0.32 |
| Hex | 20 | 21 | 81 | 4B | 4A | 0 | 31 | EF | 3C | 20 |
| Octal | 40 | 41 | 201 | 113 | 112 | 0 | 61 | 357 | 74 | 40 |
| Binary | 100000 | 100001 | 10000001 | 1001011 | 1001010 | 0 | 110001 | 11101111 | 111100 | 100000 |
Color Harmonies of #202181
Complementary color
Monochromatic Colors of #202181
Black with #202181
Text Example
Text Example
White with #202181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202181; }
p { color: rgb(32,33,129); }
H1.HeaderClassName
{
color: #202181;
}
.AnyTagClassName
{
color: #202181;
}
</style>
background-color css
<style>
a { background-color: #202181; }
a { background-color: rgb(32,33,129); }
div.DivClassName
{
background-color: #202181;
}
.BgClassName
{
background-color: #202181;
}
</style>
border-color css
<style>
span { border-color: #202181; }
span { border-color: rgb(32,33,129); }
td.TdClassName
{
border-color: #202181;
}
.TagClassName
{
border-color: #202181;
}
</style>