Shades of Egyptian Blue #201DAA
Tints of Egyptian Blue #201DAA
RGB
CMYK
RGB Variations
Color information
#201DAA (or 0x201DAA) is known color: Egyptian Blue. HEX triplet: 20, 1D and AA. RGB value is (32,29,170). Sum of RGB (Red+Green+Blue) = 32+29+170=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #201DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201DAA is #DFE255. Grayscale: #2D2D2D. Windows color (decimal): -14672470 or 11148576. OLE color: 11148576.
HSL color Cylindrical-coordinate representation of color #201DAA: hue angle of 241.28º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201DAA is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 29 | 170 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.33 |
| HSL | 241.28º | 0.71% | 0.39% | - |
| HSV(B) | 241.28º | 0.83% | 0.67% | - |
| XYZ | 8.29 | 4.09 | 38.38 | - |
| YUV | 45.97 | 197.99 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 170 | 0.81 | 0.83 | 0 | 0.33 | 241.28 | 0.71 | 0.39 |
| Hex | 20 | 1D | AA | 51 | 53 | 0 | 21 | F1 | 47 | 27 |
| Octal | 40 | 35 | 252 | 121 | 123 | 0 | 41 | 361 | 107 | 47 |
| Binary | 100000 | 11101 | 10101010 | 1010001 | 1010011 | 0 | 100001 | 11110001 | 1000111 | 100111 |
Color Harmonies of #201DAA
Complementary color
Monochromatic Colors of #201DAA
Black with #201DAA
Text Example
Text Example
White with #201DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DAA; }
p { color: rgb(32,29,170); }
H1.HeaderClassName
{
color: #201DAA;
}
.AnyTagClassName
{
color: #201DAA;
}
</style>
background-color css
<style>
a { background-color: #201DAA; }
a { background-color: rgb(32,29,170); }
div.DivClassName
{
background-color: #201DAA;
}
.BgClassName
{
background-color: #201DAA;
}
</style>
border-color css
<style>
span { border-color: #201DAA; }
span { border-color: rgb(32,29,170); }
td.TdClassName
{
border-color: #201DAA;
}
.TagClassName
{
border-color: #201DAA;
}
</style>