Shades of Egyptian Blue #19489F
Tints of Egyptian Blue #19489F
RGB
CMYK
RGB Variations
Color information
#19489F (or 0x19489F) is known color: Egyptian Blue. HEX triplet: 19, 48 and 9F. RGB value is (25,72,159). Sum of RGB (Red+Green+Blue) = 25+72+159=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #19489F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19489F is #E6B760. Grayscale: #434343. Windows color (decimal): -15120225 or 10438681. OLE color: 10438681.
HSL color Cylindrical-coordinate representation of color #19489F: hue angle of 218.96º 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 #19489F is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 72 | 159 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.38 |
| HSL | 218.96º | 0.73% | 0.36% | - |
| HSV(B) | 218.96º | 0.84% | 0.62% | - |
| XYZ | 8.98 | 7.34 | 33.75 | - |
| YUV | 67.87 | 179.43 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 159 | 0.84 | 0.55 | 0 | 0.38 | 218.96 | 0.73 | 0.36 |
| Hex | 19 | 48 | 9F | 54 | 37 | 0 | 26 | DB | 49 | 24 |
| Octal | 31 | 110 | 237 | 124 | 67 | 0 | 46 | 333 | 111 | 44 |
| Binary | 11001 | 1001000 | 10011111 | 1010100 | 110111 | 0 | 100110 | 11011011 | 1001001 | 100100 |
Color Harmonies of #19489F
Complementary color
Monochromatic Colors of #19489F
Black with #19489F
Text Example
Text Example
White with #19489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19489F; }
p { color: rgb(25,72,159); }
H1.HeaderClassName
{
color: #19489F;
}
.AnyTagClassName
{
color: #19489F;
}
</style>
background-color css
<style>
a { background-color: #19489F; }
a { background-color: rgb(25,72,159); }
div.DivClassName
{
background-color: #19489F;
}
.BgClassName
{
background-color: #19489F;
}
</style>
border-color css
<style>
span { border-color: #19489F; }
span { border-color: rgb(25,72,159); }
td.TdClassName
{
border-color: #19489F;
}
.TagClassName
{
border-color: #19489F;
}
</style>