Shades of Egyptian Blue #193291
Tints of Egyptian Blue #193291
RGB
CMYK
RGB Variations
Color information
#193291 (or 0x193291) is known color: Egyptian Blue. HEX triplet: 19, 32 and 91. RGB value is (25,50,145). Sum of RGB (Red+Green+Blue) = 25+50+145=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 145 (57.03% from 255 or 65.91% from 220); Max value from RGB is 145 - color contains mainly: blue. Hex color #193291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193291 is #E6CD6E. Grayscale: #343434. Windows color (decimal): -15125871 or 9515545. OLE color: 9515545.
HSL color Cylindrical-coordinate representation of color #193291: hue angle of 227.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193291 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 50 | 145 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.43 |
| HSL | 227.5º | 0.71% | 0.33% | - |
| HSV(B) | 227.5º | 0.83% | 0.57% | - |
| XYZ | 6.65 | 4.53 | 27.31 | - |
| YUV | 53.36 | 179.72 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 145 | 0.83 | 0.66 | 0 | 0.43 | 227.5 | 0.71 | 0.33 |
| Hex | 19 | 32 | 91 | 53 | 42 | 0 | 2B | E4 | 47 | 21 |
| Octal | 31 | 62 | 221 | 123 | 102 | 0 | 53 | 344 | 107 | 41 |
| Binary | 11001 | 110010 | 10010001 | 1010011 | 1000010 | 0 | 101011 | 11100100 | 1000111 | 100001 |
Color Harmonies of #193291
Complementary color
Monochromatic Colors of #193291
Black with #193291
Text Example
Text Example
White with #193291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193291; }
p { color: rgb(25,50,145); }
H1.HeaderClassName
{
color: #193291;
}
.AnyTagClassName
{
color: #193291;
}
</style>
background-color css
<style>
a { background-color: #193291; }
a { background-color: rgb(25,50,145); }
div.DivClassName
{
background-color: #193291;
}
.BgClassName
{
background-color: #193291;
}
</style>
border-color css
<style>
span { border-color: #193291; }
span { border-color: rgb(25,50,145); }
td.TdClassName
{
border-color: #193291;
}
.TagClassName
{
border-color: #193291;
}
</style>