Shades of Egyptian Blue #19298C
Tints of Egyptian Blue #19298C
RGB
CMYK
RGB Variations
Color information
#19298C (or 0x19298C) is known color: Egyptian Blue. HEX triplet: 19, 29 and 8C. RGB value is (25,41,140). Sum of RGB (Red+Green+Blue) = 25+41+140=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #19298C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19298C is #E6D673. Grayscale: #2F2F2F. Windows color (decimal): -15128180 or 9185561. OLE color: 9185561.
HSL color Cylindrical-coordinate representation of color #19298C: hue angle of 231.65º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19298C is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 41 | 140 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.45 |
| HSL | 231.65º | 0.7% | 0.32% | - |
| HSV(B) | 231.65º | 0.82% | 0.55% | - |
| XYZ | 5.93 | 3.69 | 25.21 | - |
| YUV | 47.5 | 180.2 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 140 | 0.82 | 0.71 | 0 | 0.45 | 231.65 | 0.7 | 0.32 |
| Hex | 19 | 29 | 8C | 52 | 47 | 0 | 2D | E8 | 46 | 20 |
| Octal | 31 | 51 | 214 | 122 | 107 | 0 | 55 | 350 | 106 | 40 |
| Binary | 11001 | 101001 | 10001100 | 1010010 | 1000111 | 0 | 101101 | 11101000 | 1000110 | 100000 |
Color Harmonies of #19298C
Complementary color
Monochromatic Colors of #19298C
Black with #19298C
Text Example
Text Example
White with #19298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19298C; }
p { color: rgb(25,41,140); }
H1.HeaderClassName
{
color: #19298C;
}
.AnyTagClassName
{
color: #19298C;
}
</style>
background-color css
<style>
a { background-color: #19298C; }
a { background-color: rgb(25,41,140); }
div.DivClassName
{
background-color: #19298C;
}
.BgClassName
{
background-color: #19298C;
}
</style>
border-color css
<style>
span { border-color: #19298C; }
span { border-color: rgb(25,41,140); }
td.TdClassName
{
border-color: #19298C;
}
.TagClassName
{
border-color: #19298C;
}
</style>