Shades of Midnight Blue #202D72
Tints of Midnight Blue #202D72
RGB
CMYK
RGB Variations
Color information
#202D72 (or 0x202D72) is known color: Midnight Blue. HEX triplet: 20, 2D and 72. RGB value is (32,45,114). Sum of RGB (Red+Green+Blue) = 32+45+114=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #202D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202D72 is #DFD28D. Grayscale: #303030. Windows color (decimal): -14668430 or 7482656. OLE color: 7482656.
HSL color Cylindrical-coordinate representation of color #202D72: hue angle of 230.49º 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 #202D72 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 45 | 114 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.55 |
| HSL | 230.49º | 0.56% | 0.29% | - |
| HSV(B) | 230.49º | 0.72% | 0.45% | - |
| XYZ | 4.57 | 3.4 | 16.33 | - |
| YUV | 48.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 114 | 0.72 | 0.61 | 0 | 0.55 | 230.49 | 0.56 | 0.29 |
| Hex | 20 | 2D | 72 | 48 | 3D | 0 | 37 | E6 | 38 | 1D |
| Octal | 40 | 55 | 162 | 110 | 75 | 0 | 67 | 346 | 70 | 35 |
| Binary | 100000 | 101101 | 1110010 | 1001000 | 111101 | 0 | 110111 | 11100110 | 111000 | 11101 |
Color Harmonies of #202D72
Complementary color
Monochromatic Colors of #202D72
Black with #202D72
Text Example
Text Example
White with #202D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D72; }
p { color: rgb(32,45,114); }
H1.HeaderClassName
{
color: #202D72;
}
.AnyTagClassName
{
color: #202D72;
}
</style>
background-color css
<style>
a { background-color: #202D72; }
a { background-color: rgb(32,45,114); }
div.DivClassName
{
background-color: #202D72;
}
.BgClassName
{
background-color: #202D72;
}
</style>
border-color css
<style>
span { border-color: #202D72; }
span { border-color: rgb(32,45,114); }
td.TdClassName
{
border-color: #202D72;
}
.TagClassName
{
border-color: #202D72;
}
</style>