Shades of Midnight Blue #211576
Tints of Midnight Blue #211576
RGB
CMYK
RGB Variations
Color information
#211576 (or 0x211576) is known color: Midnight Blue. HEX triplet: 21, 15 and 76. RGB value is (33,21,118). Sum of RGB (Red+Green+Blue) = 33+21+118=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #211576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211576 is #DEEA89. Grayscale: #232323. Windows color (decimal): -14609034 or 7738657. OLE color: 7738657.
HSL color Cylindrical-coordinate representation of color #211576: hue angle of 247.42º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211576 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 21 | 118 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.54 |
| HSL | 247.42º | 0.7% | 0.27% | - |
| HSV(B) | 247.42º | 0.82% | 0.46% | - |
| XYZ | 4.17 | 2.17 | 17.34 | - |
| YUV | 35.65 | 174.48 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 118 | 0.72 | 0.82 | 0 | 0.54 | 247.42 | 0.7 | 0.27 |
| Hex | 21 | 15 | 76 | 48 | 52 | 0 | 36 | F7 | 46 | 1B |
| Octal | 41 | 25 | 166 | 110 | 122 | 0 | 66 | 367 | 106 | 33 |
| Binary | 100001 | 10101 | 1110110 | 1001000 | 1010010 | 0 | 110110 | 11110111 | 1000110 | 11011 |
Color Harmonies of #211576
Complementary color
Monochromatic Colors of #211576
Black with #211576
Text Example
Text Example
White with #211576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211576; }
p { color: rgb(33,21,118); }
H1.HeaderClassName
{
color: #211576;
}
.AnyTagClassName
{
color: #211576;
}
</style>
background-color css
<style>
a { background-color: #211576; }
a { background-color: rgb(33,21,118); }
div.DivClassName
{
background-color: #211576;
}
.BgClassName
{
background-color: #211576;
}
</style>
border-color css
<style>
span { border-color: #211576; }
span { border-color: rgb(33,21,118); }
td.TdClassName
{
border-color: #211576;
}
.TagClassName
{
border-color: #211576;
}
</style>