Shades of Egyptian Blue #20459F
Tints of Egyptian Blue #20459F
RGB
CMYK
RGB Variations
Color information
#20459F (or 0x20459F) is known color: Egyptian Blue. HEX triplet: 20, 45 and 9F. RGB value is (32,69,159). Sum of RGB (Red+Green+Blue) = 32+69+159=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #20459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20459F is #DFBA60. Grayscale: #434343. Windows color (decimal): -14662241 or 10437920. OLE color: 10437920.
HSL color Cylindrical-coordinate representation of color #20459F: hue angle of 222.52º 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 #20459F is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 69 | 159 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.38 |
| HSL | 222.52º | 0.66% | 0.37% | - |
| HSV(B) | 222.52º | 0.8% | 0.62% | - |
| XYZ | 8.98 | 7.07 | 33.69 | - |
| YUV | 68.2 | 179.24 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 159 | 0.80 | 0.57 | 0 | 0.38 | 222.52 | 0.66 | 0.37 |
| Hex | 20 | 45 | 9F | 50 | 39 | 0 | 26 | DF | 42 | 25 |
| Octal | 40 | 105 | 237 | 120 | 71 | 0 | 46 | 337 | 102 | 45 |
| Binary | 100000 | 1000101 | 10011111 | 1010000 | 111001 | 0 | 100110 | 11011111 | 1000010 | 100101 |
Color Harmonies of #20459F
Complementary color
Monochromatic Colors of #20459F
Black with #20459F
Text Example
Text Example
White with #20459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20459F; }
p { color: rgb(32,69,159); }
H1.HeaderClassName
{
color: #20459F;
}
.AnyTagClassName
{
color: #20459F;
}
</style>
background-color css
<style>
a { background-color: #20459F; }
a { background-color: rgb(32,69,159); }
div.DivClassName
{
background-color: #20459F;
}
.BgClassName
{
background-color: #20459F;
}
</style>
border-color css
<style>
span { border-color: #20459F; }
span { border-color: rgb(32,69,159); }
td.TdClassName
{
border-color: #20459F;
}
.TagClassName
{
border-color: #20459F;
}
</style>