Shades of Egyptian Blue #19249F
Tints of Egyptian Blue #19249F
RGB
CMYK
RGB Variations
Color information
#19249F (or 0x19249F) is known color: Egyptian Blue. HEX triplet: 19, 24 and 9F. RGB value is (25,36,159). Sum of RGB (Red+Green+Blue) = 25+36+159=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 159 (62.5% from 255 or 72.27% from 220); Max value from RGB is 159 - color contains mainly: blue. Hex color #19249F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19249F is #E6DB60. Grayscale: #2E2E2E. Windows color (decimal): -15129441 or 10429465. OLE color: 10429465.
HSL color Cylindrical-coordinate representation of color #19249F: hue angle of 235.07º 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 #19249F is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 36 | 159 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.38 |
| HSL | 235.07º | 0.73% | 0.36% | - |
| HSV(B) | 235.07º | 0.84% | 0.62% | - |
| XYZ | 7.29 | 3.97 | 33.18 | - |
| YUV | 46.73 | 191.36 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 159 | 0.84 | 0.77 | 0 | 0.38 | 235.07 | 0.73 | 0.36 |
| Hex | 19 | 24 | 9F | 54 | 4D | 0 | 26 | EB | 49 | 24 |
| Octal | 31 | 44 | 237 | 124 | 115 | 0 | 46 | 353 | 111 | 44 |
| Binary | 11001 | 100100 | 10011111 | 1010100 | 1001101 | 0 | 100110 | 11101011 | 1001001 | 100100 |
Color Harmonies of #19249F
Complementary color
Monochromatic Colors of #19249F
Black with #19249F
Text Example
Text Example
White with #19249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19249F; }
p { color: rgb(25,36,159); }
H1.HeaderClassName
{
color: #19249F;
}
.AnyTagClassName
{
color: #19249F;
}
</style>
background-color css
<style>
a { background-color: #19249F; }
a { background-color: rgb(25,36,159); }
div.DivClassName
{
background-color: #19249F;
}
.BgClassName
{
background-color: #19249F;
}
</style>
border-color css
<style>
span { border-color: #19249F; }
span { border-color: rgb(25,36,159); }
td.TdClassName
{
border-color: #19249F;
}
.TagClassName
{
border-color: #19249F;
}
</style>