Shades of Egyptian Blue #193395
Tints of Egyptian Blue #193395
RGB
CMYK
RGB Variations
Color information
#193395 (or 0x193395) is known color: Egyptian Blue. HEX triplet: 19, 33 and 95. RGB value is (25,51,149). Sum of RGB (Red+Green+Blue) = 25+51+149=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #193395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193395 is #E6CC6A. Grayscale: #353535. Windows color (decimal): -15125611 or 9777945. OLE color: 9777945.
HSL color Cylindrical-coordinate representation of color #193395: hue angle of 227.42º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193395 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 51 | 149 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.42 |
| HSL | 227.42º | 0.71% | 0.34% | - |
| HSV(B) | 227.42º | 0.83% | 0.58% | - |
| XYZ | 7.01 | 4.74 | 28.98 | - |
| YUV | 54.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 149 | 0.83 | 0.66 | 0 | 0.42 | 227.42 | 0.71 | 0.34 |
| Hex | 19 | 33 | 95 | 53 | 42 | 0 | 2A | E3 | 47 | 22 |
| Octal | 31 | 63 | 225 | 123 | 102 | 0 | 52 | 343 | 107 | 42 |
| Binary | 11001 | 110011 | 10010101 | 1010011 | 1000010 | 0 | 101010 | 11100011 | 1000111 | 100010 |
Color Harmonies of #193395
Complementary color
Monochromatic Colors of #193395
Black with #193395
Text Example
Text Example
White with #193395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193395; }
p { color: rgb(25,51,149); }
H1.HeaderClassName
{
color: #193395;
}
.AnyTagClassName
{
color: #193395;
}
</style>
background-color css
<style>
a { background-color: #193395; }
a { background-color: rgb(25,51,149); }
div.DivClassName
{
background-color: #193395;
}
.BgClassName
{
background-color: #193395;
}
</style>
border-color css
<style>
span { border-color: #193395; }
span { border-color: rgb(25,51,149); }
td.TdClassName
{
border-color: #193395;
}
.TagClassName
{
border-color: #193395;
}
</style>