Shades of Egyptian Blue #19249C
Tints of Egyptian Blue #19249C
RGB
CMYK
RGB Variations
Color information
#19249C (or 0x19249C) is known color: Egyptian Blue. HEX triplet: 19, 24 and 9C. RGB value is (25,36,156). Sum of RGB (Red+Green+Blue) = 25+36+156=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 156 (61.33% from 255 or 71.89% from 217); Max value from RGB is 156 - color contains mainly: blue. Hex color #19249C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19249C is #E6DB63. Grayscale: #2D2D2D. Windows color (decimal): -15129444 or 10232857. OLE color: 10232857.
HSL color Cylindrical-coordinate representation of color #19249C: hue angle of 234.96º 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 #19249C is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 36 | 156 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.39 |
| HSL | 234.96º | 0.72% | 0.35% | - |
| HSV(B) | 234.96º | 0.84% | 0.61% | - |
| XYZ | 7.03 | 3.87 | 31.83 | - |
| YUV | 46.39 | 189.86 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 156 | 0.84 | 0.77 | 0 | 0.39 | 234.96 | 0.72 | 0.35 |
| Hex | 19 | 24 | 9C | 54 | 4D | 0 | 27 | EB | 48 | 23 |
| Octal | 31 | 44 | 234 | 124 | 115 | 0 | 47 | 353 | 110 | 43 |
| Binary | 11001 | 100100 | 10011100 | 1010100 | 1001101 | 0 | 100111 | 11101011 | 1001000 | 100011 |
Color Harmonies of #19249C
Complementary color
Monochromatic Colors of #19249C
Black with #19249C
Text Example
Text Example
White with #19249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19249C; }
p { color: rgb(25,36,156); }
H1.HeaderClassName
{
color: #19249C;
}
.AnyTagClassName
{
color: #19249C;
}
</style>
background-color css
<style>
a { background-color: #19249C; }
a { background-color: rgb(25,36,156); }
div.DivClassName
{
background-color: #19249C;
}
.BgClassName
{
background-color: #19249C;
}
</style>
border-color css
<style>
span { border-color: #19249C; }
span { border-color: rgb(25,36,156); }
td.TdClassName
{
border-color: #19249C;
}
.TagClassName
{
border-color: #19249C;
}
</style>