Shades of Egyptian Blue #203099
Tints of Egyptian Blue #203099
RGB
CMYK
RGB Variations
Color information
#203099 (or 0x203099) is known color: Egyptian Blue. HEX triplet: 20, 30 and 99. RGB value is (32,48,153). Sum of RGB (Red+Green+Blue) = 32+48+153=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #203099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203099 is #DFCF66. Grayscale: #363636. Windows color (decimal): -14667623 or 10039328. OLE color: 10039328.
HSL color Cylindrical-coordinate representation of color #203099: hue angle of 232.07º 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 #203099 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 48 | 153 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.4 |
| HSL | 232.07º | 0.65% | 0.36% | - |
| HSV(B) | 232.07º | 0.79% | 0.6% | - |
| XYZ | 7.4 | 4.72 | 30.66 | - |
| YUV | 55.19 | 183.2 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 153 | 0.79 | 0.69 | 0 | 0.4 | 232.07 | 0.65 | 0.36 |
| Hex | 20 | 30 | 99 | 4F | 45 | 0 | 28 | E8 | 41 | 24 |
| Octal | 40 | 60 | 231 | 117 | 105 | 0 | 50 | 350 | 101 | 44 |
| Binary | 100000 | 110000 | 10011001 | 1001111 | 1000101 | 0 | 101000 | 11101000 | 1000001 | 100100 |
Color Harmonies of #203099
Complementary color
Monochromatic Colors of #203099
Black with #203099
Text Example
Text Example
White with #203099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203099; }
p { color: rgb(32,48,153); }
H1.HeaderClassName
{
color: #203099;
}
.AnyTagClassName
{
color: #203099;
}
</style>
background-color css
<style>
a { background-color: #203099; }
a { background-color: rgb(32,48,153); }
div.DivClassName
{
background-color: #203099;
}
.BgClassName
{
background-color: #203099;
}
</style>
border-color css
<style>
span { border-color: #203099; }
span { border-color: rgb(32,48,153); }
td.TdClassName
{
border-color: #203099;
}
.TagClassName
{
border-color: #203099;
}
</style>