Shades of Egyptian Blue #20399B
Tints of Egyptian Blue #20399B
RGB
CMYK
RGB Variations
Color information
#20399B (or 0x20399B) is known color: Egyptian Blue. HEX triplet: 20, 39 and 9B. RGB value is (32,57,155). Sum of RGB (Red+Green+Blue) = 32+57+155=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #20399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20399B is #DFC664. Grayscale: #3C3C3C. Windows color (decimal): -14665317 or 10172704. OLE color: 10172704.
HSL color Cylindrical-coordinate representation of color #20399B: hue angle of 227.8º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20399B is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 57 | 155 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.39 |
| HSL | 227.8º | 0.66% | 0.37% | - |
| HSV(B) | 227.8º | 0.79% | 0.61% | - |
| XYZ | 7.98 | 5.6 | 31.67 | - |
| YUV | 60.7 | 181.22 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 155 | 0.79 | 0.63 | 0 | 0.39 | 227.8 | 0.66 | 0.37 |
| Hex | 20 | 39 | 9B | 4F | 3F | 0 | 27 | E4 | 42 | 25 |
| Octal | 40 | 71 | 233 | 117 | 77 | 0 | 47 | 344 | 102 | 45 |
| Binary | 100000 | 111001 | 10011011 | 1001111 | 111111 | 0 | 100111 | 11100100 | 1000010 | 100101 |
Color Harmonies of #20399B
Complementary color
Monochromatic Colors of #20399B
Black with #20399B
Text Example
Text Example
White with #20399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20399B; }
p { color: rgb(32,57,155); }
H1.HeaderClassName
{
color: #20399B;
}
.AnyTagClassName
{
color: #20399B;
}
</style>
background-color css
<style>
a { background-color: #20399B; }
a { background-color: rgb(32,57,155); }
div.DivClassName
{
background-color: #20399B;
}
.BgClassName
{
background-color: #20399B;
}
</style>
border-color css
<style>
span { border-color: #20399B; }
span { border-color: rgb(32,57,155); }
td.TdClassName
{
border-color: #20399B;
}
.TagClassName
{
border-color: #20399B;
}
</style>