Shades of Midnight Blue #211E71
Tints of Midnight Blue #211E71
RGB
CMYK
RGB Variations
Color information
#211E71 (or 0x211E71) is known color: Midnight Blue. HEX triplet: 21, 1E and 71. RGB value is (33,30,113). Sum of RGB (Red+Green+Blue) = 33+30+113=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #211E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E71 is #DEE18E. Grayscale: #282828. Windows color (decimal): -14606735 or 7413281. OLE color: 7413281.
HSL color Cylindrical-coordinate representation of color #211E71: hue angle of 242.17º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211E71 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 30 | 113 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.56 |
| HSL | 242.17º | 0.58% | 0.28% | - |
| HSV(B) | 242.17º | 0.73% | 0.44% | - |
| XYZ | 4.07 | 2.44 | 15.88 | - |
| YUV | 40.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 113 | 0.71 | 0.73 | 0 | 0.56 | 242.17 | 0.58 | 0.28 |
| Hex | 21 | 1E | 71 | 47 | 49 | 0 | 38 | F2 | 3A | 1C |
| Octal | 41 | 36 | 161 | 107 | 111 | 0 | 70 | 362 | 72 | 34 |
| Binary | 100001 | 11110 | 1110001 | 1000111 | 1001001 | 0 | 111000 | 11110010 | 111010 | 11100 |
Color Harmonies of #211E71
Complementary color
Monochromatic Colors of #211E71
Black with #211E71
Text Example
Text Example
White with #211E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211E71; }
p { color: rgb(33,30,113); }
H1.HeaderClassName
{
color: #211E71;
}
.AnyTagClassName
{
color: #211E71;
}
</style>
background-color css
<style>
a { background-color: #211E71; }
a { background-color: rgb(33,30,113); }
div.DivClassName
{
background-color: #211E71;
}
.BgClassName
{
background-color: #211E71;
}
</style>
border-color css
<style>
span { border-color: #211E71; }
span { border-color: rgb(33,30,113); }
td.TdClassName
{
border-color: #211E71;
}
.TagClassName
{
border-color: #211E71;
}
</style>