Shades of Egyptian Blue #19469E
Tints of Egyptian Blue #19469E
RGB
CMYK
RGB Variations
Color information
#19469E (or 0x19469E) is known color: Egyptian Blue. HEX triplet: 19, 46 and 9E. RGB value is (25,70,158). Sum of RGB (Red+Green+Blue) = 25+70+158=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #19469E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19469E is #E6B961. Grayscale: #424242. Windows color (decimal): -15120738 or 10372633. OLE color: 10372633.
HSL color Cylindrical-coordinate representation of color #19469E: hue angle of 219.7º 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 #19469E is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 70 | 158 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.38 |
| HSL | 219.7º | 0.73% | 0.36% | - |
| HSV(B) | 219.7º | 0.84% | 0.62% | - |
| XYZ | 8.76 | 7.06 | 33.25 | - |
| YUV | 66.58 | 179.59 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 158 | 0.84 | 0.56 | 0 | 0.38 | 219.7 | 0.73 | 0.36 |
| Hex | 19 | 46 | 9E | 54 | 38 | 0 | 26 | DC | 49 | 24 |
| Octal | 31 | 106 | 236 | 124 | 70 | 0 | 46 | 334 | 111 | 44 |
| Binary | 11001 | 1000110 | 10011110 | 1010100 | 111000 | 0 | 100110 | 11011100 | 1001001 | 100100 |
Color Harmonies of #19469E
Complementary color
Monochromatic Colors of #19469E
Black with #19469E
Text Example
Text Example
White with #19469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19469E; }
p { color: rgb(25,70,158); }
H1.HeaderClassName
{
color: #19469E;
}
.AnyTagClassName
{
color: #19469E;
}
</style>
background-color css
<style>
a { background-color: #19469E; }
a { background-color: rgb(25,70,158); }
div.DivClassName
{
background-color: #19469E;
}
.BgClassName
{
background-color: #19469E;
}
</style>
border-color css
<style>
span { border-color: #19469E; }
span { border-color: rgb(25,70,158); }
td.TdClassName
{
border-color: #19469E;
}
.TagClassName
{
border-color: #19469E;
}
</style>