Shades of Egyptian Blue #193595
Tints of Egyptian Blue #193595
RGB
CMYK
RGB Variations
Color information
#193595 (or 0x193595) is known color: Egyptian Blue. HEX triplet: 19, 35 and 95. RGB value is (25,53,149). Sum of RGB (Red+Green+Blue) = 25+53+149=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #193595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193595 is #E6CA6A. Grayscale: #373737. Windows color (decimal): -15125099 or 9778457. OLE color: 9778457.
HSL color Cylindrical-coordinate representation of color #193595: hue angle of 226.45º 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 #193595 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 53 | 149 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.42 |
| HSL | 226.45º | 0.71% | 0.34% | - |
| HSV(B) | 226.45º | 0.83% | 0.58% | - |
| XYZ | 7.1 | 4.92 | 29.01 | - |
| YUV | 55.57 | 180.72 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 149 | 0.83 | 0.64 | 0 | 0.42 | 226.45 | 0.71 | 0.34 |
| Hex | 19 | 35 | 95 | 53 | 40 | 0 | 2A | E2 | 47 | 22 |
| Octal | 31 | 65 | 225 | 123 | 100 | 0 | 52 | 342 | 107 | 42 |
| Binary | 11001 | 110101 | 10010101 | 1010011 | 1000000 | 0 | 101010 | 11100010 | 1000111 | 100010 |
Color Harmonies of #193595
Complementary color
Monochromatic Colors of #193595
Black with #193595
Text Example
Text Example
White with #193595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193595; }
p { color: rgb(25,53,149); }
H1.HeaderClassName
{
color: #193595;
}
.AnyTagClassName
{
color: #193595;
}
</style>
background-color css
<style>
a { background-color: #193595; }
a { background-color: rgb(25,53,149); }
div.DivClassName
{
background-color: #193595;
}
.BgClassName
{
background-color: #193595;
}
</style>
border-color css
<style>
span { border-color: #193595; }
span { border-color: rgb(25,53,149); }
td.TdClassName
{
border-color: #193595;
}
.TagClassName
{
border-color: #193595;
}
</style>