Shades of Midnight Blue #211161
Tints of Midnight Blue #211161
RGB
CMYK
RGB Variations
Color information
#211161 (or 0x211161) is known color: Midnight Blue. HEX triplet: 21, 11 and 61. RGB value is (33,17,97). Sum of RGB (Red+Green+Blue) = 33+17+97=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #211161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211161 is #DEEE9E. Grayscale: #1E1E1E. Windows color (decimal): -14610079 or 6361377. OLE color: 6361377.
HSL color Cylindrical-coordinate representation of color #211161: hue angle of 252º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211161 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 17 | 97 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.62 |
| HSL | 252º | 0.7% | 0.22% | - |
| HSV(B) | 252º | 0.82% | 0.38% | - |
| XYZ | 2.99 | 1.59 | 11.46 | - |
| YUV | 30.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 97 | 0.66 | 0.82 | 0 | 0.62 | 252 | 0.7 | 0.22 |
| Hex | 21 | 11 | 61 | 42 | 52 | 0 | 3E | FC | 46 | 16 |
| Octal | 41 | 21 | 141 | 102 | 122 | 0 | 76 | 374 | 106 | 26 |
| Binary | 100001 | 10001 | 1100001 | 1000010 | 1010010 | 0 | 111110 | 11111100 | 1000110 | 10110 |
Color Harmonies of #211161
Complementary color
Monochromatic Colors of #211161
Black with #211161
Text Example
Text Example
White with #211161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211161; }
p { color: rgb(33,17,97); }
H1.HeaderClassName
{
color: #211161;
}
.AnyTagClassName
{
color: #211161;
}
</style>
background-color css
<style>
a { background-color: #211161; }
a { background-color: rgb(33,17,97); }
div.DivClassName
{
background-color: #211161;
}
.BgClassName
{
background-color: #211161;
}
</style>
border-color css
<style>
span { border-color: #211161; }
span { border-color: rgb(33,17,97); }
td.TdClassName
{
border-color: #211161;
}
.TagClassName
{
border-color: #211161;
}
</style>