Shades of Egyptian Blue #201EAC
Tints of Egyptian Blue #201EAC
RGB
CMYK
RGB Variations
Color information
#201EAC (or 0x201EAC) is known color: Egyptian Blue. HEX triplet: 20, 1E and AC. RGB value is (32,30,172). Sum of RGB (Red+Green+Blue) = 32+30+172=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #201EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201EAC is #DFE153. Grayscale: #2E2E2E. Windows color (decimal): -14672212 or 11279904. OLE color: 11279904.
HSL color Cylindrical-coordinate representation of color #201EAC: hue angle of 240.85º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201EAC is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 30 | 172 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.33 |
| HSL | 240.85º | 0.7% | 0.4% | - |
| HSV(B) | 240.85º | 0.83% | 0.67% | - |
| XYZ | 8.51 | 4.21 | 39.39 | - |
| YUV | 46.79 | 198.66 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 172 | 0.81 | 0.83 | 0 | 0.33 | 240.85 | 0.7 | 0.4 |
| Hex | 20 | 1E | AC | 51 | 53 | 0 | 21 | F1 | 46 | 28 |
| Octal | 40 | 36 | 254 | 121 | 123 | 0 | 41 | 361 | 106 | 50 |
| Binary | 100000 | 11110 | 10101100 | 1010001 | 1010011 | 0 | 100001 | 11110001 | 1000110 | 101000 |
Color Harmonies of #201EAC
Complementary color
Monochromatic Colors of #201EAC
Black with #201EAC
Text Example
Text Example
White with #201EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EAC; }
p { color: rgb(32,30,172); }
H1.HeaderClassName
{
color: #201EAC;
}
.AnyTagClassName
{
color: #201EAC;
}
</style>
background-color css
<style>
a { background-color: #201EAC; }
a { background-color: rgb(32,30,172); }
div.DivClassName
{
background-color: #201EAC;
}
.BgClassName
{
background-color: #201EAC;
}
</style>
border-color css
<style>
span { border-color: #201EAC; }
span { border-color: rgb(32,30,172); }
td.TdClassName
{
border-color: #201EAC;
}
.TagClassName
{
border-color: #201EAC;
}
</style>