Shades of Egyptian Blue #19399F
Tints of Egyptian Blue #19399F
RGB
CMYK
RGB Variations
Color information
#19399F (or 0x19399F) is known color: Egyptian Blue. HEX triplet: 19, 39 and 9F. RGB value is (25,57,159). Sum of RGB (Red+Green+Blue) = 25+57+159=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #19399F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19399F is #E6C660. Grayscale: #3A3A3A. Windows color (decimal): -15124065 or 10434841. OLE color: 10434841.
HSL color Cylindrical-coordinate representation of color #19399F: hue angle of 225.67º 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 #19399F is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 57 | 159 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.38 |
| HSL | 225.67º | 0.73% | 0.36% | - |
| HSV(B) | 225.67º | 0.84% | 0.62% | - |
| XYZ | 8.12 | 5.64 | 33.46 | - |
| YUV | 59.06 | 184.4 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 159 | 0.84 | 0.64 | 0 | 0.38 | 225.67 | 0.73 | 0.36 |
| Hex | 19 | 39 | 9F | 54 | 40 | 0 | 26 | E2 | 49 | 24 |
| Octal | 31 | 71 | 237 | 124 | 100 | 0 | 46 | 342 | 111 | 44 |
| Binary | 11001 | 111001 | 10011111 | 1010100 | 1000000 | 0 | 100110 | 11100010 | 1001001 | 100100 |
Color Harmonies of #19399F
Complementary color
Monochromatic Colors of #19399F
Black with #19399F
Text Example
Text Example
White with #19399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19399F; }
p { color: rgb(25,57,159); }
H1.HeaderClassName
{
color: #19399F;
}
.AnyTagClassName
{
color: #19399F;
}
</style>
background-color css
<style>
a { background-color: #19399F; }
a { background-color: rgb(25,57,159); }
div.DivClassName
{
background-color: #19399F;
}
.BgClassName
{
background-color: #19399F;
}
</style>
border-color css
<style>
span { border-color: #19399F; }
span { border-color: rgb(25,57,159); }
td.TdClassName
{
border-color: #19399F;
}
.TagClassName
{
border-color: #19399F;
}
</style>