Shades of Midnight Blue #202B76
Tints of Midnight Blue #202B76
RGB
CMYK
RGB Variations
Color information
#202B76 (or 0x202B76) is known color: Midnight Blue. HEX triplet: 20, 2B and 76. RGB value is (32,43,118). Sum of RGB (Red+Green+Blue) = 32+43+118=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #202B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B76 is #DFD489. Grayscale: #2F2F2F. Windows color (decimal): -14668938 or 7744288. OLE color: 7744288.
HSL color Cylindrical-coordinate representation of color #202B76: hue angle of 232.33º 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 #202B76 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 43 | 118 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.54 |
| HSL | 232.33º | 0.57% | 0.29% | - |
| HSV(B) | 232.33º | 0.73% | 0.46% | - |
| XYZ | 4.73 | 3.34 | 17.54 | - |
| YUV | 48.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 118 | 0.73 | 0.64 | 0 | 0.54 | 232.33 | 0.57 | 0.29 |
| Hex | 20 | 2B | 76 | 49 | 40 | 0 | 36 | E8 | 39 | 1D |
| Octal | 40 | 53 | 166 | 111 | 100 | 0 | 66 | 350 | 71 | 35 |
| Binary | 100000 | 101011 | 1110110 | 1001001 | 1000000 | 0 | 110110 | 11101000 | 111001 | 11101 |
Color Harmonies of #202B76
Complementary color
Monochromatic Colors of #202B76
Black with #202B76
Text Example
Text Example
White with #202B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B76; }
p { color: rgb(32,43,118); }
H1.HeaderClassName
{
color: #202B76;
}
.AnyTagClassName
{
color: #202B76;
}
</style>
background-color css
<style>
a { background-color: #202B76; }
a { background-color: rgb(32,43,118); }
div.DivClassName
{
background-color: #202B76;
}
.BgClassName
{
background-color: #202B76;
}
</style>
border-color css
<style>
span { border-color: #202B76; }
span { border-color: rgb(32,43,118); }
td.TdClassName
{
border-color: #202B76;
}
.TagClassName
{
border-color: #202B76;
}
</style>