Shades of Egyptian Blue #20449F
Tints of Egyptian Blue #20449F
RGB
CMYK
RGB Variations
Color information
#20449F (or 0x20449F) is known color: Egyptian Blue. HEX triplet: 20, 44 and 9F. RGB value is (32,68,159). Sum of RGB (Red+Green+Blue) = 32+68+159=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #20449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20449F is #DFBB60. Grayscale: #434343. Windows color (decimal): -14662497 or 10437664. OLE color: 10437664.
HSL color Cylindrical-coordinate representation of color #20449F: hue angle of 222.99º 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 #20449F is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 68 | 159 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.38 |
| HSL | 222.99º | 0.66% | 0.37% | - |
| HSV(B) | 222.99º | 0.8% | 0.62% | - |
| XYZ | 8.92 | 6.94 | 33.67 | - |
| YUV | 67.61 | 179.57 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 68 | 159 | 0.80 | 0.57 | 0 | 0.38 | 222.99 | 0.66 | 0.37 |
| Hex | 20 | 44 | 9F | 50 | 39 | 0 | 26 | DF | 42 | 25 |
| Octal | 40 | 104 | 237 | 120 | 71 | 0 | 46 | 337 | 102 | 45 |
| Binary | 100000 | 1000100 | 10011111 | 1010000 | 111001 | 0 | 100110 | 11011111 | 1000010 | 100101 |
Color Harmonies of #20449F
Complementary color
Monochromatic Colors of #20449F
Black with #20449F
Text Example
Text Example
White with #20449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20449F; }
p { color: rgb(32,68,159); }
H1.HeaderClassName
{
color: #20449F;
}
.AnyTagClassName
{
color: #20449F;
}
</style>
background-color css
<style>
a { background-color: #20449F; }
a { background-color: rgb(32,68,159); }
div.DivClassName
{
background-color: #20449F;
}
.BgClassName
{
background-color: #20449F;
}
</style>
border-color css
<style>
span { border-color: #20449F; }
span { border-color: rgb(32,68,159); }
td.TdClassName
{
border-color: #20449F;
}
.TagClassName
{
border-color: #20449F;
}
</style>