Shades of Egyptian Blue #20429C
Tints of Egyptian Blue #20429C
RGB
CMYK
RGB Variations
Color information
#20429C (or 0x20429C) is known color: Egyptian Blue. HEX triplet: 20, 42 and 9C. RGB value is (32,66,156). Sum of RGB (Red+Green+Blue) = 32+66+156=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #20429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20429C is #DFBD63. Grayscale: #414141. Windows color (decimal): -14663012 or 10240544. OLE color: 10240544.
HSL color Cylindrical-coordinate representation of color #20429C: hue angle of 223.55º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20429C is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 66 | 156 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.39 |
| HSL | 223.55º | 0.66% | 0.37% | - |
| HSV(B) | 223.55º | 0.79% | 0.61% | - |
| XYZ | 8.54 | 6.6 | 32.28 | - |
| YUV | 66.09 | 178.74 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 156 | 0.79 | 0.58 | 0 | 0.39 | 223.55 | 0.66 | 0.37 |
| Hex | 20 | 42 | 9C | 4F | 3A | 0 | 27 | E0 | 42 | 25 |
| Octal | 40 | 102 | 234 | 117 | 72 | 0 | 47 | 340 | 102 | 45 |
| Binary | 100000 | 1000010 | 10011100 | 1001111 | 111010 | 0 | 100111 | 11100000 | 1000010 | 100101 |
Color Harmonies of #20429C
Complementary color
Monochromatic Colors of #20429C
Black with #20429C
Text Example
Text Example
White with #20429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20429C; }
p { color: rgb(32,66,156); }
H1.HeaderClassName
{
color: #20429C;
}
.AnyTagClassName
{
color: #20429C;
}
</style>
background-color css
<style>
a { background-color: #20429C; }
a { background-color: rgb(32,66,156); }
div.DivClassName
{
background-color: #20429C;
}
.BgClassName
{
background-color: #20429C;
}
</style>
border-color css
<style>
span { border-color: #20429C; }
span { border-color: rgb(32,66,156); }
td.TdClassName
{
border-color: #20429C;
}
.TagClassName
{
border-color: #20429C;
}
</style>