Shades of Egyptian Blue #2125AA
Tints of Egyptian Blue #2125AA
RGB
CMYK
RGB Variations
Color information
#2125AA (or 0x2125AA) is known color: Egyptian Blue. HEX triplet: 21, 25 and AA. RGB value is (33,37,170). Sum of RGB (Red+Green+Blue) = 33+37+170=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #2125AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2125AA is #DEDA55. Grayscale: #323232. Windows color (decimal): -14604886 or 11150625. OLE color: 11150625.
HSL color Cylindrical-coordinate representation of color #2125AA: hue angle of 238.25º 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 #2125AA is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 37 | 170 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.33 |
| HSL | 238.25º | 0.67% | 0.4% | - |
| HSV(B) | 238.25º | 0.81% | 0.67% | - |
| XYZ | 8.54 | 4.55 | 38.46 | - |
| YUV | 50.97 | 195.17 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 170 | 0.81 | 0.78 | 0 | 0.33 | 238.25 | 0.67 | 0.4 |
| Hex | 21 | 25 | AA | 51 | 4E | 0 | 21 | EE | 43 | 28 |
| Octal | 41 | 45 | 252 | 121 | 116 | 0 | 41 | 356 | 103 | 50 |
| Binary | 100001 | 100101 | 10101010 | 1010001 | 1001110 | 0 | 100001 | 11101110 | 1000011 | 101000 |
Color Harmonies of #2125AA
Complementary color
Monochromatic Colors of #2125AA
Black with #2125AA
Text Example
Text Example
White with #2125AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2125AA; }
p { color: rgb(33,37,170); }
H1.HeaderClassName
{
color: #2125AA;
}
.AnyTagClassName
{
color: #2125AA;
}
</style>
background-color css
<style>
a { background-color: #2125AA; }
a { background-color: rgb(33,37,170); }
div.DivClassName
{
background-color: #2125AA;
}
.BgClassName
{
background-color: #2125AA;
}
</style>
border-color css
<style>
span { border-color: #2125AA; }
span { border-color: rgb(33,37,170); }
td.TdClassName
{
border-color: #2125AA;
}
.TagClassName
{
border-color: #2125AA;
}
</style>