Shades of Egyptian Blue #211FAB
Tints of Egyptian Blue #211FAB
RGB
CMYK
RGB Variations
Color information
#211FAB (or 0x211FAB) is known color: Egyptian Blue. HEX triplet: 21, 1F and AB. RGB value is (33,31,171). Sum of RGB (Red+Green+Blue) = 33+31+171=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #211FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211FAB is #DEE054. Grayscale: #2F2F2F. Windows color (decimal): -14606421 or 11214625. OLE color: 11214625.
HSL color Cylindrical-coordinate representation of color #211FAB: hue angle of 240.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211FAB is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 31 | 171 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.33 |
| HSL | 240.86º | 0.69% | 0.4% | - |
| HSV(B) | 240.86º | 0.82% | 0.67% | - |
| XYZ | 8.47 | 4.24 | 38.9 | - |
| YUV | 47.56 | 197.66 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 171 | 0.81 | 0.82 | 0 | 0.33 | 240.86 | 0.69 | 0.4 |
| Hex | 21 | 1F | AB | 51 | 52 | 0 | 21 | F1 | 45 | 28 |
| Octal | 41 | 37 | 253 | 121 | 122 | 0 | 41 | 361 | 105 | 50 |
| Binary | 100001 | 11111 | 10101011 | 1010001 | 1010010 | 0 | 100001 | 11110001 | 1000101 | 101000 |
Color Harmonies of #211FAB
Complementary color
Monochromatic Colors of #211FAB
Black with #211FAB
Text Example
Text Example
White with #211FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FAB; }
p { color: rgb(33,31,171); }
H1.HeaderClassName
{
color: #211FAB;
}
.AnyTagClassName
{
color: #211FAB;
}
</style>
background-color css
<style>
a { background-color: #211FAB; }
a { background-color: rgb(33,31,171); }
div.DivClassName
{
background-color: #211FAB;
}
.BgClassName
{
background-color: #211FAB;
}
</style>
border-color css
<style>
span { border-color: #211FAB; }
span { border-color: rgb(33,31,171); }
td.TdClassName
{
border-color: #211FAB;
}
.TagClassName
{
border-color: #211FAB;
}
</style>