Shades of Egyptian Blue #19469D
Tints of Egyptian Blue #19469D
RGB
CMYK
RGB Variations
Color information
#19469D (or 0x19469D) is known color: Egyptian Blue. HEX triplet: 19, 46 and 9D. RGB value is (25,70,157). Sum of RGB (Red+Green+Blue) = 25+70+157=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #19469D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19469D is #E6B962. Grayscale: #424242. Windows color (decimal): -15120739 or 10307097. OLE color: 10307097.
HSL color Cylindrical-coordinate representation of color #19469D: hue angle of 219.55º 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 #19469D is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 70 | 157 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.38 |
| HSL | 219.55º | 0.73% | 0.36% | - |
| HSV(B) | 219.55º | 0.84% | 0.62% | - |
| XYZ | 8.68 | 7.02 | 32.8 | - |
| YUV | 66.46 | 179.09 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 157 | 0.84 | 0.55 | 0 | 0.38 | 219.55 | 0.73 | 0.36 |
| Hex | 19 | 46 | 9D | 54 | 37 | 0 | 26 | DC | 49 | 24 |
| Octal | 31 | 106 | 235 | 124 | 67 | 0 | 46 | 334 | 111 | 44 |
| Binary | 11001 | 1000110 | 10011101 | 1010100 | 110111 | 0 | 100110 | 11011100 | 1001001 | 100100 |
Color Harmonies of #19469D
Complementary color
Monochromatic Colors of #19469D
Black with #19469D
Text Example
Text Example
White with #19469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19469D; }
p { color: rgb(25,70,157); }
H1.HeaderClassName
{
color: #19469D;
}
.AnyTagClassName
{
color: #19469D;
}
</style>
background-color css
<style>
a { background-color: #19469D; }
a { background-color: rgb(25,70,157); }
div.DivClassName
{
background-color: #19469D;
}
.BgClassName
{
background-color: #19469D;
}
</style>
border-color css
<style>
span { border-color: #19469D; }
span { border-color: rgb(25,70,157); }
td.TdClassName
{
border-color: #19469D;
}
.TagClassName
{
border-color: #19469D;
}
</style>