Shades of Midnight Blue #211C71
Tints of Midnight Blue #211C71
RGB
CMYK
RGB Variations
Color information
#211C71 (or 0x211C71) is known color: Midnight Blue. HEX triplet: 21, 1C and 71. RGB value is (33,28,113). Sum of RGB (Red+Green+Blue) = 33+28+113=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #211C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C71 is #DEE38E. Grayscale: #262626. Windows color (decimal): -14607247 or 7412769. OLE color: 7412769.
HSL color Cylindrical-coordinate representation of color #211C71: hue angle of 243.53º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #211C71 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 28 | 113 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.56 |
| HSL | 243.53º | 0.6% | 0.28% | - |
| HSV(B) | 243.53º | 0.75% | 0.44% | - |
| XYZ | 4.02 | 2.35 | 15.86 | - |
| YUV | 39.19 | 169.66 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 113 | 0.71 | 0.75 | 0 | 0.56 | 243.53 | 0.6 | 0.28 |
| Hex | 21 | 1C | 71 | 47 | 4B | 0 | 38 | F4 | 3C | 1C |
| Octal | 41 | 34 | 161 | 107 | 113 | 0 | 70 | 364 | 74 | 34 |
| Binary | 100001 | 11100 | 1110001 | 1000111 | 1001011 | 0 | 111000 | 11110100 | 111100 | 11100 |
Color Harmonies of #211C71
Complementary color
Monochromatic Colors of #211C71
Black with #211C71
Text Example
Text Example
White with #211C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C71; }
p { color: rgb(33,28,113); }
H1.HeaderClassName
{
color: #211C71;
}
.AnyTagClassName
{
color: #211C71;
}
</style>
background-color css
<style>
a { background-color: #211C71; }
a { background-color: rgb(33,28,113); }
div.DivClassName
{
background-color: #211C71;
}
.BgClassName
{
background-color: #211C71;
}
</style>
border-color css
<style>
span { border-color: #211C71; }
span { border-color: rgb(33,28,113); }
td.TdClassName
{
border-color: #211C71;
}
.TagClassName
{
border-color: #211C71;
}
</style>