Shades of Midnight Blue #202B71
Tints of Midnight Blue #202B71
RGB
CMYK
RGB Variations
Color information
#202B71 (or 0x202B71) is known color: Midnight Blue. HEX triplet: 20, 2B and 71. RGB value is (32,43,113). Sum of RGB (Red+Green+Blue) = 32+43+113=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #202B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B71 is #DFD48E. Grayscale: #2F2F2F. Windows color (decimal): -14668943 or 7416608. OLE color: 7416608.
HSL color Cylindrical-coordinate representation of color #202B71: hue angle of 231.85º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #202B71 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 43 | 113 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.56 |
| HSL | 231.85º | 0.56% | 0.28% | - |
| HSV(B) | 231.85º | 0.72% | 0.44% | - |
| XYZ | 4.44 | 3.23 | 16.01 | - |
| YUV | 47.69 | 164.86 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 113 | 0.72 | 0.62 | 0 | 0.56 | 231.85 | 0.56 | 0.28 |
| Hex | 20 | 2B | 71 | 48 | 3E | 0 | 38 | E8 | 38 | 1C |
| Octal | 40 | 53 | 161 | 110 | 76 | 0 | 70 | 350 | 70 | 34 |
| Binary | 100000 | 101011 | 1110001 | 1001000 | 111110 | 0 | 111000 | 11101000 | 111000 | 11100 |
Color Harmonies of #202B71
Complementary color
Monochromatic Colors of #202B71
Black with #202B71
Text Example
Text Example
White with #202B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B71; }
p { color: rgb(32,43,113); }
H1.HeaderClassName
{
color: #202B71;
}
.AnyTagClassName
{
color: #202B71;
}
</style>
background-color css
<style>
a { background-color: #202B71; }
a { background-color: rgb(32,43,113); }
div.DivClassName
{
background-color: #202B71;
}
.BgClassName
{
background-color: #202B71;
}
</style>
border-color css
<style>
span { border-color: #202B71; }
span { border-color: rgb(32,43,113); }
td.TdClassName
{
border-color: #202B71;
}
.TagClassName
{
border-color: #202B71;
}
</style>