Shades of Egyptian Blue #193F99
Tints of Egyptian Blue #193F99
RGB
CMYK
RGB Variations
Color information
#193F99 (or 0x193F99) is known color: Egyptian Blue. HEX triplet: 19, 3F and 99. RGB value is (25,63,153). Sum of RGB (Red+Green+Blue) = 25+63+153=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #193F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193F99 is #E6C066. Grayscale: #3D3D3D. Windows color (decimal): -15122535 or 10043161. OLE color: 10043161.
HSL color Cylindrical-coordinate representation of color #193F99: hue angle of 222.19º 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 #193F99 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 63 | 153 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.4 |
| HSL | 222.19º | 0.72% | 0.35% | - |
| HSV(B) | 222.19º | 0.84% | 0.6% | - |
| XYZ | 7.93 | 6.06 | 30.89 | - |
| YUV | 61.9 | 179.41 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 153 | 0.84 | 0.59 | 0 | 0.4 | 222.19 | 0.72 | 0.35 |
| Hex | 19 | 3F | 99 | 54 | 3B | 0 | 28 | DE | 48 | 23 |
| Octal | 31 | 77 | 231 | 124 | 73 | 0 | 50 | 336 | 110 | 43 |
| Binary | 11001 | 111111 | 10011001 | 1010100 | 111011 | 0 | 101000 | 11011110 | 1001000 | 100011 |
Color Harmonies of #193F99
Complementary color
Monochromatic Colors of #193F99
Black with #193F99
Text Example
Text Example
White with #193F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F99; }
p { color: rgb(25,63,153); }
H1.HeaderClassName
{
color: #193F99;
}
.AnyTagClassName
{
color: #193F99;
}
</style>
background-color css
<style>
a { background-color: #193F99; }
a { background-color: rgb(25,63,153); }
div.DivClassName
{
background-color: #193F99;
}
.BgClassName
{
background-color: #193F99;
}
</style>
border-color css
<style>
span { border-color: #193F99; }
span { border-color: rgb(25,63,153); }
td.TdClassName
{
border-color: #193F99;
}
.TagClassName
{
border-color: #193F99;
}
</style>