Shades of Egyptian Blue #20289D
Tints of Egyptian Blue #20289D
RGB
CMYK
RGB Variations
Color information
#20289D (or 0x20289D) is known color: Egyptian Blue. HEX triplet: 20, 28 and 9D. RGB value is (32,40,157). Sum of RGB (Red+Green+Blue) = 32+40+157=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #20289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20289D is #DFD762. Grayscale: #323232. Windows color (decimal): -14669667 or 10299424. OLE color: 10299424.
HSL color Cylindrical-coordinate representation of color #20289D: hue angle of 236.16º 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 #20289D is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 40 | 157 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.38 |
| HSL | 236.16º | 0.66% | 0.37% | - |
| HSV(B) | 236.16º | 0.8% | 0.62% | - |
| XYZ | 7.44 | 4.26 | 32.33 | - |
| YUV | 50.95 | 187.85 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 157 | 0.80 | 0.75 | 0 | 0.38 | 236.16 | 0.66 | 0.37 |
| Hex | 20 | 28 | 9D | 50 | 4B | 0 | 26 | EC | 42 | 25 |
| Octal | 40 | 50 | 235 | 120 | 113 | 0 | 46 | 354 | 102 | 45 |
| Binary | 100000 | 101000 | 10011101 | 1010000 | 1001011 | 0 | 100110 | 11101100 | 1000010 | 100101 |
Color Harmonies of #20289D
Complementary color
Monochromatic Colors of #20289D
Black with #20289D
Text Example
Text Example
White with #20289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20289D; }
p { color: rgb(32,40,157); }
H1.HeaderClassName
{
color: #20289D;
}
.AnyTagClassName
{
color: #20289D;
}
</style>
background-color css
<style>
a { background-color: #20289D; }
a { background-color: rgb(32,40,157); }
div.DivClassName
{
background-color: #20289D;
}
.BgClassName
{
background-color: #20289D;
}
</style>
border-color css
<style>
span { border-color: #20289D; }
span { border-color: rgb(32,40,157); }
td.TdClassName
{
border-color: #20289D;
}
.TagClassName
{
border-color: #20289D;
}
</style>