Shades of Egyptian Blue #19398E
Tints of Egyptian Blue #19398E
RGB
CMYK
RGB Variations
Color information
#19398E (or 0x19398E) is known color: Egyptian Blue. HEX triplet: 19, 39 and 8E. RGB value is (25,57,142). Sum of RGB (Red+Green+Blue) = 25+57+142=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 142 (55.86% from 255 or 63.39% from 224); Max value from RGB is 142 - color contains mainly: blue. Hex color #19398E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19398E is #E6C671. Grayscale: #383838. Windows color (decimal): -15124082 or 9320729. OLE color: 9320729.
HSL color Cylindrical-coordinate representation of color #19398E: hue angle of 223.59º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19398E is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 57 | 142 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.44 |
| HSL | 223.59º | 0.7% | 0.33% | - |
| HSV(B) | 223.59º | 0.82% | 0.56% | - |
| XYZ | 6.75 | 5.09 | 26.22 | - |
| YUV | 57.12 | 175.9 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 142 | 0.82 | 0.60 | 0 | 0.44 | 223.59 | 0.7 | 0.33 |
| Hex | 19 | 39 | 8E | 52 | 3C | 0 | 2C | E0 | 46 | 21 |
| Octal | 31 | 71 | 216 | 122 | 74 | 0 | 54 | 340 | 106 | 41 |
| Binary | 11001 | 111001 | 10001110 | 1010010 | 111100 | 0 | 101100 | 11100000 | 1000110 | 100001 |
Color Harmonies of #19398E
Complementary color
Monochromatic Colors of #19398E
Black with #19398E
Text Example
Text Example
White with #19398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19398E; }
p { color: rgb(25,57,142); }
H1.HeaderClassName
{
color: #19398E;
}
.AnyTagClassName
{
color: #19398E;
}
</style>
background-color css
<style>
a { background-color: #19398E; }
a { background-color: rgb(25,57,142); }
div.DivClassName
{
background-color: #19398E;
}
.BgClassName
{
background-color: #19398E;
}
</style>
border-color css
<style>
span { border-color: #19398E; }
span { border-color: rgb(25,57,142); }
td.TdClassName
{
border-color: #19398E;
}
.TagClassName
{
border-color: #19398E;
}
</style>