Shades of Egyptian Blue #193290
Tints of Egyptian Blue #193290
RGB
CMYK
RGB Variations
Color information
#193290 (or 0x193290) is known color: Egyptian Blue. HEX triplet: 19, 32 and 90. RGB value is (25,50,144). Sum of RGB (Red+Green+Blue) = 25+50+144=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #193290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193290 is #E6CD6F. Grayscale: #343434. Windows color (decimal): -15125872 or 9450009. OLE color: 9450009.
HSL color Cylindrical-coordinate representation of color #193290: hue angle of 227.39º 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 #193290 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 50 | 144 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.44 |
| HSL | 227.4º | 0.7% | 0.33% | - |
| HSV(B) | 227.4º | 0.83% | 0.56% | - |
| XYZ | 6.58 | 4.5 | 26.91 | - |
| YUV | 53.24 | 179.22 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 144 | 0.83 | 0.65 | 0 | 0.44 | 227.4 | 0.7 | 0.33 |
| Hex | 19 | 32 | 90 | 53 | 41 | 0 | 2C | E3 | 46 | 21 |
| Octal | 31 | 62 | 220 | 123 | 101 | 0 | 54 | 343 | 106 | 41 |
| Binary | 11001 | 110010 | 10010000 | 1010011 | 1000001 | 0 | 101100 | 11100011 | 1000110 | 100001 |
Color Harmonies of #193290
Complementary color
Monochromatic Colors of #193290
Black with #193290
Text Example
Text Example
White with #193290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193290; }
p { color: rgb(25,50,144); }
H1.HeaderClassName
{
color: #193290;
}
.AnyTagClassName
{
color: #193290;
}
</style>
background-color css
<style>
a { background-color: #193290; }
a { background-color: rgb(25,50,144); }
div.DivClassName
{
background-color: #193290;
}
.BgClassName
{
background-color: #193290;
}
</style>
border-color css
<style>
span { border-color: #193290; }
span { border-color: rgb(25,50,144); }
td.TdClassName
{
border-color: #193290;
}
.TagClassName
{
border-color: #193290;
}
</style>