Shades of Midnight Blue #211A77
Tints of Midnight Blue #211A77
RGB
CMYK
RGB Variations
Color information
#211A77 (or 0x211A77) is known color: Midnight Blue. HEX triplet: 21, 1A and 77. RGB value is (33,26,119). Sum of RGB (Red+Green+Blue) = 33+26+119=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 119 (46.88% from 255 or 66.85% from 178); Max value from RGB is 119 - color contains mainly: blue. Hex color #211A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A77 is #DEE588. Grayscale: #262626. Windows color (decimal): -14607753 or 7805473. OLE color: 7805473.
HSL color Cylindrical-coordinate representation of color #211A77: hue angle of 244.52º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #211A77 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 26 | 119 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.53 |
| HSL | 244.52º | 0.64% | 0.28% | - |
| HSV(B) | 244.52º | 0.78% | 0.47% | - |
| XYZ | 4.33 | 2.39 | 17.69 | - |
| YUV | 38.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 119 | 0.72 | 0.78 | 0 | 0.53 | 244.52 | 0.64 | 0.28 |
| Hex | 21 | 1A | 77 | 48 | 4E | 0 | 35 | F5 | 40 | 1C |
| Octal | 41 | 32 | 167 | 110 | 116 | 0 | 65 | 365 | 100 | 34 |
| Binary | 100001 | 11010 | 1110111 | 1001000 | 1001110 | 0 | 110101 | 11110101 | 1000000 | 11100 |
Color Harmonies of #211A77
Complementary color
Monochromatic Colors of #211A77
Black with #211A77
Text Example
Text Example
White with #211A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A77; }
p { color: rgb(33,26,119); }
H1.HeaderClassName
{
color: #211A77;
}
.AnyTagClassName
{
color: #211A77;
}
</style>
background-color css
<style>
a { background-color: #211A77; }
a { background-color: rgb(33,26,119); }
div.DivClassName
{
background-color: #211A77;
}
.BgClassName
{
background-color: #211A77;
}
</style>
border-color css
<style>
span { border-color: #211A77; }
span { border-color: rgb(33,26,119); }
td.TdClassName
{
border-color: #211A77;
}
.TagClassName
{
border-color: #211A77;
}
</style>