Shades of Midnight Blue #201D72
Tints of Midnight Blue #201D72
RGB
CMYK
RGB Variations
Color information
#201D72 (or 0x201D72) is known color: Midnight Blue. HEX triplet: 20, 1D and 72. RGB value is (32,29,114). Sum of RGB (Red+Green+Blue) = 32+29+114=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #201D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201D72 is #DFE28D. Grayscale: #272727. Windows color (decimal): -14672526 or 7478560. OLE color: 7478560.
HSL color Cylindrical-coordinate representation of color #201D72: hue angle of 242.12º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201D72 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 29 | 114 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.55 |
| HSL | 242.12º | 0.59% | 0.28% | - |
| HSV(B) | 242.12º | 0.75% | 0.45% | - |
| XYZ | 4.07 | 2.4 | 16.17 | - |
| YUV | 39.59 | 169.99 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 114 | 0.72 | 0.75 | 0 | 0.55 | 242.12 | 0.59 | 0.28 |
| Hex | 20 | 1D | 72 | 48 | 4B | 0 | 37 | F2 | 3B | 1C |
| Octal | 40 | 35 | 162 | 110 | 113 | 0 | 67 | 362 | 73 | 34 |
| Binary | 100000 | 11101 | 1110010 | 1001000 | 1001011 | 0 | 110111 | 11110010 | 111011 | 11100 |
Color Harmonies of #201D72
Complementary color
Monochromatic Colors of #201D72
Black with #201D72
Text Example
Text Example
White with #201D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D72; }
p { color: rgb(32,29,114); }
H1.HeaderClassName
{
color: #201D72;
}
.AnyTagClassName
{
color: #201D72;
}
</style>
background-color css
<style>
a { background-color: #201D72; }
a { background-color: rgb(32,29,114); }
div.DivClassName
{
background-color: #201D72;
}
.BgClassName
{
background-color: #201D72;
}
</style>
border-color css
<style>
span { border-color: #201D72; }
span { border-color: rgb(32,29,114); }
td.TdClassName
{
border-color: #201D72;
}
.TagClassName
{
border-color: #201D72;
}
</style>