Shades of Midnight Blue #211466
Tints of Midnight Blue #211466
RGB
CMYK
RGB Variations
Color information
#211466 (or 0x211466) is known color: Midnight Blue. HEX triplet: 21, 14 and 66. RGB value is (33,20,102). Sum of RGB (Red+Green+Blue) = 33+20+102=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #211466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211466 is #DEEB99. Grayscale: #202020. Windows color (decimal): -14609306 or 6689825. OLE color: 6689825.
HSL color Cylindrical-coordinate representation of color #211466: hue angle of 249.51º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211466 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 20 | 102 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.6 |
| HSL | 249.51º | 0.67% | 0.24% | - |
| HSV(B) | 249.51º | 0.8% | 0.4% | - |
| XYZ | 3.28 | 1.78 | 12.74 | - |
| YUV | 33.24 | 166.81 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 102 | 0.68 | 0.80 | 0 | 0.6 | 249.51 | 0.67 | 0.24 |
| Hex | 21 | 14 | 66 | 44 | 50 | 0 | 3C | FA | 43 | 18 |
| Octal | 41 | 24 | 146 | 104 | 120 | 0 | 74 | 372 | 103 | 30 |
| Binary | 100001 | 10100 | 1100110 | 1000100 | 1010000 | 0 | 111100 | 11111010 | 1000011 | 11000 |
Color Harmonies of #211466
Complementary color
Monochromatic Colors of #211466
Black with #211466
Text Example
Text Example
White with #211466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211466; }
p { color: rgb(33,20,102); }
H1.HeaderClassName
{
color: #211466;
}
.AnyTagClassName
{
color: #211466;
}
</style>
background-color css
<style>
a { background-color: #211466; }
a { background-color: rgb(33,20,102); }
div.DivClassName
{
background-color: #211466;
}
.BgClassName
{
background-color: #211466;
}
</style>
border-color css
<style>
span { border-color: #211466; }
span { border-color: rgb(33,20,102); }
td.TdClassName
{
border-color: #211466;
}
.TagClassName
{
border-color: #211466;
}
</style>