Shades of Midnight Blue #211977
Tints of Midnight Blue #211977
RGB
CMYK
RGB Variations
Color information
#211977 (or 0x211977) is known color: Midnight Blue. HEX triplet: 21, 19 and 77. RGB value is (33,25,119). Sum of RGB (Red+Green+Blue) = 33+25+119=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 119 (46.88% from 255 or 67.23% from 177); Max value from RGB is 119 - color contains mainly: blue. Hex color #211977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211977 is #DEE688. Grayscale: #252525. Windows color (decimal): -14608009 or 7805217. OLE color: 7805217.
HSL color Cylindrical-coordinate representation of color #211977: hue angle of 245.11º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211977 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 25 | 119 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.53 |
| HSL | 245.11º | 0.65% | 0.28% | - |
| HSV(B) | 245.11º | 0.79% | 0.47% | - |
| XYZ | 4.3 | 2.35 | 17.68 | - |
| YUV | 38.11 | 173.65 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 119 | 0.72 | 0.79 | 0 | 0.53 | 245.11 | 0.65 | 0.28 |
| Hex | 21 | 19 | 77 | 48 | 4F | 0 | 35 | F5 | 41 | 1C |
| Octal | 41 | 31 | 167 | 110 | 117 | 0 | 65 | 365 | 101 | 34 |
| Binary | 100001 | 11001 | 1110111 | 1001000 | 1001111 | 0 | 110101 | 11110101 | 1000001 | 11100 |
Color Harmonies of #211977
Complementary color
Monochromatic Colors of #211977
Black with #211977
Text Example
Text Example
White with #211977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211977; }
p { color: rgb(33,25,119); }
H1.HeaderClassName
{
color: #211977;
}
.AnyTagClassName
{
color: #211977;
}
</style>
background-color css
<style>
a { background-color: #211977; }
a { background-color: rgb(33,25,119); }
div.DivClassName
{
background-color: #211977;
}
.BgClassName
{
background-color: #211977;
}
</style>
border-color css
<style>
span { border-color: #211977; }
span { border-color: rgb(33,25,119); }
td.TdClassName
{
border-color: #211977;
}
.TagClassName
{
border-color: #211977;
}
</style>