Shades of Egyptian Blue #202BA1
Tints of Egyptian Blue #202BA1
RGB
CMYK
RGB Variations
Color information
#202BA1 (or 0x202BA1) is known color: Egyptian Blue. HEX triplet: 20, 2B and A1. RGB value is (32,43,161). Sum of RGB (Red+Green+Blue) = 32+43+161=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 161 (63.28% from 255 or 68.22% from 236); Max value from RGB is 161 - color contains mainly: blue. Hex color #202BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202BA1 is #DFD45E. Grayscale: #343434. Windows color (decimal): -14668895 or 10562336. OLE color: 10562336.
HSL color Cylindrical-coordinate representation of color #202BA1: hue angle of 234.88º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #202BA1 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 43 | 161 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.37 |
| HSL | 234.88º | 0.67% | 0.38% | - |
| HSV(B) | 234.88º | 0.8% | 0.63% | - |
| XYZ | 7.89 | 4.61 | 34.19 | - |
| YUV | 53.16 | 188.86 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 161 | 0.80 | 0.73 | 0 | 0.37 | 234.88 | 0.67 | 0.38 |
| Hex | 20 | 2B | A1 | 50 | 49 | 0 | 25 | EB | 43 | 26 |
| Octal | 40 | 53 | 241 | 120 | 111 | 0 | 45 | 353 | 103 | 46 |
| Binary | 100000 | 101011 | 10100001 | 1010000 | 1001001 | 0 | 100101 | 11101011 | 1000011 | 100110 |
Color Harmonies of #202BA1
Complementary color
Monochromatic Colors of #202BA1
Black with #202BA1
Text Example
Text Example
White with #202BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202BA1; }
p { color: rgb(32,43,161); }
H1.HeaderClassName
{
color: #202BA1;
}
.AnyTagClassName
{
color: #202BA1;
}
</style>
background-color css
<style>
a { background-color: #202BA1; }
a { background-color: rgb(32,43,161); }
div.DivClassName
{
background-color: #202BA1;
}
.BgClassName
{
background-color: #202BA1;
}
</style>
border-color css
<style>
span { border-color: #202BA1; }
span { border-color: rgb(32,43,161); }
td.TdClassName
{
border-color: #202BA1;
}
.TagClassName
{
border-color: #202BA1;
}
</style>