Shades of Egyptian Blue #19249A
Tints of Egyptian Blue #19249A
RGB
CMYK
RGB Variations
Color information
#19249A (or 0x19249A) is known color: Egyptian Blue. HEX triplet: 19, 24 and 9A. RGB value is (25,36,154). Sum of RGB (Red+Green+Blue) = 25+36+154=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 154 (60.55% from 255 or 71.63% from 215); Max value from RGB is 154 - color contains mainly: blue. Hex color #19249A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19249A is #E6DB65. Grayscale: #2D2D2D. Windows color (decimal): -15129446 or 10101785. OLE color: 10101785.
HSL color Cylindrical-coordinate representation of color #19249A: hue angle of 234.88º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19249A is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 36 | 154 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.40 |
| HSL | 234.88º | 0.72% | 0.35% | - |
| HSV(B) | 234.88º | 0.84% | 0.6% | - |
| XYZ | 6.86 | 3.8 | 30.94 | - |
| YUV | 46.16 | 188.86 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 154 | 0.84 | 0.77 | 0 | 0.40 | 234.88 | 0.72 | 0.35 |
| Hex | 19 | 24 | 9A | 54 | 4D | 0 | 28 | EB | 48 | 23 |
| Octal | 31 | 44 | 232 | 124 | 115 | 0 | 50 | 353 | 110 | 43 |
| Binary | 11001 | 100100 | 10011010 | 1010100 | 1001101 | 0 | 101000 | 11101011 | 1001000 | 100011 |
Color Harmonies of #19249A
Complementary color
Monochromatic Colors of #19249A
Black with #19249A
Text Example
Text Example
White with #19249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19249A; }
p { color: rgb(25,36,154); }
H1.HeaderClassName
{
color: #19249A;
}
.AnyTagClassName
{
color: #19249A;
}
</style>
background-color css
<style>
a { background-color: #19249A; }
a { background-color: rgb(25,36,154); }
div.DivClassName
{
background-color: #19249A;
}
.BgClassName
{
background-color: #19249A;
}
</style>
border-color css
<style>
span { border-color: #19249A; }
span { border-color: rgb(25,36,154); }
td.TdClassName
{
border-color: #19249A;
}
.TagClassName
{
border-color: #19249A;
}
</style>