Shades of Egyptian Blue #19399D
Tints of Egyptian Blue #19399D
RGB
CMYK
RGB Variations
Color information
#19399D (or 0x19399D) is known color: Egyptian Blue. HEX triplet: 19, 39 and 9D. RGB value is (25,57,157). Sum of RGB (Red+Green+Blue) = 25+57+157=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #19399D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19399D is #E6C662. Grayscale: #3A3A3A. Windows color (decimal): -15124067 or 10303769. OLE color: 10303769.
HSL color Cylindrical-coordinate representation of color #19399D: hue angle of 225.45º 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 #19399D is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 57 | 157 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.38 |
| HSL | 225.45º | 0.73% | 0.36% | - |
| HSV(B) | 225.45º | 0.84% | 0.62% | - |
| XYZ | 7.95 | 5.57 | 32.55 | - |
| YUV | 58.83 | 183.4 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 157 | 0.84 | 0.64 | 0 | 0.38 | 225.45 | 0.73 | 0.36 |
| Hex | 19 | 39 | 9D | 54 | 40 | 0 | 26 | E1 | 49 | 24 |
| Octal | 31 | 71 | 235 | 124 | 100 | 0 | 46 | 341 | 111 | 44 |
| Binary | 11001 | 111001 | 10011101 | 1010100 | 1000000 | 0 | 100110 | 11100001 | 1001001 | 100100 |
Color Harmonies of #19399D
Complementary color
Monochromatic Colors of #19399D
Black with #19399D
Text Example
Text Example
White with #19399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19399D; }
p { color: rgb(25,57,157); }
H1.HeaderClassName
{
color: #19399D;
}
.AnyTagClassName
{
color: #19399D;
}
</style>
background-color css
<style>
a { background-color: #19399D; }
a { background-color: rgb(25,57,157); }
div.DivClassName
{
background-color: #19399D;
}
.BgClassName
{
background-color: #19399D;
}
</style>
border-color css
<style>
span { border-color: #19399D; }
span { border-color: rgb(25,57,157); }
td.TdClassName
{
border-color: #19399D;
}
.TagClassName
{
border-color: #19399D;
}
</style>