Shades of Midnight Blue #211279
Tints of Midnight Blue #211279
RGB
CMYK
RGB Variations
Color information
#211279 (or 0x211279) is known color: Midnight Blue. HEX triplet: 21, 12 and 79. RGB value is (33,18,121). Sum of RGB (Red+Green+Blue) = 33+18+121=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 121 (47.66% from 255 or 70.35% from 172); Max value from RGB is 121 - color contains mainly: blue. Hex color #211279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211279 is #DEED86. Grayscale: #212121. Windows color (decimal): -14609799 or 7934497. OLE color: 7934497.
HSL color Cylindrical-coordinate representation of color #211279: hue angle of 248.74º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211279 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 18 | 121 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.53 |
| HSL | 248.74º | 0.74% | 0.27% | - |
| HSV(B) | 248.74º | 0.85% | 0.47% | - |
| XYZ | 4.29 | 2.14 | 18.28 | - |
| YUV | 34.23 | 176.97 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 121 | 0.73 | 0.85 | 0 | 0.53 | 248.74 | 0.74 | 0.27 |
| Hex | 21 | 12 | 79 | 49 | 55 | 0 | 35 | F9 | 4A | 1B |
| Octal | 41 | 22 | 171 | 111 | 125 | 0 | 65 | 371 | 112 | 33 |
| Binary | 100001 | 10010 | 1111001 | 1001001 | 1010101 | 0 | 110101 | 11111001 | 1001010 | 11011 |
Color Harmonies of #211279
Complementary color
Monochromatic Colors of #211279
Black with #211279
Text Example
Text Example
White with #211279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211279; }
p { color: rgb(33,18,121); }
H1.HeaderClassName
{
color: #211279;
}
.AnyTagClassName
{
color: #211279;
}
</style>
background-color css
<style>
a { background-color: #211279; }
a { background-color: rgb(33,18,121); }
div.DivClassName
{
background-color: #211279;
}
.BgClassName
{
background-color: #211279;
}
</style>
border-color css
<style>
span { border-color: #211279; }
span { border-color: rgb(33,18,121); }
td.TdClassName
{
border-color: #211279;
}
.TagClassName
{
border-color: #211279;
}
</style>