Shades of Midnight Blue #211966
Tints of Midnight Blue #211966
RGB
CMYK
RGB Variations
Color information
#211966 (or 0x211966) is known color: Midnight Blue. HEX triplet: 21, 19 and 66. RGB value is (33,25,102). Sum of RGB (Red+Green+Blue) = 33+25+102=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 102 (40.23% from 255 or 63.75% from 160); Max value from RGB is 102 - color contains mainly: blue. Hex color #211966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211966 is #DEE699. Grayscale: #232323. Windows color (decimal): -14608026 or 6691105. OLE color: 6691105.
HSL color Cylindrical-coordinate representation of color #211966: hue angle of 246.23º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #211966 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 25 | 102 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.6 |
| HSL | 246.23º | 0.61% | 0.25% | - |
| HSV(B) | 246.23º | 0.75% | 0.4% | - |
| XYZ | 3.37 | 1.98 | 12.77 | - |
| YUV | 36.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 102 | 0.68 | 0.75 | 0 | 0.6 | 246.23 | 0.61 | 0.25 |
| Hex | 21 | 19 | 66 | 44 | 4B | 0 | 3C | F6 | 3D | 19 |
| Octal | 41 | 31 | 146 | 104 | 113 | 0 | 74 | 366 | 75 | 31 |
| Binary | 100001 | 11001 | 1100110 | 1000100 | 1001011 | 0 | 111100 | 11110110 | 111101 | 11001 |
Color Harmonies of #211966
Complementary color
Monochromatic Colors of #211966
Black with #211966
Text Example
Text Example
White with #211966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211966; }
p { color: rgb(33,25,102); }
H1.HeaderClassName
{
color: #211966;
}
.AnyTagClassName
{
color: #211966;
}
</style>
background-color css
<style>
a { background-color: #211966; }
a { background-color: rgb(33,25,102); }
div.DivClassName
{
background-color: #211966;
}
.BgClassName
{
background-color: #211966;
}
</style>
border-color css
<style>
span { border-color: #211966; }
span { border-color: rgb(33,25,102); }
td.TdClassName
{
border-color: #211966;
}
.TagClassName
{
border-color: #211966;
}
</style>