Shades of Egyptian Blue #20469F
Tints of Egyptian Blue #20469F
RGB
CMYK
RGB Variations
Color information
#20469F (or 0x20469F) is known color: Egyptian Blue. HEX triplet: 20, 46 and 9F. RGB value is (32,70,159). Sum of RGB (Red+Green+Blue) = 32+70+159=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #20469F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20469F is #DFB960. Grayscale: #444444. Windows color (decimal): -14661985 or 10438176. OLE color: 10438176.
HSL color Cylindrical-coordinate representation of color #20469F: hue angle of 222.05º 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 #20469F is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 70 | 159 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.38 |
| HSL | 222.05º | 0.66% | 0.37% | - |
| HSV(B) | 222.05º | 0.8% | 0.62% | - |
| XYZ | 9.04 | 7.19 | 33.71 | - |
| YUV | 68.78 | 178.91 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 159 | 0.80 | 0.56 | 0 | 0.38 | 222.05 | 0.66 | 0.37 |
| Hex | 20 | 46 | 9F | 50 | 38 | 0 | 26 | DE | 42 | 25 |
| Octal | 40 | 106 | 237 | 120 | 70 | 0 | 46 | 336 | 102 | 45 |
| Binary | 100000 | 1000110 | 10011111 | 1010000 | 111000 | 0 | 100110 | 11011110 | 1000010 | 100101 |
Color Harmonies of #20469F
Complementary color
Monochromatic Colors of #20469F
Black with #20469F
Text Example
Text Example
White with #20469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20469F; }
p { color: rgb(32,70,159); }
H1.HeaderClassName
{
color: #20469F;
}
.AnyTagClassName
{
color: #20469F;
}
</style>
background-color css
<style>
a { background-color: #20469F; }
a { background-color: rgb(32,70,159); }
div.DivClassName
{
background-color: #20469F;
}
.BgClassName
{
background-color: #20469F;
}
</style>
border-color css
<style>
span { border-color: #20469F; }
span { border-color: rgb(32,70,159); }
td.TdClassName
{
border-color: #20469F;
}
.TagClassName
{
border-color: #20469F;
}
</style>