Shades of Egyptian Blue #20439F
Tints of Egyptian Blue #20439F
RGB
CMYK
RGB Variations
Color information
#20439F (or 0x20439F) is known color: Egyptian Blue. HEX triplet: 20, 43 and 9F. RGB value is (32,67,159). Sum of RGB (Red+Green+Blue) = 32+67+159=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #20439F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20439F is #DFBC60. Grayscale: #424242. Windows color (decimal): -14662753 or 10437408. OLE color: 10437408.
HSL color Cylindrical-coordinate representation of color #20439F: hue angle of 223.46º 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 #20439F is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 67 | 159 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.38 |
| HSL | 223.46º | 0.66% | 0.37% | - |
| HSV(B) | 223.46º | 0.8% | 0.62% | - |
| XYZ | 8.86 | 6.82 | 33.65 | - |
| YUV | 67.02 | 179.9 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 159 | 0.80 | 0.58 | 0 | 0.38 | 223.46 | 0.66 | 0.37 |
| Hex | 20 | 43 | 9F | 50 | 3A | 0 | 26 | DF | 42 | 25 |
| Octal | 40 | 103 | 237 | 120 | 72 | 0 | 46 | 337 | 102 | 45 |
| Binary | 100000 | 1000011 | 10011111 | 1010000 | 111010 | 0 | 100110 | 11011111 | 1000010 | 100101 |
Color Harmonies of #20439F
Complementary color
Monochromatic Colors of #20439F
Black with #20439F
Text Example
Text Example
White with #20439F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20439F; }
p { color: rgb(32,67,159); }
H1.HeaderClassName
{
color: #20439F;
}
.AnyTagClassName
{
color: #20439F;
}
</style>
background-color css
<style>
a { background-color: #20439F; }
a { background-color: rgb(32,67,159); }
div.DivClassName
{
background-color: #20439F;
}
.BgClassName
{
background-color: #20439F;
}
</style>
border-color css
<style>
span { border-color: #20439F; }
span { border-color: rgb(32,67,159); }
td.TdClassName
{
border-color: #20439F;
}
.TagClassName
{
border-color: #20439F;
}
</style>