Shades of Egyptian Blue #211DAB
Tints of Egyptian Blue #211DAB
RGB
CMYK
RGB Variations
Color information
#211DAB (or 0x211DAB) is known color: Egyptian Blue. HEX triplet: 21, 1D and AB. RGB value is (33,29,171). Sum of RGB (Red+Green+Blue) = 33+29+171=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #211DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211DAB is #DEE254. Grayscale: #2D2D2D. Windows color (decimal): -14606933 or 11214113. OLE color: 11214113.
HSL color Cylindrical-coordinate representation of color #211DAB: hue angle of 241.69º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211DAB is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 29 | 171 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.33 |
| HSL | 241.69º | 0.71% | 0.39% | - |
| HSV(B) | 241.69º | 0.83% | 0.67% | - |
| XYZ | 8.42 | 4.14 | 38.88 | - |
| YUV | 46.38 | 198.33 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 171 | 0.81 | 0.83 | 0 | 0.33 | 241.69 | 0.71 | 0.39 |
| Hex | 21 | 1D | AB | 51 | 53 | 0 | 21 | F2 | 47 | 27 |
| Octal | 41 | 35 | 253 | 121 | 123 | 0 | 41 | 362 | 107 | 47 |
| Binary | 100001 | 11101 | 10101011 | 1010001 | 1010011 | 0 | 100001 | 11110010 | 1000111 | 100111 |
Color Harmonies of #211DAB
Complementary color
Monochromatic Colors of #211DAB
Black with #211DAB
Text Example
Text Example
White with #211DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211DAB; }
p { color: rgb(33,29,171); }
H1.HeaderClassName
{
color: #211DAB;
}
.AnyTagClassName
{
color: #211DAB;
}
</style>
background-color css
<style>
a { background-color: #211DAB; }
a { background-color: rgb(33,29,171); }
div.DivClassName
{
background-color: #211DAB;
}
.BgClassName
{
background-color: #211DAB;
}
</style>
border-color css
<style>
span { border-color: #211DAB; }
span { border-color: rgb(33,29,171); }
td.TdClassName
{
border-color: #211DAB;
}
.TagClassName
{
border-color: #211DAB;
}
</style>