Shades of Egyptian Blue #203F9F
Tints of Egyptian Blue #203F9F
RGB
CMYK
RGB Variations
Color information
#203F9F (or 0x203F9F) is known color: Egyptian Blue. HEX triplet: 20, 3F and 9F. RGB value is (32,63,159). Sum of RGB (Red+Green+Blue) = 32+63+159=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #203F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203F9F is #DFC060. Grayscale: #404040. Windows color (decimal): -14663777 or 10436384. OLE color: 10436384.
HSL color Cylindrical-coordinate representation of color #203F9F: hue angle of 225.35º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #203F9F is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 63 | 159 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.38 |
| HSL | 225.35º | 0.66% | 0.37% | - |
| HSV(B) | 225.35º | 0.8% | 0.62% | - |
| XYZ | 8.63 | 6.37 | 33.57 | - |
| YUV | 64.68 | 181.23 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 159 | 0.80 | 0.60 | 0 | 0.38 | 225.35 | 0.66 | 0.37 |
| Hex | 20 | 3F | 9F | 50 | 3C | 0 | 26 | E1 | 42 | 25 |
| Octal | 40 | 77 | 237 | 120 | 74 | 0 | 46 | 341 | 102 | 45 |
| Binary | 100000 | 111111 | 10011111 | 1010000 | 111100 | 0 | 100110 | 11100001 | 1000010 | 100101 |
Color Harmonies of #203F9F
Complementary color
Monochromatic Colors of #203F9F
Black with #203F9F
Text Example
Text Example
White with #203F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F9F; }
p { color: rgb(32,63,159); }
H1.HeaderClassName
{
color: #203F9F;
}
.AnyTagClassName
{
color: #203F9F;
}
</style>
background-color css
<style>
a { background-color: #203F9F; }
a { background-color: rgb(32,63,159); }
div.DivClassName
{
background-color: #203F9F;
}
.BgClassName
{
background-color: #203F9F;
}
</style>
border-color css
<style>
span { border-color: #203F9F; }
span { border-color: rgb(32,63,159); }
td.TdClassName
{
border-color: #203F9F;
}
.TagClassName
{
border-color: #203F9F;
}
</style>