Shades of Egyptian Blue #201EAB
Tints of Egyptian Blue #201EAB
RGB
CMYK
RGB Variations
Color information
#201EAB (or 0x201EAB) is known color: Egyptian Blue. HEX triplet: 20, 1E and AB. RGB value is (32,30,171). Sum of RGB (Red+Green+Blue) = 32+30+171=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #201EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201EAB is #DFE154. Grayscale: #2E2E2E. Windows color (decimal): -14672213 or 11214368. OLE color: 11214368.
HSL color Cylindrical-coordinate representation of color #201EAB: hue angle of 240.85º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201EAB is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 30 | 171 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.33 |
| HSL | 240.85º | 0.7% | 0.39% | - |
| HSV(B) | 240.85º | 0.82% | 0.67% | - |
| XYZ | 8.41 | 4.18 | 38.89 | - |
| YUV | 46.67 | 198.16 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 171 | 0.81 | 0.82 | 0 | 0.33 | 240.85 | 0.7 | 0.39 |
| Hex | 20 | 1E | AB | 51 | 52 | 0 | 21 | F1 | 46 | 27 |
| Octal | 40 | 36 | 253 | 121 | 122 | 0 | 41 | 361 | 106 | 47 |
| Binary | 100000 | 11110 | 10101011 | 1010001 | 1010010 | 0 | 100001 | 11110001 | 1000110 | 100111 |
Color Harmonies of #201EAB
Complementary color
Monochromatic Colors of #201EAB
Black with #201EAB
Text Example
Text Example
White with #201EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EAB; }
p { color: rgb(32,30,171); }
H1.HeaderClassName
{
color: #201EAB;
}
.AnyTagClassName
{
color: #201EAB;
}
</style>
background-color css
<style>
a { background-color: #201EAB; }
a { background-color: rgb(32,30,171); }
div.DivClassName
{
background-color: #201EAB;
}
.BgClassName
{
background-color: #201EAB;
}
</style>
border-color css
<style>
span { border-color: #201EAB; }
span { border-color: rgb(32,30,171); }
td.TdClassName
{
border-color: #201EAB;
}
.TagClassName
{
border-color: #201EAB;
}
</style>