Shades of Midnight Blue #211E73
Tints of Midnight Blue #211E73
RGB
CMYK
RGB Variations
Color information
#211E73 (or 0x211E73) is known color: Midnight Blue. HEX triplet: 21, 1E and 73. RGB value is (33,30,115). Sum of RGB (Red+Green+Blue) = 33+30+115=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #211E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E73 is #DEE18C. Grayscale: #282828. Windows color (decimal): -14606733 or 7544353. OLE color: 7544353.
HSL color Cylindrical-coordinate representation of color #211E73: hue angle of 242.12º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #211E73 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 30 | 115 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.55 |
| HSL | 242.12º | 0.59% | 0.28% | - |
| HSV(B) | 242.12º | 0.74% | 0.45% | - |
| XYZ | 4.19 | 2.49 | 16.48 | - |
| YUV | 40.59 | 169.99 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 115 | 0.71 | 0.74 | 0 | 0.55 | 242.12 | 0.59 | 0.28 |
| Hex | 21 | 1E | 73 | 47 | 4A | 0 | 37 | F2 | 3B | 1C |
| Octal | 41 | 36 | 163 | 107 | 112 | 0 | 67 | 362 | 73 | 34 |
| Binary | 100001 | 11110 | 1110011 | 1000111 | 1001010 | 0 | 110111 | 11110010 | 111011 | 11100 |
Color Harmonies of #211E73
Complementary color
Monochromatic Colors of #211E73
Black with #211E73
Text Example
Text Example
White with #211E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211E73; }
p { color: rgb(33,30,115); }
H1.HeaderClassName
{
color: #211E73;
}
.AnyTagClassName
{
color: #211E73;
}
</style>
background-color css
<style>
a { background-color: #211E73; }
a { background-color: rgb(33,30,115); }
div.DivClassName
{
background-color: #211E73;
}
.BgClassName
{
background-color: #211E73;
}
</style>
border-color css
<style>
span { border-color: #211E73; }
span { border-color: rgb(33,30,115); }
td.TdClassName
{
border-color: #211E73;
}
.TagClassName
{
border-color: #211E73;
}
</style>