Shades of Midnight Blue #211869
Tints of Midnight Blue #211869
RGB
CMYK
RGB Variations
Color information
#211869 (or 0x211869) is known color: Midnight Blue. HEX triplet: 21, 18 and 69. RGB value is (33,24,105). Sum of RGB (Red+Green+Blue) = 33+24+105=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #211869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211869 is #DEE796. Grayscale: #232323. Windows color (decimal): -14608279 or 6887457. OLE color: 6887457.
HSL color Cylindrical-coordinate representation of color #211869: hue angle of 246.67º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #211869 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 24 | 105 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.59 |
| HSL | 246.67º | 0.63% | 0.25% | - |
| HSV(B) | 246.67º | 0.77% | 0.41% | - |
| XYZ | 3.5 | 2 | 13.57 | - |
| YUV | 35.93 | 166.98 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 105 | 0.69 | 0.77 | 0 | 0.59 | 246.67 | 0.63 | 0.25 |
| Hex | 21 | 18 | 69 | 45 | 4D | 0 | 3B | F7 | 3F | 19 |
| Octal | 41 | 30 | 151 | 105 | 115 | 0 | 73 | 367 | 77 | 31 |
| Binary | 100001 | 11000 | 1101001 | 1000101 | 1001101 | 0 | 111011 | 11110111 | 111111 | 11001 |
Color Harmonies of #211869
Complementary color
Monochromatic Colors of #211869
Black with #211869
Text Example
Text Example
White with #211869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211869; }
p { color: rgb(33,24,105); }
H1.HeaderClassName
{
color: #211869;
}
.AnyTagClassName
{
color: #211869;
}
</style>
background-color css
<style>
a { background-color: #211869; }
a { background-color: rgb(33,24,105); }
div.DivClassName
{
background-color: #211869;
}
.BgClassName
{
background-color: #211869;
}
</style>
border-color css
<style>
span { border-color: #211869; }
span { border-color: rgb(33,24,105); }
td.TdClassName
{
border-color: #211869;
}
.TagClassName
{
border-color: #211869;
}
</style>