Shades of Midnight Blue #211967
Tints of Midnight Blue #211967
RGB
CMYK
RGB Variations
Color information
#211967 (or 0x211967) is known color: Midnight Blue. HEX triplet: 21, 19 and 67. RGB value is (33,25,103). Sum of RGB (Red+Green+Blue) = 33+25+103=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 103 (40.62% from 255 or 63.98% from 161); Max value from RGB is 103 - color contains mainly: blue. Hex color #211967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211967 is #DEE698. Grayscale: #232323. Windows color (decimal): -14608025 or 6756641. OLE color: 6756641.
HSL color Cylindrical-coordinate representation of color #211967: hue angle of 246.15º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211967 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 25 | 103 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.60 |
| HSL | 246.15º | 0.61% | 0.25% | - |
| HSV(B) | 246.15º | 0.76% | 0.4% | - |
| XYZ | 3.42 | 2 | 13.04 | - |
| YUV | 36.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 103 | 0.68 | 0.76 | 0 | 0.60 | 246.15 | 0.61 | 0.25 |
| Hex | 21 | 19 | 67 | 44 | 4C | 0 | 3C | F6 | 3D | 19 |
| Octal | 41 | 31 | 147 | 104 | 114 | 0 | 74 | 366 | 75 | 31 |
| Binary | 100001 | 11001 | 1100111 | 1000100 | 1001100 | 0 | 111100 | 11110110 | 111101 | 11001 |
Color Harmonies of #211967
Complementary color
Monochromatic Colors of #211967
Black with #211967
Text Example
Text Example
White with #211967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211967; }
p { color: rgb(33,25,103); }
H1.HeaderClassName
{
color: #211967;
}
.AnyTagClassName
{
color: #211967;
}
</style>
background-color css
<style>
a { background-color: #211967; }
a { background-color: rgb(33,25,103); }
div.DivClassName
{
background-color: #211967;
}
.BgClassName
{
background-color: #211967;
}
</style>
border-color css
<style>
span { border-color: #211967; }
span { border-color: rgb(33,25,103); }
td.TdClassName
{
border-color: #211967;
}
.TagClassName
{
border-color: #211967;
}
</style>