Shades of Egyptian Blue #202B99
Tints of Egyptian Blue #202B99
RGB
CMYK
RGB Variations
Color information
#202B99 (or 0x202B99) is known color: Egyptian Blue. HEX triplet: 20, 2B and 99. RGB value is (32,43,153). Sum of RGB (Red+Green+Blue) = 32+43+153=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #202B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202B99 is #DFD466. Grayscale: #333333. Windows color (decimal): -14668903 or 10038048. OLE color: 10038048.
HSL color Cylindrical-coordinate representation of color #202B99: hue angle of 234.55º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202B99 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 43 | 153 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.4 |
| HSL | 234.55º | 0.65% | 0.36% | - |
| HSV(B) | 234.55º | 0.79% | 0.6% | - |
| XYZ | 7.21 | 4.33 | 30.59 | - |
| YUV | 52.25 | 184.86 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 153 | 0.79 | 0.72 | 0 | 0.4 | 234.55 | 0.65 | 0.36 |
| Hex | 20 | 2B | 99 | 4F | 48 | 0 | 28 | EB | 41 | 24 |
| Octal | 40 | 53 | 231 | 117 | 110 | 0 | 50 | 353 | 101 | 44 |
| Binary | 100000 | 101011 | 10011001 | 1001111 | 1001000 | 0 | 101000 | 11101011 | 1000001 | 100100 |
Color Harmonies of #202B99
Complementary color
Monochromatic Colors of #202B99
Black with #202B99
Text Example
Text Example
White with #202B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B99; }
p { color: rgb(32,43,153); }
H1.HeaderClassName
{
color: #202B99;
}
.AnyTagClassName
{
color: #202B99;
}
</style>
background-color css
<style>
a { background-color: #202B99; }
a { background-color: rgb(32,43,153); }
div.DivClassName
{
background-color: #202B99;
}
.BgClassName
{
background-color: #202B99;
}
</style>
border-color css
<style>
span { border-color: #202B99; }
span { border-color: rgb(32,43,153); }
td.TdClassName
{
border-color: #202B99;
}
.TagClassName
{
border-color: #202B99;
}
</style>