Shades of Egyptian Blue #20279D
Tints of Egyptian Blue #20279D
RGB
CMYK
RGB Variations
Color information
#20279D (or 0x20279D) is known color: Egyptian Blue. HEX triplet: 20, 27 and 9D. RGB value is (32,39,157). Sum of RGB (Red+Green+Blue) = 32+39+157=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #20279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20279D is #DFD862. Grayscale: #313131. Windows color (decimal): -14669923 or 10299168. OLE color: 10299168.
HSL color Cylindrical-coordinate representation of color #20279D: hue angle of 236.64º 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 #20279D is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 39 | 157 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.38 |
| HSL | 236.64º | 0.66% | 0.37% | - |
| HSV(B) | 236.64º | 0.8% | 0.62% | - |
| XYZ | 7.41 | 4.19 | 32.32 | - |
| YUV | 50.36 | 188.18 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 157 | 0.80 | 0.75 | 0 | 0.38 | 236.64 | 0.66 | 0.37 |
| Hex | 20 | 27 | 9D | 50 | 4B | 0 | 26 | ED | 42 | 25 |
| Octal | 40 | 47 | 235 | 120 | 113 | 0 | 46 | 355 | 102 | 45 |
| Binary | 100000 | 100111 | 10011101 | 1010000 | 1001011 | 0 | 100110 | 11101101 | 1000010 | 100101 |
Color Harmonies of #20279D
Complementary color
Monochromatic Colors of #20279D
Black with #20279D
Text Example
Text Example
White with #20279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20279D; }
p { color: rgb(32,39,157); }
H1.HeaderClassName
{
color: #20279D;
}
.AnyTagClassName
{
color: #20279D;
}
</style>
background-color css
<style>
a { background-color: #20279D; }
a { background-color: rgb(32,39,157); }
div.DivClassName
{
background-color: #20279D;
}
.BgClassName
{
background-color: #20279D;
}
</style>
border-color css
<style>
span { border-color: #20279D; }
span { border-color: rgb(32,39,157); }
td.TdClassName
{
border-color: #20279D;
}
.TagClassName
{
border-color: #20279D;
}
</style>