Shades of Egyptian Blue #2121AB
Tints of Egyptian Blue #2121AB
RGB
CMYK
RGB Variations
Color information
#2121AB (or 0x2121AB) is known color: Egyptian Blue. HEX triplet: 21, 21 and AB. RGB value is (33,33,171). Sum of RGB (Red+Green+Blue) = 33+33+171=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #2121AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2121AB is #DEDE54. Grayscale: #303030. Windows color (decimal): -14605909 or 11215137. OLE color: 11215137.
HSL color Cylindrical-coordinate representation of color #2121AB: hue angle of 240º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2121AB is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 33 | 171 | - |
| CMYK | 0.81 | 0.81 | 0 | 0.33 |
| HSL | 240º | 0.68% | 0.4% | - |
| HSV(B) | 240º | 0.81% | 0.67% | - |
| XYZ | 8.52 | 4.35 | 38.92 | - |
| YUV | 48.73 | 197 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 33 | 171 | 0.81 | 0.81 | 0 | 0.33 | 240 | 0.68 | 0.4 |
| Hex | 21 | 21 | AB | 51 | 51 | 0 | 21 | F0 | 44 | 28 |
| Octal | 41 | 41 | 253 | 121 | 121 | 0 | 41 | 360 | 104 | 50 |
| Binary | 100001 | 100001 | 10101011 | 1010001 | 1010001 | 0 | 100001 | 11110000 | 1000100 | 101000 |
Color Harmonies of #2121AB
Complementary color
Monochromatic Colors of #2121AB
Black with #2121AB
Text Example
Text Example
White with #2121AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2121AB; }
p { color: rgb(33,33,171); }
H1.HeaderClassName
{
color: #2121AB;
}
.AnyTagClassName
{
color: #2121AB;
}
</style>
background-color css
<style>
a { background-color: #2121AB; }
a { background-color: rgb(33,33,171); }
div.DivClassName
{
background-color: #2121AB;
}
.BgClassName
{
background-color: #2121AB;
}
</style>
border-color css
<style>
span { border-color: #2121AB; }
span { border-color: rgb(33,33,171); }
td.TdClassName
{
border-color: #2121AB;
}
.TagClassName
{
border-color: #2121AB;
}
</style>