Shades of Midnight Blue #211965
Tints of Midnight Blue #211965
RGB
CMYK
RGB Variations
Color information
#211965 (or 0x211965) is known color: Midnight Blue. HEX triplet: 21, 19 and 65. RGB value is (33,25,101). Sum of RGB (Red+Green+Blue) = 33+25+101=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 101 (39.84% from 255 or 63.52% from 159); Max value from RGB is 101 - color contains mainly: blue. Hex color #211965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211965 is #DEE69A. Grayscale: #232323. Windows color (decimal): -14608027 or 6625569. OLE color: 6625569.
HSL color Cylindrical-coordinate representation of color #211965: hue angle of 246.32º degrees, saturation: 0.6, 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 #211965 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 25 | 101 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.60 |
| HSL | 246.32º | 0.6% | 0.25% | - |
| HSV(B) | 246.32º | 0.75% | 0.4% | - |
| XYZ | 3.32 | 1.96 | 12.51 | - |
| YUV | 36.06 | 164.65 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 101 | 0.67 | 0.75 | 0 | 0.60 | 246.32 | 0.6 | 0.25 |
| Hex | 21 | 19 | 65 | 43 | 4B | 0 | 3C | F6 | 3C | 19 |
| Octal | 41 | 31 | 145 | 103 | 113 | 0 | 74 | 366 | 74 | 31 |
| Binary | 100001 | 11001 | 1100101 | 1000011 | 1001011 | 0 | 111100 | 11110110 | 111100 | 11001 |
Color Harmonies of #211965
Complementary color
Monochromatic Colors of #211965
Black with #211965
Text Example
Text Example
White with #211965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211965; }
p { color: rgb(33,25,101); }
H1.HeaderClassName
{
color: #211965;
}
.AnyTagClassName
{
color: #211965;
}
</style>
background-color css
<style>
a { background-color: #211965; }
a { background-color: rgb(33,25,101); }
div.DivClassName
{
background-color: #211965;
}
.BgClassName
{
background-color: #211965;
}
</style>
border-color css
<style>
span { border-color: #211965; }
span { border-color: rgb(33,25,101); }
td.TdClassName
{
border-color: #211965;
}
.TagClassName
{
border-color: #211965;
}
</style>