Shades of Egyptian Blue #19389E
Tints of Egyptian Blue #19389E
RGB
CMYK
RGB Variations
Color information
#19389E (or 0x19389E) is known color: Egyptian Blue. HEX triplet: 19, 38 and 9E. RGB value is (25,56,158). Sum of RGB (Red+Green+Blue) = 25+56+158=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #19389E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19389E is #E6C761. Grayscale: #393939. Windows color (decimal): -15124322 or 10369049. OLE color: 10369049.
HSL color Cylindrical-coordinate representation of color #19389E: hue angle of 226.02º 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 #19389E is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 56 | 158 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.38 |
| HSL | 226.02º | 0.73% | 0.36% | - |
| HSV(B) | 226.02º | 0.84% | 0.62% | - |
| XYZ | 7.99 | 5.5 | 32.99 | - |
| YUV | 58.36 | 184.23 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 158 | 0.84 | 0.65 | 0 | 0.38 | 226.02 | 0.73 | 0.36 |
| Hex | 19 | 38 | 9E | 54 | 41 | 0 | 26 | E2 | 49 | 24 |
| Octal | 31 | 70 | 236 | 124 | 101 | 0 | 46 | 342 | 111 | 44 |
| Binary | 11001 | 111000 | 10011110 | 1010100 | 1000001 | 0 | 100110 | 11100010 | 1001001 | 100100 |
Color Harmonies of #19389E
Complementary color
Monochromatic Colors of #19389E
Black with #19389E
Text Example
Text Example
White with #19389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19389E; }
p { color: rgb(25,56,158); }
H1.HeaderClassName
{
color: #19389E;
}
.AnyTagClassName
{
color: #19389E;
}
</style>
background-color css
<style>
a { background-color: #19389E; }
a { background-color: rgb(25,56,158); }
div.DivClassName
{
background-color: #19389E;
}
.BgClassName
{
background-color: #19389E;
}
</style>
border-color css
<style>
span { border-color: #19389E; }
span { border-color: rgb(25,56,158); }
td.TdClassName
{
border-color: #19389E;
}
.TagClassName
{
border-color: #19389E;
}
</style>