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