Shades of Egyptian Blue #20239D
Tints of Egyptian Blue #20239D
RGB
CMYK
RGB Variations
Color information
#20239D (or 0x20239D) is known color: Egyptian Blue. HEX triplet: 20, 23 and 9D. RGB value is (32,35,157). Sum of RGB (Red+Green+Blue) = 32+35+157=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #20239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20239D is #DFDC62. Grayscale: #2F2F2F. Windows color (decimal): -14670947 or 10298144. OLE color: 10298144.
HSL color Cylindrical-coordinate representation of color #20239D: hue angle of 238.56º 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 #20239D is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 35 | 157 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.38 |
| HSL | 238.56º | 0.66% | 0.37% | - |
| HSV(B) | 238.56º | 0.8% | 0.62% | - |
| XYZ | 7.28 | 3.94 | 32.28 | - |
| YUV | 48.01 | 189.51 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 157 | 0.80 | 0.78 | 0 | 0.38 | 238.56 | 0.66 | 0.37 |
| Hex | 20 | 23 | 9D | 50 | 4E | 0 | 26 | EF | 42 | 25 |
| Octal | 40 | 43 | 235 | 120 | 116 | 0 | 46 | 357 | 102 | 45 |
| Binary | 100000 | 100011 | 10011101 | 1010000 | 1001110 | 0 | 100110 | 11101111 | 1000010 | 100101 |
Color Harmonies of #20239D
Complementary color
Monochromatic Colors of #20239D
Black with #20239D
Text Example
Text Example
White with #20239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20239D; }
p { color: rgb(32,35,157); }
H1.HeaderClassName
{
color: #20239D;
}
.AnyTagClassName
{
color: #20239D;
}
</style>
background-color css
<style>
a { background-color: #20239D; }
a { background-color: rgb(32,35,157); }
div.DivClassName
{
background-color: #20239D;
}
.BgClassName
{
background-color: #20239D;
}
</style>
border-color css
<style>
span { border-color: #20239D; }
span { border-color: rgb(32,35,157); }
td.TdClassName
{
border-color: #20239D;
}
.TagClassName
{
border-color: #20239D;
}
</style>