Shades of Egyptian Blue #203F99
Tints of Egyptian Blue #203F99
RGB
CMYK
RGB Variations
Color information
#203F99 (or 0x203F99) is known color: Egyptian Blue. HEX triplet: 20, 3F and 99. RGB value is (32,63,153). Sum of RGB (Red+Green+Blue) = 32+63+153=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #203F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203F99 is #DFC066. Grayscale: #3F3F3F. Windows color (decimal): -14663783 or 10043168. OLE color: 10043168.
HSL color Cylindrical-coordinate representation of color #203F99: hue angle of 224.63º 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 #203F99 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 63 | 153 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.4 |
| HSL | 224.63º | 0.65% | 0.36% | - |
| HSV(B) | 224.63º | 0.79% | 0.6% | - |
| XYZ | 8.12 | 6.16 | 30.9 | - |
| YUV | 63.99 | 178.23 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 153 | 0.79 | 0.59 | 0 | 0.4 | 224.63 | 0.65 | 0.36 |
| Hex | 20 | 3F | 99 | 4F | 3B | 0 | 28 | E1 | 41 | 24 |
| Octal | 40 | 77 | 231 | 117 | 73 | 0 | 50 | 341 | 101 | 44 |
| Binary | 100000 | 111111 | 10011001 | 1001111 | 111011 | 0 | 101000 | 11100001 | 1000001 | 100100 |
Color Harmonies of #203F99
Complementary color
Monochromatic Colors of #203F99
Black with #203F99
Text Example
Text Example
White with #203F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F99; }
p { color: rgb(32,63,153); }
H1.HeaderClassName
{
color: #203F99;
}
.AnyTagClassName
{
color: #203F99;
}
</style>
background-color css
<style>
a { background-color: #203F99; }
a { background-color: rgb(32,63,153); }
div.DivClassName
{
background-color: #203F99;
}
.BgClassName
{
background-color: #203F99;
}
</style>
border-color css
<style>
span { border-color: #203F99; }
span { border-color: rgb(32,63,153); }
td.TdClassName
{
border-color: #203F99;
}
.TagClassName
{
border-color: #203F99;
}
</style>