Shades of Midnight Blue #202172
Tints of Midnight Blue #202172
RGB
CMYK
RGB Variations
Color information
#202172 (or 0x202172) is known color: Midnight Blue. HEX triplet: 20, 21 and 72. RGB value is (32,33,114). Sum of RGB (Red+Green+Blue) = 32+33+114=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 114 (44.92% from 255 or 63.69% from 179); Max value from RGB is 114 - color contains mainly: blue. Hex color #202172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202172 is #DFDE8D. Grayscale: #292929. Windows color (decimal): -14671502 or 7479584. OLE color: 7479584.
HSL color Cylindrical-coordinate representation of color #202172: hue angle of 239.27º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #202172 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 33 | 114 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.55 |
| HSL | 239.27º | 0.56% | 0.29% | - |
| HSV(B) | 239.27º | 0.72% | 0.45% | - |
| XYZ | 4.18 | 2.61 | 16.2 | - |
| YUV | 41.94 | 168.67 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 114 | 0.72 | 0.71 | 0 | 0.55 | 239.27 | 0.56 | 0.29 |
| Hex | 20 | 21 | 72 | 48 | 47 | 0 | 37 | EF | 38 | 1D |
| Octal | 40 | 41 | 162 | 110 | 107 | 0 | 67 | 357 | 70 | 35 |
| Binary | 100000 | 100001 | 1110010 | 1001000 | 1000111 | 0 | 110111 | 11101111 | 111000 | 11101 |
Color Harmonies of #202172
Complementary color
Monochromatic Colors of #202172
Black with #202172
Text Example
Text Example
White with #202172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202172; }
p { color: rgb(32,33,114); }
H1.HeaderClassName
{
color: #202172;
}
.AnyTagClassName
{
color: #202172;
}
</style>
background-color css
<style>
a { background-color: #202172; }
a { background-color: rgb(32,33,114); }
div.DivClassName
{
background-color: #202172;
}
.BgClassName
{
background-color: #202172;
}
</style>
border-color css
<style>
span { border-color: #202172; }
span { border-color: rgb(32,33,114); }
td.TdClassName
{
border-color: #202172;
}
.TagClassName
{
border-color: #202172;
}
</style>