Shades of Egyptian Blue #202DA9
Tints of Egyptian Blue #202DA9
RGB
CMYK
RGB Variations
Color information
#202DA9 (or 0x202DA9) is known color: Egyptian Blue. HEX triplet: 20, 2D and A9. RGB value is (32,45,169). Sum of RGB (Red+Green+Blue) = 32+45+169=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 169 (66.41% from 255 or 68.70% from 246); Max value from RGB is 169 - color contains mainly: blue. Hex color #202DA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202DA9 is #DFD256. Grayscale: #363636. Windows color (decimal): -14668375 or 11087136. OLE color: 11087136.
HSL color Cylindrical-coordinate representation of color #202DA9: hue angle of 234.31º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #202DA9 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 32 | 45 | 169 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.34 |
| HSL | 234.31º | 0.68% | 0.39% | - |
| HSV(B) | 234.31º | 0.81% | 0.66% | - |
| XYZ | 8.7 | 5.05 | 38.05 | - |
| YUV | 55.25 | 192.19 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 169 | 0.81 | 0.73 | 0 | 0.34 | 234.31 | 0.68 | 0.39 |
| Hex | 20 | 2D | A9 | 51 | 49 | 0 | 22 | EA | 44 | 27 |
| Octal | 40 | 55 | 251 | 121 | 111 | 0 | 42 | 352 | 104 | 47 |
| Binary | 100000 | 101101 | 10101001 | 1010001 | 1001001 | 0 | 100010 | 11101010 | 1000100 | 100111 |
Color Harmonies of #202DA9
Complementary color
Monochromatic Colors of #202DA9
Black with #202DA9
Text Example
Text Example
White with #202DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DA9; }
p { color: rgb(32,45,169); }
H1.HeaderClassName
{
color: #202DA9;
}
.AnyTagClassName
{
color: #202DA9;
}
</style>
background-color css
<style>
a { background-color: #202DA9; }
a { background-color: rgb(32,45,169); }
div.DivClassName
{
background-color: #202DA9;
}
.BgClassName
{
background-color: #202DA9;
}
</style>
border-color css
<style>
span { border-color: #202DA9; }
span { border-color: rgb(32,45,169); }
td.TdClassName
{
border-color: #202DA9;
}
.TagClassName
{
border-color: #202DA9;
}
</style>