Shades of Egyptian Blue #20409A
Tints of Egyptian Blue #20409A
RGB
CMYK
RGB Variations
Color information
#20409A (or 0x20409A) is known color: Egyptian Blue. HEX triplet: 20, 40 and 9A. RGB value is (32,64,154). Sum of RGB (Red+Green+Blue) = 32+64+154=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #20409A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20409A is #DFBF65. Grayscale: #404040. Windows color (decimal): -14663526 or 10108960. OLE color: 10108960.
HSL color Cylindrical-coordinate representation of color #20409A: hue angle of 224.26º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20409A is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 64 | 154 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.40 |
| HSL | 224.26º | 0.66% | 0.36% | - |
| HSV(B) | 224.26º | 0.79% | 0.6% | - |
| XYZ | 8.26 | 6.31 | 31.35 | - |
| YUV | 64.69 | 178.4 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 154 | 0.79 | 0.58 | 0 | 0.40 | 224.26 | 0.66 | 0.36 |
| Hex | 20 | 40 | 9A | 4F | 3A | 0 | 28 | E0 | 42 | 24 |
| Octal | 40 | 100 | 232 | 117 | 72 | 0 | 50 | 340 | 102 | 44 |
| Binary | 100000 | 1000000 | 10011010 | 1001111 | 111010 | 0 | 101000 | 11100000 | 1000010 | 100100 |
Color Harmonies of #20409A
Complementary color
Monochromatic Colors of #20409A
Black with #20409A
Text Example
Text Example
White with #20409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20409A; }
p { color: rgb(32,64,154); }
H1.HeaderClassName
{
color: #20409A;
}
.AnyTagClassName
{
color: #20409A;
}
</style>
background-color css
<style>
a { background-color: #20409A; }
a { background-color: rgb(32,64,154); }
div.DivClassName
{
background-color: #20409A;
}
.BgClassName
{
background-color: #20409A;
}
</style>
border-color css
<style>
span { border-color: #20409A; }
span { border-color: rgb(32,64,154); }
td.TdClassName
{
border-color: #20409A;
}
.TagClassName
{
border-color: #20409A;
}
</style>