Shades of Midnight Blue #201573
Tints of Midnight Blue #201573
RGB
CMYK
RGB Variations
Color information
#201573 (or 0x201573) is known color: Midnight Blue. HEX triplet: 20, 15 and 73. RGB value is (32,21,115). Sum of RGB (Red+Green+Blue) = 32+21+115=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #201573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201573 is #DFEA8C. Grayscale: #222222. Windows color (decimal): -14674573 or 7542048. OLE color: 7542048.
HSL color Cylindrical-coordinate representation of color #201573: hue angle of 247.02º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201573 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 21 | 115 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.55 |
| HSL | 247.02º | 0.69% | 0.27% | - |
| HSV(B) | 247.02º | 0.82% | 0.45% | - |
| XYZ | 3.96 | 2.08 | 16.41 | - |
| YUV | 35.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 115 | 0.72 | 0.82 | 0 | 0.55 | 247.02 | 0.69 | 0.27 |
| Hex | 20 | 15 | 73 | 48 | 52 | 0 | 37 | F7 | 45 | 1B |
| Octal | 40 | 25 | 163 | 110 | 122 | 0 | 67 | 367 | 105 | 33 |
| Binary | 100000 | 10101 | 1110011 | 1001000 | 1010010 | 0 | 110111 | 11110111 | 1000101 | 11011 |
Color Harmonies of #201573
Complementary color
Monochromatic Colors of #201573
Black with #201573
Text Example
Text Example
White with #201573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201573; }
p { color: rgb(32,21,115); }
H1.HeaderClassName
{
color: #201573;
}
.AnyTagClassName
{
color: #201573;
}
</style>
background-color css
<style>
a { background-color: #201573; }
a { background-color: rgb(32,21,115); }
div.DivClassName
{
background-color: #201573;
}
.BgClassName
{
background-color: #201573;
}
</style>
border-color css
<style>
span { border-color: #201573; }
span { border-color: rgb(32,21,115); }
td.TdClassName
{
border-color: #201573;
}
.TagClassName
{
border-color: #201573;
}
</style>