Shades of Egyptian Blue #201FAA
Tints of Egyptian Blue #201FAA
RGB
CMYK
RGB Variations
Color information
#201FAA (or 0x201FAA) is known color: Egyptian Blue. HEX triplet: 20, 1F and AA. RGB value is (32,31,170). Sum of RGB (Red+Green+Blue) = 32+31+170=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #201FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201FAA is #DFE055. Grayscale: #2E2E2E. Windows color (decimal): -14671958 or 11149088. OLE color: 11149088.
HSL color Cylindrical-coordinate representation of color #201FAA: hue angle of 240.43º degrees, saturation: 0.69, 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 #201FAA is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 31 | 170 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.33 |
| HSL | 240.43º | 0.69% | 0.39% | - |
| HSV(B) | 240.43º | 0.82% | 0.67% | - |
| XYZ | 8.34 | 4.19 | 38.4 | - |
| YUV | 47.15 | 197.33 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 170 | 0.81 | 0.82 | 0 | 0.33 | 240.43 | 0.69 | 0.39 |
| Hex | 20 | 1F | AA | 51 | 52 | 0 | 21 | F0 | 45 | 27 |
| Octal | 40 | 37 | 252 | 121 | 122 | 0 | 41 | 360 | 105 | 47 |
| Binary | 100000 | 11111 | 10101010 | 1010001 | 1010010 | 0 | 100001 | 11110000 | 1000101 | 100111 |
Color Harmonies of #201FAA
Complementary color
Monochromatic Colors of #201FAA
Black with #201FAA
Text Example
Text Example
White with #201FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FAA; }
p { color: rgb(32,31,170); }
H1.HeaderClassName
{
color: #201FAA;
}
.AnyTagClassName
{
color: #201FAA;
}
</style>
background-color css
<style>
a { background-color: #201FAA; }
a { background-color: rgb(32,31,170); }
div.DivClassName
{
background-color: #201FAA;
}
.BgClassName
{
background-color: #201FAA;
}
</style>
border-color css
<style>
span { border-color: #201FAA; }
span { border-color: rgb(32,31,170); }
td.TdClassName
{
border-color: #201FAA;
}
.TagClassName
{
border-color: #201FAA;
}
</style>