Shades of Midnight Blue #211763
Tints of Midnight Blue #211763
RGB
CMYK
RGB Variations
Color information
#211763 (or 0x211763) is known color: Midnight Blue. HEX triplet: 21, 17 and 63. RGB value is (33,23,99). Sum of RGB (Red+Green+Blue) = 33+23+99=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #211763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211763 is #DEE89C. Grayscale: #222222. Windows color (decimal): -14608541 or 6493985. OLE color: 6493985.
HSL color Cylindrical-coordinate representation of color #211763: hue angle of 247.89º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #211763 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 23 | 99 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.61 |
| HSL | 247.89º | 0.62% | 0.24% | - |
| HSV(B) | 247.89º | 0.77% | 0.39% | - |
| XYZ | 3.19 | 1.84 | 11.99 | - |
| YUV | 34.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 99 | 0.67 | 0.77 | 0 | 0.61 | 247.89 | 0.62 | 0.24 |
| Hex | 21 | 17 | 63 | 43 | 4D | 0 | 3D | F8 | 3E | 18 |
| Octal | 41 | 27 | 143 | 103 | 115 | 0 | 75 | 370 | 76 | 30 |
| Binary | 100001 | 10111 | 1100011 | 1000011 | 1001101 | 0 | 111101 | 11111000 | 111110 | 11000 |
Color Harmonies of #211763
Complementary color
Monochromatic Colors of #211763
Black with #211763
Text Example
Text Example
White with #211763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211763; }
p { color: rgb(33,23,99); }
H1.HeaderClassName
{
color: #211763;
}
.AnyTagClassName
{
color: #211763;
}
</style>
background-color css
<style>
a { background-color: #211763; }
a { background-color: rgb(33,23,99); }
div.DivClassName
{
background-color: #211763;
}
.BgClassName
{
background-color: #211763;
}
</style>
border-color css
<style>
span { border-color: #211763; }
span { border-color: rgb(33,23,99); }
td.TdClassName
{
border-color: #211763;
}
.TagClassName
{
border-color: #211763;
}
</style>