Shades of Midnight Blue #201473
Tints of Midnight Blue #201473
RGB
CMYK
RGB Variations
Color information
#201473 (or 0x201473) is known color: Midnight Blue. HEX triplet: 20, 14 and 73. RGB value is (32,20,115). Sum of RGB (Red+Green+Blue) = 32+20+115=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 115 (45.31% from 255 or 68.86% from 167); Max value from RGB is 115 - color contains mainly: blue. Hex color #201473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201473 is #DFEB8C. Grayscale: #222222. Windows color (decimal): -14674829 or 7541792. OLE color: 7541792.
HSL color Cylindrical-coordinate representation of color #201473: hue angle of 247.58º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201473 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 20 | 115 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.55 |
| HSL | 247.58º | 0.7% | 0.26% | - |
| HSV(B) | 247.58º | 0.83% | 0.45% | - |
| XYZ | 3.94 | 2.05 | 16.41 | - |
| YUV | 34.42 | 173.48 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 115 | 0.72 | 0.83 | 0 | 0.55 | 247.58 | 0.7 | 0.26 |
| Hex | 20 | 14 | 73 | 48 | 53 | 0 | 37 | F8 | 46 | 1A |
| Octal | 40 | 24 | 163 | 110 | 123 | 0 | 67 | 370 | 106 | 32 |
| Binary | 100000 | 10100 | 1110011 | 1001000 | 1010011 | 0 | 110111 | 11111000 | 1000110 | 11010 |
Color Harmonies of #201473
Complementary color
Monochromatic Colors of #201473
Black with #201473
Text Example
Text Example
White with #201473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201473; }
p { color: rgb(32,20,115); }
H1.HeaderClassName
{
color: #201473;
}
.AnyTagClassName
{
color: #201473;
}
</style>
background-color css
<style>
a { background-color: #201473; }
a { background-color: rgb(32,20,115); }
div.DivClassName
{
background-color: #201473;
}
.BgClassName
{
background-color: #201473;
}
</style>
border-color css
<style>
span { border-color: #201473; }
span { border-color: rgb(32,20,115); }
td.TdClassName
{
border-color: #201473;
}
.TagClassName
{
border-color: #201473;
}
</style>