Shades of Egyptian Blue #19329D
Tints of Egyptian Blue #19329D
RGB
CMYK
RGB Variations
Color information
#19329D (or 0x19329D) is known color: Egyptian Blue. HEX triplet: 19, 32 and 9D. RGB value is (25,50,157). Sum of RGB (Red+Green+Blue) = 25+50+157=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #19329D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19329D is #E6CD62. Grayscale: #363636. Windows color (decimal): -15125859 or 10301977. OLE color: 10301977.
HSL color Cylindrical-coordinate representation of color #19329D: hue angle of 228.64º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19329D is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 50 | 157 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.38 |
| HSL | 228.64º | 0.73% | 0.36% | - |
| HSV(B) | 228.64º | 0.84% | 0.62% | - |
| XYZ | 7.63 | 4.92 | 32.45 | - |
| YUV | 54.72 | 185.72 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 157 | 0.84 | 0.68 | 0 | 0.38 | 228.64 | 0.73 | 0.36 |
| Hex | 19 | 32 | 9D | 54 | 44 | 0 | 26 | E5 | 49 | 24 |
| Octal | 31 | 62 | 235 | 124 | 104 | 0 | 46 | 345 | 111 | 44 |
| Binary | 11001 | 110010 | 10011101 | 1010100 | 1000100 | 0 | 100110 | 11100101 | 1001001 | 100100 |
Color Harmonies of #19329D
Complementary color
Monochromatic Colors of #19329D
Black with #19329D
Text Example
Text Example
White with #19329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19329D; }
p { color: rgb(25,50,157); }
H1.HeaderClassName
{
color: #19329D;
}
.AnyTagClassName
{
color: #19329D;
}
</style>
background-color css
<style>
a { background-color: #19329D; }
a { background-color: rgb(25,50,157); }
div.DivClassName
{
background-color: #19329D;
}
.BgClassName
{
background-color: #19329D;
}
</style>
border-color css
<style>
span { border-color: #19329D; }
span { border-color: rgb(25,50,157); }
td.TdClassName
{
border-color: #19329D;
}
.TagClassName
{
border-color: #19329D;
}
</style>