Shades of Egyptian Blue #19409F
Tints of Egyptian Blue #19409F
RGB
CMYK
RGB Variations
Color information
#19409F (or 0x19409F) is known color: Egyptian Blue. HEX triplet: 19, 40 and 9F. RGB value is (25,64,159). Sum of RGB (Red+Green+Blue) = 25+64+159=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #19409F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19409F is #E6BF60. Grayscale: #3E3E3E. Windows color (decimal): -15122273 or 10436633. OLE color: 10436633.
HSL color Cylindrical-coordinate representation of color #19409F: hue angle of 222.54º 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 #19409F is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 64 | 159 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.38 |
| HSL | 222.54º | 0.73% | 0.36% | - |
| HSV(B) | 222.54º | 0.84% | 0.62% | - |
| XYZ | 8.49 | 6.38 | 33.58 | - |
| YUV | 63.17 | 182.08 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 159 | 0.84 | 0.60 | 0 | 0.38 | 222.54 | 0.73 | 0.36 |
| Hex | 19 | 40 | 9F | 54 | 3C | 0 | 26 | DF | 49 | 24 |
| Octal | 31 | 100 | 237 | 124 | 74 | 0 | 46 | 337 | 111 | 44 |
| Binary | 11001 | 1000000 | 10011111 | 1010100 | 111100 | 0 | 100110 | 11011111 | 1001001 | 100100 |
Color Harmonies of #19409F
Complementary color
Monochromatic Colors of #19409F
Black with #19409F
Text Example
Text Example
White with #19409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19409F; }
p { color: rgb(25,64,159); }
H1.HeaderClassName
{
color: #19409F;
}
.AnyTagClassName
{
color: #19409F;
}
</style>
background-color css
<style>
a { background-color: #19409F; }
a { background-color: rgb(25,64,159); }
div.DivClassName
{
background-color: #19409F;
}
.BgClassName
{
background-color: #19409F;
}
</style>
border-color css
<style>
span { border-color: #19409F; }
span { border-color: rgb(25,64,159); }
td.TdClassName
{
border-color: #19409F;
}
.TagClassName
{
border-color: #19409F;
}
</style>