Shades of Egyptian Blue #211EAB
Tints of Egyptian Blue #211EAB
RGB
CMYK
RGB Variations
Color information
#211EAB (or 0x211EAB) is known color: Egyptian Blue. HEX triplet: 21, 1E and AB. RGB value is (33,30,171). Sum of RGB (Red+Green+Blue) = 33+30+171=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 171 (67.19% from 255 or 73.08% from 234); Max value from RGB is 171 - color contains mainly: blue. Hex color #211EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211EAB is #DEE154. Grayscale: #2E2E2E. Windows color (decimal): -14606677 or 11214369. OLE color: 11214369.
HSL color Cylindrical-coordinate representation of color #211EAB: hue angle of 241.28º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211EAB is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 30 | 171 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.33 |
| HSL | 241.28º | 0.7% | 0.39% | - |
| HSV(B) | 241.28º | 0.82% | 0.67% | - |
| XYZ | 8.44 | 4.19 | 38.89 | - |
| YUV | 46.97 | 197.99 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 171 | 0.81 | 0.82 | 0 | 0.33 | 241.28 | 0.7 | 0.39 |
| Hex | 21 | 1E | AB | 51 | 52 | 0 | 21 | F1 | 46 | 27 |
| Octal | 41 | 36 | 253 | 121 | 122 | 0 | 41 | 361 | 106 | 47 |
| Binary | 100001 | 11110 | 10101011 | 1010001 | 1010010 | 0 | 100001 | 11110001 | 1000110 | 100111 |
Color Harmonies of #211EAB
Complementary color
Monochromatic Colors of #211EAB
Black with #211EAB
Text Example
Text Example
White with #211EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211EAB; }
p { color: rgb(33,30,171); }
H1.HeaderClassName
{
color: #211EAB;
}
.AnyTagClassName
{
color: #211EAB;
}
</style>
background-color css
<style>
a { background-color: #211EAB; }
a { background-color: rgb(33,30,171); }
div.DivClassName
{
background-color: #211EAB;
}
.BgClassName
{
background-color: #211EAB;
}
</style>
border-color css
<style>
span { border-color: #211EAB; }
span { border-color: rgb(33,30,171); }
td.TdClassName
{
border-color: #211EAB;
}
.TagClassName
{
border-color: #211EAB;
}
</style>