Shades of Egyptian Blue #193190
Tints of Egyptian Blue #193190
RGB
CMYK
RGB Variations
Color information
#193190 (or 0x193190) is known color: Egyptian Blue. HEX triplet: 19, 31 and 90. RGB value is (25,49,144). Sum of RGB (Red+Green+Blue) = 25+49+144=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #193190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193190 is #E6CE6F. Grayscale: #343434. Windows color (decimal): -15126128 or 9449753. OLE color: 9449753.
HSL color Cylindrical-coordinate representation of color #193190: hue angle of 227.9º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193190 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 49 | 144 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.44 |
| HSL | 227.9º | 0.7% | 0.33% | - |
| HSV(B) | 227.9º | 0.83% | 0.56% | - |
| XYZ | 6.53 | 4.42 | 26.89 | - |
| YUV | 52.65 | 179.55 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 144 | 0.83 | 0.66 | 0 | 0.44 | 227.9 | 0.7 | 0.33 |
| Hex | 19 | 31 | 90 | 53 | 42 | 0 | 2C | E4 | 46 | 21 |
| Octal | 31 | 61 | 220 | 123 | 102 | 0 | 54 | 344 | 106 | 41 |
| Binary | 11001 | 110001 | 10010000 | 1010011 | 1000010 | 0 | 101100 | 11100100 | 1000110 | 100001 |
Color Harmonies of #193190
Complementary color
Monochromatic Colors of #193190
Black with #193190
Text Example
Text Example
White with #193190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193190; }
p { color: rgb(25,49,144); }
H1.HeaderClassName
{
color: #193190;
}
.AnyTagClassName
{
color: #193190;
}
</style>
background-color css
<style>
a { background-color: #193190; }
a { background-color: rgb(25,49,144); }
div.DivClassName
{
background-color: #193190;
}
.BgClassName
{
background-color: #193190;
}
</style>
border-color css
<style>
span { border-color: #193190; }
span { border-color: rgb(25,49,144); }
td.TdClassName
{
border-color: #193190;
}
.TagClassName
{
border-color: #193190;
}
</style>