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