Shades of Midnight Blue #201A72
Tints of Midnight Blue #201A72
RGB
CMYK
RGB Variations
Color information
#201A72 (or 0x201A72) is known color: Midnight Blue. HEX triplet: 20, 1A and 72. RGB value is (32,26,114). Sum of RGB (Red+Green+Blue) = 32+26+114=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #201A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A72 is #DFE58D. Grayscale: #252525. Windows color (decimal): -14673294 or 7477792. OLE color: 7477792.
HSL color Cylindrical-coordinate representation of color #201A72: hue angle of 244.09º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201A72 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 26 | 114 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.55 |
| HSL | 244.09º | 0.63% | 0.27% | - |
| HSV(B) | 244.09º | 0.77% | 0.45% | - |
| XYZ | 4 | 2.26 | 16.15 | - |
| YUV | 37.83 | 170.99 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 114 | 0.72 | 0.77 | 0 | 0.55 | 244.09 | 0.63 | 0.27 |
| Hex | 20 | 1A | 72 | 48 | 4D | 0 | 37 | F4 | 3F | 1B |
| Octal | 40 | 32 | 162 | 110 | 115 | 0 | 67 | 364 | 77 | 33 |
| Binary | 100000 | 11010 | 1110010 | 1001000 | 1001101 | 0 | 110111 | 11110100 | 111111 | 11011 |
Color Harmonies of #201A72
Complementary color
Monochromatic Colors of #201A72
Black with #201A72
Text Example
Text Example
White with #201A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A72; }
p { color: rgb(32,26,114); }
H1.HeaderClassName
{
color: #201A72;
}
.AnyTagClassName
{
color: #201A72;
}
</style>
background-color css
<style>
a { background-color: #201A72; }
a { background-color: rgb(32,26,114); }
div.DivClassName
{
background-color: #201A72;
}
.BgClassName
{
background-color: #201A72;
}
</style>
border-color css
<style>
span { border-color: #201A72; }
span { border-color: rgb(32,26,114); }
td.TdClassName
{
border-color: #201A72;
}
.TagClassName
{
border-color: #201A72;
}
</style>