Shades of Egyptian Blue #193E99
Tints of Egyptian Blue #193E99
RGB
CMYK
RGB Variations
Color information
#193E99 (or 0x193E99) is known color: Egyptian Blue. HEX triplet: 19, 3E and 99. RGB value is (25,62,153). Sum of RGB (Red+Green+Blue) = 25+62+153=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #193E99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193E99 is #E6C166. Grayscale: #3C3C3C. Windows color (decimal): -15122791 or 10042905. OLE color: 10042905.
HSL color Cylindrical-coordinate representation of color #193E99: hue angle of 222.66º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193E99 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 62 | 153 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.4 |
| HSL | 222.66º | 0.72% | 0.35% | - |
| HSV(B) | 222.66º | 0.84% | 0.6% | - |
| XYZ | 7.87 | 5.95 | 30.87 | - |
| YUV | 61.31 | 179.74 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 153 | 0.84 | 0.59 | 0 | 0.4 | 222.66 | 0.72 | 0.35 |
| Hex | 19 | 3E | 99 | 54 | 3B | 0 | 28 | DF | 48 | 23 |
| Octal | 31 | 76 | 231 | 124 | 73 | 0 | 50 | 337 | 110 | 43 |
| Binary | 11001 | 111110 | 10011001 | 1010100 | 111011 | 0 | 101000 | 11011111 | 1001000 | 100011 |
Color Harmonies of #193E99
Complementary color
Monochromatic Colors of #193E99
Black with #193E99
Text Example
Text Example
White with #193E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E99; }
p { color: rgb(25,62,153); }
H1.HeaderClassName
{
color: #193E99;
}
.AnyTagClassName
{
color: #193E99;
}
</style>
background-color css
<style>
a { background-color: #193E99; }
a { background-color: rgb(25,62,153); }
div.DivClassName
{
background-color: #193E99;
}
.BgClassName
{
background-color: #193E99;
}
</style>
border-color css
<style>
span { border-color: #193E99; }
span { border-color: rgb(25,62,153); }
td.TdClassName
{
border-color: #193E99;
}
.TagClassName
{
border-color: #193E99;
}
</style>