Shades of Egyptian Blue #20299C
Tints of Egyptian Blue #20299C
RGB
CMYK
RGB Variations
Color information
#20299C (or 0x20299C) is known color: Egyptian Blue. HEX triplet: 20, 29 and 9C. RGB value is (32,41,156). Sum of RGB (Red+Green+Blue) = 32+41+156=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #20299C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20299C is #DFD663. Grayscale: #323232. Windows color (decimal): -14669412 or 10234144. OLE color: 10234144.
HSL color Cylindrical-coordinate representation of color #20299C: hue angle of 235.65º 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 #20299C is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 41 | 156 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.39 |
| HSL | 235.65º | 0.66% | 0.37% | - |
| HSV(B) | 235.65º | 0.79% | 0.61% | - |
| XYZ | 7.39 | 4.29 | 31.89 | - |
| YUV | 51.42 | 187.02 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 156 | 0.79 | 0.74 | 0 | 0.39 | 235.65 | 0.66 | 0.37 |
| Hex | 20 | 29 | 9C | 4F | 4A | 0 | 27 | EC | 42 | 25 |
| Octal | 40 | 51 | 234 | 117 | 112 | 0 | 47 | 354 | 102 | 45 |
| Binary | 100000 | 101001 | 10011100 | 1001111 | 1001010 | 0 | 100111 | 11101100 | 1000010 | 100101 |
Color Harmonies of #20299C
Complementary color
Monochromatic Colors of #20299C
Black with #20299C
Text Example
Text Example
White with #20299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20299C; }
p { color: rgb(32,41,156); }
H1.HeaderClassName
{
color: #20299C;
}
.AnyTagClassName
{
color: #20299C;
}
</style>
background-color css
<style>
a { background-color: #20299C; }
a { background-color: rgb(32,41,156); }
div.DivClassName
{
background-color: #20299C;
}
.BgClassName
{
background-color: #20299C;
}
</style>
border-color css
<style>
span { border-color: #20299C; }
span { border-color: rgb(32,41,156); }
td.TdClassName
{
border-color: #20299C;
}
.TagClassName
{
border-color: #20299C;
}
</style>