Shades of Egyptian Blue #19489A
Tints of Egyptian Blue #19489A
RGB
CMYK
RGB Variations
Color information
#19489A (or 0x19489A) is known color: Egyptian Blue. HEX triplet: 19, 48 and 9A. RGB value is (25,72,154). Sum of RGB (Red+Green+Blue) = 25+72+154=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #19489A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19489A is #E6B765. Grayscale: #424242. Windows color (decimal): -15120230 or 10111001. OLE color: 10111001.
HSL color Cylindrical-coordinate representation of color #19489A: hue angle of 218.14º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19489A is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 72 | 154 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.40 |
| HSL | 218.14º | 0.72% | 0.35% | - |
| HSV(B) | 218.14º | 0.84% | 0.6% | - |
| XYZ | 8.55 | 7.17 | 31.51 | - |
| YUV | 67.3 | 176.93 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 154 | 0.84 | 0.53 | 0 | 0.40 | 218.14 | 0.72 | 0.35 |
| Hex | 19 | 48 | 9A | 54 | 35 | 0 | 28 | DA | 48 | 23 |
| Octal | 31 | 110 | 232 | 124 | 65 | 0 | 50 | 332 | 110 | 43 |
| Binary | 11001 | 1001000 | 10011010 | 1010100 | 110101 | 0 | 101000 | 11011010 | 1001000 | 100011 |
Color Harmonies of #19489A
Complementary color
Monochromatic Colors of #19489A
Black with #19489A
Text Example
Text Example
White with #19489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19489A; }
p { color: rgb(25,72,154); }
H1.HeaderClassName
{
color: #19489A;
}
.AnyTagClassName
{
color: #19489A;
}
</style>
background-color css
<style>
a { background-color: #19489A; }
a { background-color: rgb(25,72,154); }
div.DivClassName
{
background-color: #19489A;
}
.BgClassName
{
background-color: #19489A;
}
</style>
border-color css
<style>
span { border-color: #19489A; }
span { border-color: rgb(25,72,154); }
td.TdClassName
{
border-color: #19489A;
}
.TagClassName
{
border-color: #19489A;
}
</style>