Shades of Egyptian Blue #203193
Tints of Egyptian Blue #203193
RGB
CMYK
RGB Variations
Color information
#203193 (or 0x203193) is known color: Egyptian Blue. HEX triplet: 20, 31 and 93. RGB value is (32,49,147). Sum of RGB (Red+Green+Blue) = 32+49+147=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #203193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203193 is #DFCE6C. Grayscale: #363636. Windows color (decimal): -14667373 or 9646368. OLE color: 9646368.
HSL color Cylindrical-coordinate representation of color #203193: hue angle of 231.13º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #203193 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 49 | 147 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.42 |
| HSL | 231.13º | 0.64% | 0.35% | - |
| HSV(B) | 231.13º | 0.78% | 0.58% | - |
| XYZ | 6.96 | 4.61 | 28.13 | - |
| YUV | 55.09 | 179.87 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 147 | 0.78 | 0.67 | 0 | 0.42 | 231.13 | 0.64 | 0.35 |
| Hex | 20 | 31 | 93 | 4E | 43 | 0 | 2A | E7 | 40 | 23 |
| Octal | 40 | 61 | 223 | 116 | 103 | 0 | 52 | 347 | 100 | 43 |
| Binary | 100000 | 110001 | 10010011 | 1001110 | 1000011 | 0 | 101010 | 11100111 | 1000000 | 100011 |
Color Harmonies of #203193
Complementary color
Monochromatic Colors of #203193
Black with #203193
Text Example
Text Example
White with #203193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203193; }
p { color: rgb(32,49,147); }
H1.HeaderClassName
{
color: #203193;
}
.AnyTagClassName
{
color: #203193;
}
</style>
background-color css
<style>
a { background-color: #203193; }
a { background-color: rgb(32,49,147); }
div.DivClassName
{
background-color: #203193;
}
.BgClassName
{
background-color: #203193;
}
</style>
border-color css
<style>
span { border-color: #203193; }
span { border-color: rgb(32,49,147); }
td.TdClassName
{
border-color: #203193;
}
.TagClassName
{
border-color: #203193;
}
</style>