Shades of Egyptian Blue #19299E
Tints of Egyptian Blue #19299E
RGB
CMYK
RGB Variations
Color information
#19299E (or 0x19299E) is known color: Egyptian Blue. HEX triplet: 19, 29 and 9E. RGB value is (25,41,158). Sum of RGB (Red+Green+Blue) = 25+41+158=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 158 (62.11% from 255 or 70.54% from 224); Max value from RGB is 158 - color contains mainly: blue. Hex color #19299E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19299E is #E6D661. Grayscale: #313131. Windows color (decimal): -15128162 or 10365209. OLE color: 10365209.
HSL color Cylindrical-coordinate representation of color #19299E: hue angle of 232.78º 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 #19299E is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 41 | 158 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.38 |
| HSL | 232.78º | 0.73% | 0.36% | - |
| HSV(B) | 232.78º | 0.84% | 0.62% | - |
| XYZ | 7.37 | 4.26 | 32.78 | - |
| YUV | 49.55 | 189.2 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 158 | 0.84 | 0.74 | 0 | 0.38 | 232.78 | 0.73 | 0.36 |
| Hex | 19 | 29 | 9E | 54 | 4A | 0 | 26 | E9 | 49 | 24 |
| Octal | 31 | 51 | 236 | 124 | 112 | 0 | 46 | 351 | 111 | 44 |
| Binary | 11001 | 101001 | 10011110 | 1010100 | 1001010 | 0 | 100110 | 11101001 | 1001001 | 100100 |
Color Harmonies of #19299E
Complementary color
Monochromatic Colors of #19299E
Black with #19299E
Text Example
Text Example
White with #19299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19299E; }
p { color: rgb(25,41,158); }
H1.HeaderClassName
{
color: #19299E;
}
.AnyTagClassName
{
color: #19299E;
}
</style>
background-color css
<style>
a { background-color: #19299E; }
a { background-color: rgb(25,41,158); }
div.DivClassName
{
background-color: #19299E;
}
.BgClassName
{
background-color: #19299E;
}
</style>
border-color css
<style>
span { border-color: #19299E; }
span { border-color: rgb(25,41,158); }
td.TdClassName
{
border-color: #19299E;
}
.TagClassName
{
border-color: #19299E;
}
</style>