Shades of Egyptian Blue #19328D
Tints of Egyptian Blue #19328D
RGB
CMYK
RGB Variations
Color information
#19328D (or 0x19328D) is known color: Egyptian Blue. HEX triplet: 19, 32 and 8D. RGB value is (25,50,141). Sum of RGB (Red+Green+Blue) = 25+50+141=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #19328D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19328D is #E6CD72. Grayscale: #343434. Windows color (decimal): -15125875 or 9253401. OLE color: 9253401.
HSL color Cylindrical-coordinate representation of color #19328D: hue angle of 227.07º 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 #19328D is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 50 | 141 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.45 |
| HSL | 227.07º | 0.7% | 0.33% | - |
| HSV(B) | 227.07º | 0.82% | 0.55% | - |
| XYZ | 6.35 | 4.41 | 25.72 | - |
| YUV | 52.9 | 177.72 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 141 | 0.82 | 0.65 | 0 | 0.45 | 227.07 | 0.7 | 0.33 |
| Hex | 19 | 32 | 8D | 52 | 41 | 0 | 2D | E3 | 46 | 21 |
| Octal | 31 | 62 | 215 | 122 | 101 | 0 | 55 | 343 | 106 | 41 |
| Binary | 11001 | 110010 | 10001101 | 1010010 | 1000001 | 0 | 101101 | 11100011 | 1000110 | 100001 |
Color Harmonies of #19328D
Complementary color
Monochromatic Colors of #19328D
Black with #19328D
Text Example
Text Example
White with #19328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19328D; }
p { color: rgb(25,50,141); }
H1.HeaderClassName
{
color: #19328D;
}
.AnyTagClassName
{
color: #19328D;
}
</style>
background-color css
<style>
a { background-color: #19328D; }
a { background-color: rgb(25,50,141); }
div.DivClassName
{
background-color: #19328D;
}
.BgClassName
{
background-color: #19328D;
}
</style>
border-color css
<style>
span { border-color: #19328D; }
span { border-color: rgb(25,50,141); }
td.TdClassName
{
border-color: #19328D;
}
.TagClassName
{
border-color: #19328D;
}
</style>