Shades of Midnight Blue #211E81
Tints of Midnight Blue #211E81
RGB
CMYK
RGB Variations
Color information
#211E81 (or 0x211E81) is known color: Midnight Blue. HEX triplet: 21, 1E and 81. RGB value is (33,30,129). Sum of RGB (Red+Green+Blue) = 33+30+129=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 129 (50.78% from 255 or 67.19% from 192); Max value from RGB is 129 - color contains mainly: blue. Hex color #211E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211E81 is #DEE17E. Grayscale: #292929. Windows color (decimal): -14606719 or 8461857. OLE color: 8461857.
HSL color Cylindrical-coordinate representation of color #211E81: hue angle of 241.82º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #211E81 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 30 | 129 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.49 |
| HSL | 241.82º | 0.62% | 0.31% | - |
| HSV(B) | 241.82º | 0.77% | 0.51% | - |
| XYZ | 5.05 | 2.84 | 21.05 | - |
| YUV | 42.18 | 176.99 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 129 | 0.74 | 0.77 | 0 | 0.49 | 241.82 | 0.62 | 0.31 |
| Hex | 21 | 1E | 81 | 4A | 4D | 0 | 31 | F2 | 3E | 1F |
| Octal | 41 | 36 | 201 | 112 | 115 | 0 | 61 | 362 | 76 | 37 |
| Binary | 100001 | 11110 | 10000001 | 1001010 | 1001101 | 0 | 110001 | 11110010 | 111110 | 11111 |
Color Harmonies of #211E81
Complementary color
Monochromatic Colors of #211E81
Black with #211E81
Text Example
Text Example
White with #211E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211E81; }
p { color: rgb(33,30,129); }
H1.HeaderClassName
{
color: #211E81;
}
.AnyTagClassName
{
color: #211E81;
}
</style>
background-color css
<style>
a { background-color: #211E81; }
a { background-color: rgb(33,30,129); }
div.DivClassName
{
background-color: #211E81;
}
.BgClassName
{
background-color: #211E81;
}
</style>
border-color css
<style>
span { border-color: #211E81; }
span { border-color: rgb(33,30,129); }
td.TdClassName
{
border-color: #211E81;
}
.TagClassName
{
border-color: #211E81;
}
</style>