Shades of Egyptian Blue #20409F
Tints of Egyptian Blue #20409F
RGB
CMYK
RGB Variations
Color information
#20409F (or 0x20409F) is known color: Egyptian Blue. HEX triplet: 20, 40 and 9F. RGB value is (32,64,159). Sum of RGB (Red+Green+Blue) = 32+64+159=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #20409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20409F is #DFBF60. Grayscale: #404040. Windows color (decimal): -14663521 or 10436640. OLE color: 10436640.
HSL color Cylindrical-coordinate representation of color #20409F: hue angle of 224.88º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20409F is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 64 | 159 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.38 |
| HSL | 224.88º | 0.66% | 0.37% | - |
| HSV(B) | 224.88º | 0.8% | 0.62% | - |
| XYZ | 8.69 | 6.48 | 33.59 | - |
| YUV | 65.26 | 180.9 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 159 | 0.80 | 0.60 | 0 | 0.38 | 224.88 | 0.66 | 0.37 |
| Hex | 20 | 40 | 9F | 50 | 3C | 0 | 26 | E1 | 42 | 25 |
| Octal | 40 | 100 | 237 | 120 | 74 | 0 | 46 | 341 | 102 | 45 |
| Binary | 100000 | 1000000 | 10011111 | 1010000 | 111100 | 0 | 100110 | 11100001 | 1000010 | 100101 |
Color Harmonies of #20409F
Complementary color
Monochromatic Colors of #20409F
Black with #20409F
Text Example
Text Example
White with #20409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20409F; }
p { color: rgb(32,64,159); }
H1.HeaderClassName
{
color: #20409F;
}
.AnyTagClassName
{
color: #20409F;
}
</style>
background-color css
<style>
a { background-color: #20409F; }
a { background-color: rgb(32,64,159); }
div.DivClassName
{
background-color: #20409F;
}
.BgClassName
{
background-color: #20409F;
}
</style>
border-color css
<style>
span { border-color: #20409F; }
span { border-color: rgb(32,64,159); }
td.TdClassName
{
border-color: #20409F;
}
.TagClassName
{
border-color: #20409F;
}
</style>