Shades of Midnight Blue #202C76
Tints of Midnight Blue #202C76
RGB
CMYK
RGB Variations
Color information
#202C76 (or 0x202C76) is known color: Midnight Blue. HEX triplet: 20, 2C and 76. RGB value is (32,44,118). Sum of RGB (Red+Green+Blue) = 32+44+118=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #202C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202C76 is #DFD389. Grayscale: #303030. Windows color (decimal): -14668682 or 7744544. OLE color: 7744544.
HSL color Cylindrical-coordinate representation of color #202C76: hue angle of 231.63º 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 #202C76 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 44 | 118 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.54 |
| HSL | 231.63º | 0.57% | 0.29% | - |
| HSV(B) | 231.63º | 0.73% | 0.46% | - |
| XYZ | 4.77 | 3.42 | 17.55 | - |
| YUV | 48.85 | 167.02 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 118 | 0.73 | 0.63 | 0 | 0.54 | 231.63 | 0.57 | 0.29 |
| Hex | 20 | 2C | 76 | 49 | 3F | 0 | 36 | E8 | 39 | 1D |
| Octal | 40 | 54 | 166 | 111 | 77 | 0 | 66 | 350 | 71 | 35 |
| Binary | 100000 | 101100 | 1110110 | 1001001 | 111111 | 0 | 110110 | 11101000 | 111001 | 11101 |
Color Harmonies of #202C76
Complementary color
Monochromatic Colors of #202C76
Black with #202C76
Text Example
Text Example
White with #202C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C76; }
p { color: rgb(32,44,118); }
H1.HeaderClassName
{
color: #202C76;
}
.AnyTagClassName
{
color: #202C76;
}
</style>
background-color css
<style>
a { background-color: #202C76; }
a { background-color: rgb(32,44,118); }
div.DivClassName
{
background-color: #202C76;
}
.BgClassName
{
background-color: #202C76;
}
</style>
border-color css
<style>
span { border-color: #202C76; }
span { border-color: rgb(32,44,118); }
td.TdClassName
{
border-color: #202C76;
}
.TagClassName
{
border-color: #202C76;
}
</style>