Shades of Egyptian Blue #202F99
Tints of Egyptian Blue #202F99
RGB
CMYK
RGB Variations
Color information
#202F99 (or 0x202F99) is known color: Egyptian Blue. HEX triplet: 20, 2F and 99. RGB value is (32,47,153). Sum of RGB (Red+Green+Blue) = 32+47+153=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #202F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202F99 is #DFD066. Grayscale: #363636. Windows color (decimal): -14667879 or 10039072. OLE color: 10039072.
HSL color Cylindrical-coordinate representation of color #202F99: hue angle of 232.56º 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 #202F99 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 47 | 153 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.4 |
| HSL | 232.56º | 0.65% | 0.36% | - |
| HSV(B) | 232.56º | 0.79% | 0.6% | - |
| XYZ | 7.36 | 4.64 | 30.64 | - |
| YUV | 54.6 | 183.53 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 153 | 0.79 | 0.69 | 0 | 0.4 | 232.56 | 0.65 | 0.36 |
| Hex | 20 | 2F | 99 | 4F | 45 | 0 | 28 | E9 | 41 | 24 |
| Octal | 40 | 57 | 231 | 117 | 105 | 0 | 50 | 351 | 101 | 44 |
| Binary | 100000 | 101111 | 10011001 | 1001111 | 1000101 | 0 | 101000 | 11101001 | 1000001 | 100100 |
Color Harmonies of #202F99
Complementary color
Monochromatic Colors of #202F99
Black with #202F99
Text Example
Text Example
White with #202F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F99; }
p { color: rgb(32,47,153); }
H1.HeaderClassName
{
color: #202F99;
}
.AnyTagClassName
{
color: #202F99;
}
</style>
background-color css
<style>
a { background-color: #202F99; }
a { background-color: rgb(32,47,153); }
div.DivClassName
{
background-color: #202F99;
}
.BgClassName
{
background-color: #202F99;
}
</style>
border-color css
<style>
span { border-color: #202F99; }
span { border-color: rgb(32,47,153); }
td.TdClassName
{
border-color: #202F99;
}
.TagClassName
{
border-color: #202F99;
}
</style>