Shades of Midnight Blue #211175
Tints of Midnight Blue #211175
RGB
CMYK
RGB Variations
Color information
#211175 (or 0x211175) is known color: Midnight Blue. HEX triplet: 21, 11 and 75. RGB value is (33,17,117). Sum of RGB (Red+Green+Blue) = 33+17+117=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 117 (46.09% from 255 or 70.06% from 167); Max value from RGB is 117 - color contains mainly: blue. Hex color #211175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211175 is #DEEE8A. Grayscale: #202020. Windows color (decimal): -14610059 or 7672097. OLE color: 7672097.
HSL color Cylindrical-coordinate representation of color #211175: hue angle of 249.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211175 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 17 | 117 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.54 |
| HSL | 249.6º | 0.75% | 0.26% | - |
| HSV(B) | 249.6º | 0.85% | 0.46% | - |
| XYZ | 4.04 | 2.01 | 17 | - |
| YUV | 33.18 | 175.3 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 117 | 0.72 | 0.85 | 0 | 0.54 | 249.6 | 0.75 | 0.26 |
| Hex | 21 | 11 | 75 | 48 | 55 | 0 | 36 | FA | 4B | 1A |
| Octal | 41 | 21 | 165 | 110 | 125 | 0 | 66 | 372 | 113 | 32 |
| Binary | 100001 | 10001 | 1110101 | 1001000 | 1010101 | 0 | 110110 | 11111010 | 1001011 | 11010 |
Color Harmonies of #211175
Complementary color
Monochromatic Colors of #211175
Black with #211175
Text Example
Text Example
White with #211175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211175; }
p { color: rgb(33,17,117); }
H1.HeaderClassName
{
color: #211175;
}
.AnyTagClassName
{
color: #211175;
}
</style>
background-color css
<style>
a { background-color: #211175; }
a { background-color: rgb(33,17,117); }
div.DivClassName
{
background-color: #211175;
}
.BgClassName
{
background-color: #211175;
}
</style>
border-color css
<style>
span { border-color: #211175; }
span { border-color: rgb(33,17,117); }
td.TdClassName
{
border-color: #211175;
}
.TagClassName
{
border-color: #211175;
}
</style>