Shades of Egyptian Blue #20239B
Tints of Egyptian Blue #20239B
RGB
CMYK
RGB Variations
Color information
#20239B (or 0x20239B) is known color: Egyptian Blue. HEX triplet: 20, 23 and 9B. RGB value is (32,35,155). Sum of RGB (Red+Green+Blue) = 32+35+155=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #20239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20239B is #DFDC64. Grayscale: #2F2F2F. Windows color (decimal): -14670949 or 10167072. OLE color: 10167072.
HSL color Cylindrical-coordinate representation of color #20239B: hue angle of 238.54º 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 #20239B is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 35 | 155 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.39 |
| HSL | 238.54º | 0.66% | 0.37% | - |
| HSV(B) | 238.54º | 0.79% | 0.61% | - |
| XYZ | 7.11 | 3.88 | 31.38 | - |
| YUV | 47.78 | 188.51 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 155 | 0.79 | 0.77 | 0 | 0.39 | 238.54 | 0.66 | 0.37 |
| Hex | 20 | 23 | 9B | 4F | 4D | 0 | 27 | EF | 42 | 25 |
| Octal | 40 | 43 | 233 | 117 | 115 | 0 | 47 | 357 | 102 | 45 |
| Binary | 100000 | 100011 | 10011011 | 1001111 | 1001101 | 0 | 100111 | 11101111 | 1000010 | 100101 |
Color Harmonies of #20239B
Complementary color
Monochromatic Colors of #20239B
Black with #20239B
Text Example
Text Example
White with #20239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20239B; }
p { color: rgb(32,35,155); }
H1.HeaderClassName
{
color: #20239B;
}
.AnyTagClassName
{
color: #20239B;
}
</style>
background-color css
<style>
a { background-color: #20239B; }
a { background-color: rgb(32,35,155); }
div.DivClassName
{
background-color: #20239B;
}
.BgClassName
{
background-color: #20239B;
}
</style>
border-color css
<style>
span { border-color: #20239B; }
span { border-color: rgb(32,35,155); }
td.TdClassName
{
border-color: #20239B;
}
.TagClassName
{
border-color: #20239B;
}
</style>