Shades of Midnight Blue #202173
Tints of Midnight Blue #202173
RGB
CMYK
RGB Variations
Color information
#202173 (or 0x202173) is known color: Midnight Blue. HEX triplet: 20, 21 and 73. RGB value is (32,33,115). Sum of RGB (Red+Green+Blue) = 32+33+115=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 115 (45.31% from 255 or 63.89% from 180); Max value from RGB is 115 - color contains mainly: blue. Hex color #202173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202173 is #DFDE8C. Grayscale: #292929. Windows color (decimal): -14671501 or 7545120. OLE color: 7545120.
HSL color Cylindrical-coordinate representation of color #202173: hue angle of 239.28º 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 #202173 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 33 | 115 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.55 |
| HSL | 239.28º | 0.56% | 0.29% | - |
| HSV(B) | 239.28º | 0.72% | 0.45% | - |
| XYZ | 4.23 | 2.63 | 16.5 | - |
| YUV | 42.05 | 169.17 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 115 | 0.72 | 0.71 | 0 | 0.55 | 239.28 | 0.56 | 0.29 |
| Hex | 20 | 21 | 73 | 48 | 47 | 0 | 37 | EF | 38 | 1D |
| Octal | 40 | 41 | 163 | 110 | 107 | 0 | 67 | 357 | 70 | 35 |
| Binary | 100000 | 100001 | 1110011 | 1001000 | 1000111 | 0 | 110111 | 11101111 | 111000 | 11101 |
Color Harmonies of #202173
Complementary color
Monochromatic Colors of #202173
Black with #202173
Text Example
Text Example
White with #202173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202173; }
p { color: rgb(32,33,115); }
H1.HeaderClassName
{
color: #202173;
}
.AnyTagClassName
{
color: #202173;
}
</style>
background-color css
<style>
a { background-color: #202173; }
a { background-color: rgb(32,33,115); }
div.DivClassName
{
background-color: #202173;
}
.BgClassName
{
background-color: #202173;
}
</style>
border-color css
<style>
span { border-color: #202173; }
span { border-color: rgb(32,33,115); }
td.TdClassName
{
border-color: #202173;
}
.TagClassName
{
border-color: #202173;
}
</style>