Shades of Egyptian Blue #19239E
Tints of Egyptian Blue #19239E
RGB
CMYK
RGB Variations
Color information
#19239E (or 0x19239E) is known color: Egyptian Blue. HEX triplet: 19, 23 and 9E. RGB value is (25,35,158). Sum of RGB (Red+Green+Blue) = 25+35+158=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 158 (62.11% from 255 or 72.48% from 218); Max value from RGB is 158 - color contains mainly: blue. Hex color #19239E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19239E is #E6DC61. Grayscale: #2D2D2D. Windows color (decimal): -15129698 or 10363673. OLE color: 10363673.
HSL color Cylindrical-coordinate representation of color #19239E: hue angle of 235.49º 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 #19239E is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 35 | 158 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.38 |
| HSL | 235.49º | 0.73% | 0.36% | - |
| HSV(B) | 235.49º | 0.84% | 0.62% | - |
| XYZ | 7.17 | 3.88 | 32.72 | - |
| YUV | 46.03 | 191.19 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 158 | 0.84 | 0.78 | 0 | 0.38 | 235.49 | 0.73 | 0.36 |
| Hex | 19 | 23 | 9E | 54 | 4E | 0 | 26 | EB | 49 | 24 |
| Octal | 31 | 43 | 236 | 124 | 116 | 0 | 46 | 353 | 111 | 44 |
| Binary | 11001 | 100011 | 10011110 | 1010100 | 1001110 | 0 | 100110 | 11101011 | 1001001 | 100100 |
Color Harmonies of #19239E
Complementary color
Monochromatic Colors of #19239E
Black with #19239E
Text Example
Text Example
White with #19239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19239E; }
p { color: rgb(25,35,158); }
H1.HeaderClassName
{
color: #19239E;
}
.AnyTagClassName
{
color: #19239E;
}
</style>
background-color css
<style>
a { background-color: #19239E; }
a { background-color: rgb(25,35,158); }
div.DivClassName
{
background-color: #19239E;
}
.BgClassName
{
background-color: #19239E;
}
</style>
border-color css
<style>
span { border-color: #19239E; }
span { border-color: rgb(25,35,158); }
td.TdClassName
{
border-color: #19239E;
}
.TagClassName
{
border-color: #19239E;
}
</style>