Shades of Midnight Blue #211868
Tints of Midnight Blue #211868
RGB
CMYK
RGB Variations
Color information
#211868 (or 0x211868) is known color: Midnight Blue. HEX triplet: 21, 18 and 68. RGB value is (33,24,104). Sum of RGB (Red+Green+Blue) = 33+24+104=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #211868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211868 is #DEE797. Grayscale: #232323. Windows color (decimal): -14608280 or 6821921. OLE color: 6821921.
HSL color Cylindrical-coordinate representation of color #211868: hue angle of 246.75º degrees, saturation: 0.62, 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 #211868 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 24 | 104 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.59 |
| HSL | 246.75º | 0.63% | 0.25% | - |
| HSV(B) | 246.75º | 0.77% | 0.41% | - |
| XYZ | 3.45 | 1.98 | 13.3 | - |
| YUV | 35.81 | 166.48 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 104 | 0.68 | 0.77 | 0 | 0.59 | 246.75 | 0.63 | 0.25 |
| Hex | 21 | 18 | 68 | 44 | 4D | 0 | 3B | F7 | 3E | 19 |
| Octal | 41 | 30 | 150 | 104 | 115 | 0 | 73 | 367 | 76 | 31 |
| Binary | 100001 | 11000 | 1101000 | 1000100 | 1001101 | 0 | 111011 | 11110111 | 111110 | 11001 |
Color Harmonies of #211868
Complementary color
Monochromatic Colors of #211868
Black with #211868
Text Example
Text Example
White with #211868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211868; }
p { color: rgb(33,24,104); }
H1.HeaderClassName
{
color: #211868;
}
.AnyTagClassName
{
color: #211868;
}
</style>
background-color css
<style>
a { background-color: #211868; }
a { background-color: rgb(33,24,104); }
div.DivClassName
{
background-color: #211868;
}
.BgClassName
{
background-color: #211868;
}
</style>
border-color css
<style>
span { border-color: #211868; }
span { border-color: rgb(33,24,104); }
td.TdClassName
{
border-color: #211868;
}
.TagClassName
{
border-color: #211868;
}
</style>