Shades of Egyptian Blue #201FA9
Tints of Egyptian Blue #201FA9
RGB
CMYK
RGB Variations
Color information
#201FA9 (or 0x201FA9) is known color: Egyptian Blue. HEX triplet: 20, 1F and A9. RGB value is (32,31,169). Sum of RGB (Red+Green+Blue) = 32+31+169=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 169 (66.41% from 255 or 72.84% from 232); Max value from RGB is 169 - color contains mainly: blue. Hex color #201FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201FA9 is #DFE056. Grayscale: #2E2E2E. Windows color (decimal): -14671959 or 11083552. OLE color: 11083552.
HSL color Cylindrical-coordinate representation of color #201FA9: hue angle of 240.43º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201FA9 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 32 | 31 | 169 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.34 |
| HSL | 240.43º | 0.69% | 0.39% | - |
| HSV(B) | 240.43º | 0.82% | 0.66% | - |
| XYZ | 8.25 | 4.15 | 37.9 | - |
| YUV | 47.03 | 196.83 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 169 | 0.81 | 0.82 | 0 | 0.34 | 240.43 | 0.69 | 0.39 |
| Hex | 20 | 1F | A9 | 51 | 52 | 0 | 22 | F0 | 45 | 27 |
| Octal | 40 | 37 | 251 | 121 | 122 | 0 | 42 | 360 | 105 | 47 |
| Binary | 100000 | 11111 | 10101001 | 1010001 | 1010010 | 0 | 100010 | 11110000 | 1000101 | 100111 |
Color Harmonies of #201FA9
Complementary color
Monochromatic Colors of #201FA9
Black with #201FA9
Text Example
Text Example
White with #201FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FA9; }
p { color: rgb(32,31,169); }
H1.HeaderClassName
{
color: #201FA9;
}
.AnyTagClassName
{
color: #201FA9;
}
</style>
background-color css
<style>
a { background-color: #201FA9; }
a { background-color: rgb(32,31,169); }
div.DivClassName
{
background-color: #201FA9;
}
.BgClassName
{
background-color: #201FA9;
}
</style>
border-color css
<style>
span { border-color: #201FA9; }
span { border-color: rgb(32,31,169); }
td.TdClassName
{
border-color: #201FA9;
}
.TagClassName
{
border-color: #201FA9;
}
</style>