Shades of Midnight Blue #211076
Tints of Midnight Blue #211076
RGB
CMYK
RGB Variations
Color information
#211076 (or 0x211076) is known color: Midnight Blue. HEX triplet: 21, 10 and 76. RGB value is (33,16,118). Sum of RGB (Red+Green+Blue) = 33+16+118=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #211076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211076 is #DEEF89. Grayscale: #202020. Windows color (decimal): -14610314 or 7737377. OLE color: 7737377.
HSL color Cylindrical-coordinate representation of color #211076: hue angle of 250º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211076 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 16 | 118 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.54 |
| HSL | 250º | 0.76% | 0.26% | - |
| HSV(B) | 250º | 0.86% | 0.46% | - |
| XYZ | 4.08 | 2 | 17.31 | - |
| YUV | 32.71 | 176.13 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 118 | 0.72 | 0.86 | 0 | 0.54 | 250 | 0.76 | 0.26 |
| Hex | 21 | 10 | 76 | 48 | 56 | 0 | 36 | FA | 4C | 1A |
| Octal | 41 | 20 | 166 | 110 | 126 | 0 | 66 | 372 | 114 | 32 |
| Binary | 100001 | 10000 | 1110110 | 1001000 | 1010110 | 0 | 110110 | 11111010 | 1001100 | 11010 |
Color Harmonies of #211076
Complementary color
Monochromatic Colors of #211076
Black with #211076
Text Example
Text Example
White with #211076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211076; }
p { color: rgb(33,16,118); }
H1.HeaderClassName
{
color: #211076;
}
.AnyTagClassName
{
color: #211076;
}
</style>
background-color css
<style>
a { background-color: #211076; }
a { background-color: rgb(33,16,118); }
div.DivClassName
{
background-color: #211076;
}
.BgClassName
{
background-color: #211076;
}
</style>
border-color css
<style>
span { border-color: #211076; }
span { border-color: rgb(33,16,118); }
td.TdClassName
{
border-color: #211076;
}
.TagClassName
{
border-color: #211076;
}
</style>