Shades of Midnight Blue #211A60
Tints of Midnight Blue #211A60
RGB
CMYK
RGB Variations
Color information
#211A60 (or 0x211A60) is known color: Midnight Blue. HEX triplet: 21, 1A and 60. RGB value is (33,26,96). Sum of RGB (Red+Green+Blue) = 33+26+96=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #211A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A60 is #DEE59F. Grayscale: #232323. Windows color (decimal): -14607776 or 6298145. OLE color: 6298145.
HSL color Cylindrical-coordinate representation of color #211A60: hue angle of 246º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211A60 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 26 | 96 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.62 |
| HSL | 246º | 0.57% | 0.24% | - |
| HSV(B) | 246º | 0.73% | 0.38% | - |
| XYZ | 3.11 | 1.91 | 11.27 | - |
| YUV | 36.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 96 | 0.66 | 0.73 | 0 | 0.62 | 246 | 0.57 | 0.24 |
| Hex | 21 | 1A | 60 | 42 | 49 | 0 | 3E | F6 | 39 | 18 |
| Octal | 41 | 32 | 140 | 102 | 111 | 0 | 76 | 366 | 71 | 30 |
| Binary | 100001 | 11010 | 1100000 | 1000010 | 1001001 | 0 | 111110 | 11110110 | 111001 | 11000 |
Color Harmonies of #211A60
Complementary color
Monochromatic Colors of #211A60
Black with #211A60
Text Example
Text Example
White with #211A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A60; }
p { color: rgb(33,26,96); }
H1.HeaderClassName
{
color: #211A60;
}
.AnyTagClassName
{
color: #211A60;
}
</style>
background-color css
<style>
a { background-color: #211A60; }
a { background-color: rgb(33,26,96); }
div.DivClassName
{
background-color: #211A60;
}
.BgClassName
{
background-color: #211A60;
}
</style>
border-color css
<style>
span { border-color: #211A60; }
span { border-color: rgb(33,26,96); }
td.TdClassName
{
border-color: #211A60;
}
.TagClassName
{
border-color: #211A60;
}
</style>