Shades of Egyptian Blue #19419F
Tints of Egyptian Blue #19419F
RGB
CMYK
RGB Variations
Color information
#19419F (or 0x19419F) is known color: Egyptian Blue. HEX triplet: 19, 41 and 9F. RGB value is (25,65,159). Sum of RGB (Red+Green+Blue) = 25+65+159=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #19419F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19419F is #E6BE60. Grayscale: #3F3F3F. Windows color (decimal): -15122017 or 10436889. OLE color: 10436889.
HSL color Cylindrical-coordinate representation of color #19419F: hue angle of 222.09º 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 #19419F is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 65 | 159 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.38 |
| HSL | 222.09º | 0.73% | 0.36% | - |
| HSV(B) | 222.09º | 0.84% | 0.62% | - |
| XYZ | 8.55 | 6.49 | 33.6 | - |
| YUV | 63.76 | 181.75 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 159 | 0.84 | 0.59 | 0 | 0.38 | 222.09 | 0.73 | 0.36 |
| Hex | 19 | 41 | 9F | 54 | 3B | 0 | 26 | DE | 49 | 24 |
| Octal | 31 | 101 | 237 | 124 | 73 | 0 | 46 | 336 | 111 | 44 |
| Binary | 11001 | 1000001 | 10011111 | 1010100 | 111011 | 0 | 100110 | 11011110 | 1001001 | 100100 |
Color Harmonies of #19419F
Complementary color
Monochromatic Colors of #19419F
Black with #19419F
Text Example
Text Example
White with #19419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19419F; }
p { color: rgb(25,65,159); }
H1.HeaderClassName
{
color: #19419F;
}
.AnyTagClassName
{
color: #19419F;
}
</style>
background-color css
<style>
a { background-color: #19419F; }
a { background-color: rgb(25,65,159); }
div.DivClassName
{
background-color: #19419F;
}
.BgClassName
{
background-color: #19419F;
}
</style>
border-color css
<style>
span { border-color: #19419F; }
span { border-color: rgb(25,65,159); }
td.TdClassName
{
border-color: #19419F;
}
.TagClassName
{
border-color: #19419F;
}
</style>