Shades of Egyptian Blue #2129AA
Tints of Egyptian Blue #2129AA
RGB
CMYK
RGB Variations
Color information
#2129AA (or 0x2129AA) is known color: Egyptian Blue. HEX triplet: 21, 29 and AA. RGB value is (33,41,170). Sum of RGB (Red+Green+Blue) = 33+41+170=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #2129AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2129AA is #DED655. Grayscale: #343434. Windows color (decimal): -14603862 or 11151649. OLE color: 11151649.
HSL color Cylindrical-coordinate representation of color #2129AA: hue angle of 236.5º degrees, saturation: 0.67, 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 #2129AA is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 41 | 170 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.33 |
| HSL | 236.5º | 0.67% | 0.4% | - |
| HSV(B) | 236.5º | 0.81% | 0.67% | - |
| XYZ | 8.68 | 4.81 | 38.5 | - |
| YUV | 53.31 | 193.85 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 170 | 0.81 | 0.76 | 0 | 0.33 | 236.5 | 0.67 | 0.4 |
| Hex | 21 | 29 | AA | 51 | 4C | 0 | 21 | EC | 43 | 28 |
| Octal | 41 | 51 | 252 | 121 | 114 | 0 | 41 | 354 | 103 | 50 |
| Binary | 100001 | 101001 | 10101010 | 1010001 | 1001100 | 0 | 100001 | 11101100 | 1000011 | 101000 |
Color Harmonies of #2129AA
Complementary color
Monochromatic Colors of #2129AA
Black with #2129AA
Text Example
Text Example
White with #2129AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2129AA; }
p { color: rgb(33,41,170); }
H1.HeaderClassName
{
color: #2129AA;
}
.AnyTagClassName
{
color: #2129AA;
}
</style>
background-color css
<style>
a { background-color: #2129AA; }
a { background-color: rgb(33,41,170); }
div.DivClassName
{
background-color: #2129AA;
}
.BgClassName
{
background-color: #2129AA;
}
</style>
border-color css
<style>
span { border-color: #2129AA; }
span { border-color: rgb(33,41,170); }
td.TdClassName
{
border-color: #2129AA;
}
.TagClassName
{
border-color: #2129AA;
}
</style>