Shades of Egyptian Blue #20249A
Tints of Egyptian Blue #20249A
RGB
CMYK
RGB Variations
Color information
#20249A (or 0x20249A) is known color: Egyptian Blue. HEX triplet: 20, 24 and 9A. RGB value is (32,36,154). Sum of RGB (Red+Green+Blue) = 32+36+154=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 154 (60.55% from 255 or 69.37% from 222); Max value from RGB is 154 - color contains mainly: blue. Hex color #20249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20249A is #DFDB65. Grayscale: #2F2F2F. Windows color (decimal): -14670694 or 10101792. OLE color: 10101792.
HSL color Cylindrical-coordinate representation of color #20249A: hue angle of 238.03º 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 #20249A is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 36 | 154 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.40 |
| HSL | 238.03º | 0.66% | 0.36% | - |
| HSV(B) | 238.03º | 0.79% | 0.6% | - |
| XYZ | 7.06 | 3.9 | 30.95 | - |
| YUV | 48.26 | 187.67 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 154 | 0.79 | 0.77 | 0 | 0.40 | 238.03 | 0.66 | 0.36 |
| Hex | 20 | 24 | 9A | 4F | 4D | 0 | 28 | EE | 42 | 24 |
| Octal | 40 | 44 | 232 | 117 | 115 | 0 | 50 | 356 | 102 | 44 |
| Binary | 100000 | 100100 | 10011010 | 1001111 | 1001101 | 0 | 101000 | 11101110 | 1000010 | 100100 |
Color Harmonies of #20249A
Complementary color
Monochromatic Colors of #20249A
Black with #20249A
Text Example
Text Example
White with #20249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20249A; }
p { color: rgb(32,36,154); }
H1.HeaderClassName
{
color: #20249A;
}
.AnyTagClassName
{
color: #20249A;
}
</style>
background-color css
<style>
a { background-color: #20249A; }
a { background-color: rgb(32,36,154); }
div.DivClassName
{
background-color: #20249A;
}
.BgClassName
{
background-color: #20249A;
}
</style>
border-color css
<style>
span { border-color: #20249A; }
span { border-color: rgb(32,36,154); }
td.TdClassName
{
border-color: #20249A;
}
.TagClassName
{
border-color: #20249A;
}
</style>