Shades of Egyptian Blue #19358D
Tints of Egyptian Blue #19358D
RGB
CMYK
RGB Variations
Color information
#19358D (or 0x19358D) is known color: Egyptian Blue. HEX triplet: 19, 35 and 8D. RGB value is (25,53,141). Sum of RGB (Red+Green+Blue) = 25+53+141=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #19358D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19358D is #E6CA72. Grayscale: #363636. Windows color (decimal): -15125107 or 9254169. OLE color: 9254169.
HSL color Cylindrical-coordinate representation of color #19358D: hue angle of 225.52º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19358D is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 53 | 141 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.45 |
| HSL | 225.52º | 0.7% | 0.33% | - |
| HSV(B) | 225.52º | 0.82% | 0.55% | - |
| XYZ | 6.48 | 4.68 | 25.76 | - |
| YUV | 54.66 | 176.72 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 141 | 0.82 | 0.62 | 0 | 0.45 | 225.52 | 0.7 | 0.33 |
| Hex | 19 | 35 | 8D | 52 | 3E | 0 | 2D | E2 | 46 | 21 |
| Octal | 31 | 65 | 215 | 122 | 76 | 0 | 55 | 342 | 106 | 41 |
| Binary | 11001 | 110101 | 10001101 | 1010010 | 111110 | 0 | 101101 | 11100010 | 1000110 | 100001 |
Color Harmonies of #19358D
Complementary color
Monochromatic Colors of #19358D
Black with #19358D
Text Example
Text Example
White with #19358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19358D; }
p { color: rgb(25,53,141); }
H1.HeaderClassName
{
color: #19358D;
}
.AnyTagClassName
{
color: #19358D;
}
</style>
background-color css
<style>
a { background-color: #19358D; }
a { background-color: rgb(25,53,141); }
div.DivClassName
{
background-color: #19358D;
}
.BgClassName
{
background-color: #19358D;
}
</style>
border-color css
<style>
span { border-color: #19358D; }
span { border-color: rgb(25,53,141); }
td.TdClassName
{
border-color: #19358D;
}
.TagClassName
{
border-color: #19358D;
}
</style>