Shades of Egyptian Blue #19429D
Tints of Egyptian Blue #19429D
RGB
CMYK
RGB Variations
Color information
#19429D (or 0x19429D) is known color: Egyptian Blue. HEX triplet: 19, 42 and 9D. RGB value is (25,66,157). Sum of RGB (Red+Green+Blue) = 25+66+157=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #19429D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19429D is #E6BD62. Grayscale: #3F3F3F. Windows color (decimal): -15121763 or 10306073. OLE color: 10306073.
HSL color Cylindrical-coordinate representation of color #19429D: hue angle of 221.36º 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 #19429D is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 66 | 157 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.38 |
| HSL | 221.36º | 0.73% | 0.36% | - |
| HSV(B) | 221.36º | 0.84% | 0.62% | - |
| XYZ | 8.43 | 6.54 | 32.72 | - |
| YUV | 64.12 | 180.42 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 157 | 0.84 | 0.58 | 0 | 0.38 | 221.36 | 0.73 | 0.36 |
| Hex | 19 | 42 | 9D | 54 | 3A | 0 | 26 | DD | 49 | 24 |
| Octal | 31 | 102 | 235 | 124 | 72 | 0 | 46 | 335 | 111 | 44 |
| Binary | 11001 | 1000010 | 10011101 | 1010100 | 111010 | 0 | 100110 | 11011101 | 1001001 | 100100 |
Color Harmonies of #19429D
Complementary color
Monochromatic Colors of #19429D
Black with #19429D
Text Example
Text Example
White with #19429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19429D; }
p { color: rgb(25,66,157); }
H1.HeaderClassName
{
color: #19429D;
}
.AnyTagClassName
{
color: #19429D;
}
</style>
background-color css
<style>
a { background-color: #19429D; }
a { background-color: rgb(25,66,157); }
div.DivClassName
{
background-color: #19429D;
}
.BgClassName
{
background-color: #19429D;
}
</style>
border-color css
<style>
span { border-color: #19429D; }
span { border-color: rgb(25,66,157); }
td.TdClassName
{
border-color: #19429D;
}
.TagClassName
{
border-color: #19429D;
}
</style>