Shades of Midnight Blue #211169
Tints of Midnight Blue #211169
RGB
CMYK
RGB Variations
Color information
#211169 (or 0x211169) is known color: Midnight Blue. HEX triplet: 21, 11 and 69. RGB value is (33,17,105). Sum of RGB (Red+Green+Blue) = 33+17+105=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 105 (41.41% from 255 or 67.74% from 155); Max value from RGB is 105 - color contains mainly: blue. Hex color #211169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211169 is #DEEE96. Grayscale: #1F1F1F. Windows color (decimal): -14610071 or 6885665. OLE color: 6885665.
HSL color Cylindrical-coordinate representation of color #211169: hue angle of 250.91º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211169 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 17 | 105 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.59 |
| HSL | 250.91º | 0.72% | 0.24% | - |
| HSV(B) | 250.91º | 0.84% | 0.41% | - |
| XYZ | 3.38 | 1.74 | 13.52 | - |
| YUV | 31.82 | 169.3 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 105 | 0.69 | 0.84 | 0 | 0.59 | 250.91 | 0.72 | 0.24 |
| Hex | 21 | 11 | 69 | 45 | 54 | 0 | 3B | FB | 48 | 18 |
| Octal | 41 | 21 | 151 | 105 | 124 | 0 | 73 | 373 | 110 | 30 |
| Binary | 100001 | 10001 | 1101001 | 1000101 | 1010100 | 0 | 111011 | 11111011 | 1001000 | 11000 |
Color Harmonies of #211169
Complementary color
Monochromatic Colors of #211169
Black with #211169
Text Example
Text Example
White with #211169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211169; }
p { color: rgb(33,17,105); }
H1.HeaderClassName
{
color: #211169;
}
.AnyTagClassName
{
color: #211169;
}
</style>
background-color css
<style>
a { background-color: #211169; }
a { background-color: rgb(33,17,105); }
div.DivClassName
{
background-color: #211169;
}
.BgClassName
{
background-color: #211169;
}
</style>
border-color css
<style>
span { border-color: #211169; }
span { border-color: rgb(33,17,105); }
td.TdClassName
{
border-color: #211169;
}
.TagClassName
{
border-color: #211169;
}
</style>