Shades of Midnight Blue #202A76
Tints of Midnight Blue #202A76
RGB
CMYK
RGB Variations
Color information
#202A76 (or 0x202A76) is known color: Midnight Blue. HEX triplet: 20, 2A and 76. RGB value is (32,42,118). Sum of RGB (Red+Green+Blue) = 32+42+118=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #202A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A76 is #DFD589. Grayscale: #2F2F2F. Windows color (decimal): -14669194 or 7744032. OLE color: 7744032.
HSL color Cylindrical-coordinate representation of color #202A76: hue angle of 233.02º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #202A76 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 42 | 118 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.54 |
| HSL | 233.02º | 0.57% | 0.29% | - |
| HSV(B) | 233.02º | 0.73% | 0.46% | - |
| XYZ | 4.69 | 3.27 | 17.52 | - |
| YUV | 47.67 | 167.69 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 118 | 0.73 | 0.64 | 0 | 0.54 | 233.02 | 0.57 | 0.29 |
| Hex | 20 | 2A | 76 | 49 | 40 | 0 | 36 | E9 | 39 | 1D |
| Octal | 40 | 52 | 166 | 111 | 100 | 0 | 66 | 351 | 71 | 35 |
| Binary | 100000 | 101010 | 1110110 | 1001001 | 1000000 | 0 | 110110 | 11101001 | 111001 | 11101 |
Color Harmonies of #202A76
Complementary color
Monochromatic Colors of #202A76
Black with #202A76
Text Example
Text Example
White with #202A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A76; }
p { color: rgb(32,42,118); }
H1.HeaderClassName
{
color: #202A76;
}
.AnyTagClassName
{
color: #202A76;
}
</style>
background-color css
<style>
a { background-color: #202A76; }
a { background-color: rgb(32,42,118); }
div.DivClassName
{
background-color: #202A76;
}
.BgClassName
{
background-color: #202A76;
}
</style>
border-color css
<style>
span { border-color: #202A76; }
span { border-color: rgb(32,42,118); }
td.TdClassName
{
border-color: #202A76;
}
.TagClassName
{
border-color: #202A76;
}
</style>