Shades of Midnight Blue #202C72
Tints of Midnight Blue #202C72
RGB
CMYK
RGB Variations
Color information
#202C72 (or 0x202C72) is known color: Midnight Blue. HEX triplet: 20, 2C and 72. RGB value is (32,44,114). Sum of RGB (Red+Green+Blue) = 32+44+114=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #202C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202C72 is #DFD38D. Grayscale: #303030. Windows color (decimal): -14668686 or 7482400. OLE color: 7482400.
HSL color Cylindrical-coordinate representation of color #202C72: hue angle of 231.22º 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 #202C72 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 44 | 114 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.55 |
| HSL | 231.22º | 0.56% | 0.29% | - |
| HSV(B) | 231.22º | 0.72% | 0.45% | - |
| XYZ | 4.53 | 3.32 | 16.32 | - |
| YUV | 48.39 | 165.02 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 114 | 0.72 | 0.61 | 0 | 0.55 | 231.22 | 0.56 | 0.29 |
| Hex | 20 | 2C | 72 | 48 | 3D | 0 | 37 | E7 | 38 | 1D |
| Octal | 40 | 54 | 162 | 110 | 75 | 0 | 67 | 347 | 70 | 35 |
| Binary | 100000 | 101100 | 1110010 | 1001000 | 111101 | 0 | 110111 | 11100111 | 111000 | 11101 |
Color Harmonies of #202C72
Complementary color
Monochromatic Colors of #202C72
Black with #202C72
Text Example
Text Example
White with #202C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C72; }
p { color: rgb(32,44,114); }
H1.HeaderClassName
{
color: #202C72;
}
.AnyTagClassName
{
color: #202C72;
}
</style>
background-color css
<style>
a { background-color: #202C72; }
a { background-color: rgb(32,44,114); }
div.DivClassName
{
background-color: #202C72;
}
.BgClassName
{
background-color: #202C72;
}
</style>
border-color css
<style>
span { border-color: #202C72; }
span { border-color: rgb(32,44,114); }
td.TdClassName
{
border-color: #202C72;
}
.TagClassName
{
border-color: #202C72;
}
</style>