Shades of Egyptian Blue #2123AA
Tints of Egyptian Blue #2123AA
RGB
CMYK
RGB Variations
Color information
#2123AA (or 0x2123AA) is known color: Egyptian Blue. HEX triplet: 21, 23 and AA. RGB value is (33,35,170). Sum of RGB (Red+Green+Blue) = 33+35+170=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #2123AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2123AA is #DEDC55. Grayscale: #313131. Windows color (decimal): -14605398 or 11150113. OLE color: 11150113.
HSL color Cylindrical-coordinate representation of color #2123AA: hue angle of 239.12º 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 #2123AA is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 35 | 170 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.33 |
| HSL | 239.12º | 0.67% | 0.4% | - |
| HSV(B) | 239.12º | 0.81% | 0.67% | - |
| XYZ | 8.48 | 4.43 | 38.44 | - |
| YUV | 49.79 | 195.84 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 170 | 0.81 | 0.79 | 0 | 0.33 | 239.12 | 0.67 | 0.4 |
| Hex | 21 | 23 | AA | 51 | 4F | 0 | 21 | EF | 43 | 28 |
| Octal | 41 | 43 | 252 | 121 | 117 | 0 | 41 | 357 | 103 | 50 |
| Binary | 100001 | 100011 | 10101010 | 1010001 | 1001111 | 0 | 100001 | 11101111 | 1000011 | 101000 |
Color Harmonies of #2123AA
Complementary color
Monochromatic Colors of #2123AA
Black with #2123AA
Text Example
Text Example
White with #2123AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2123AA; }
p { color: rgb(33,35,170); }
H1.HeaderClassName
{
color: #2123AA;
}
.AnyTagClassName
{
color: #2123AA;
}
</style>
background-color css
<style>
a { background-color: #2123AA; }
a { background-color: rgb(33,35,170); }
div.DivClassName
{
background-color: #2123AA;
}
.BgClassName
{
background-color: #2123AA;
}
</style>
border-color css
<style>
span { border-color: #2123AA; }
span { border-color: rgb(33,35,170); }
td.TdClassName
{
border-color: #2123AA;
}
.TagClassName
{
border-color: #2123AA;
}
</style>