Shades of Egyptian Blue #19489C
Tints of Egyptian Blue #19489C
RGB
CMYK
RGB Variations
Color information
#19489C (or 0x19489C) is known color: Egyptian Blue. HEX triplet: 19, 48 and 9C. RGB value is (25,72,156). Sum of RGB (Red+Green+Blue) = 25+72+156=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #19489C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19489C is #E6B763. Grayscale: #434343. Windows color (decimal): -15120228 or 10242073. OLE color: 10242073.
HSL color Cylindrical-coordinate representation of color #19489C: hue angle of 218.47º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19489C is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 72 | 156 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.39 |
| HSL | 218.47º | 0.72% | 0.35% | - |
| HSV(B) | 218.47º | 0.84% | 0.61% | - |
| XYZ | 8.72 | 7.24 | 32.39 | - |
| YUV | 67.52 | 177.93 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 156 | 0.84 | 0.54 | 0 | 0.39 | 218.47 | 0.72 | 0.35 |
| Hex | 19 | 48 | 9C | 54 | 36 | 0 | 27 | DA | 48 | 23 |
| Octal | 31 | 110 | 234 | 124 | 66 | 0 | 47 | 332 | 110 | 43 |
| Binary | 11001 | 1001000 | 10011100 | 1010100 | 110110 | 0 | 100111 | 11011010 | 1001000 | 100011 |
Color Harmonies of #19489C
Complementary color
Monochromatic Colors of #19489C
Black with #19489C
Text Example
Text Example
White with #19489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19489C; }
p { color: rgb(25,72,156); }
H1.HeaderClassName
{
color: #19489C;
}
.AnyTagClassName
{
color: #19489C;
}
</style>
background-color css
<style>
a { background-color: #19489C; }
a { background-color: rgb(25,72,156); }
div.DivClassName
{
background-color: #19489C;
}
.BgClassName
{
background-color: #19489C;
}
</style>
border-color css
<style>
span { border-color: #19489C; }
span { border-color: rgb(25,72,156); }
td.TdClassName
{
border-color: #19489C;
}
.TagClassName
{
border-color: #19489C;
}
</style>