Shades of Egyptian Blue #19489E
Tints of Egyptian Blue #19489E
RGB
CMYK
RGB Variations
Color information
#19489E (or 0x19489E) is known color: Egyptian Blue. HEX triplet: 19, 48 and 9E. RGB value is (25,72,158). Sum of RGB (Red+Green+Blue) = 25+72+158=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #19489E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19489E is #E6B761. Grayscale: #434343. Windows color (decimal): -15120226 or 10373145. OLE color: 10373145.
HSL color Cylindrical-coordinate representation of color #19489E: hue angle of 218.8º 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 #19489E is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 72 | 158 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.38 |
| HSL | 218.8º | 0.73% | 0.36% | - |
| HSV(B) | 218.8º | 0.84% | 0.62% | - |
| XYZ | 8.89 | 7.31 | 33.29 | - |
| YUV | 67.75 | 178.93 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 158 | 0.84 | 0.54 | 0 | 0.38 | 218.8 | 0.73 | 0.36 |
| Hex | 19 | 48 | 9E | 54 | 36 | 0 | 26 | DB | 49 | 24 |
| Octal | 31 | 110 | 236 | 124 | 66 | 0 | 46 | 333 | 111 | 44 |
| Binary | 11001 | 1001000 | 10011110 | 1010100 | 110110 | 0 | 100110 | 11011011 | 1001001 | 100100 |
Color Harmonies of #19489E
Complementary color
Monochromatic Colors of #19489E
Black with #19489E
Text Example
Text Example
White with #19489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19489E; }
p { color: rgb(25,72,158); }
H1.HeaderClassName
{
color: #19489E;
}
.AnyTagClassName
{
color: #19489E;
}
</style>
background-color css
<style>
a { background-color: #19489E; }
a { background-color: rgb(25,72,158); }
div.DivClassName
{
background-color: #19489E;
}
.BgClassName
{
background-color: #19489E;
}
</style>
border-color css
<style>
span { border-color: #19489E; }
span { border-color: rgb(25,72,158); }
td.TdClassName
{
border-color: #19489E;
}
.TagClassName
{
border-color: #19489E;
}
</style>