Shades of Egyptian Blue #193099
Tints of Egyptian Blue #193099
RGB
CMYK
RGB Variations
Color information
#193099 (or 0x193099) is known color: Egyptian Blue. HEX triplet: 19, 30 and 99. RGB value is (25,48,153). Sum of RGB (Red+Green+Blue) = 25+48+153=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #193099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193099 is #E6CF66. Grayscale: #343434. Windows color (decimal): -15126375 or 10039321. OLE color: 10039321.
HSL color Cylindrical-coordinate representation of color #193099: hue angle of 229.22º 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 #193099 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 48 | 153 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.4 |
| HSL | 229.22º | 0.72% | 0.35% | - |
| HSV(B) | 229.22º | 0.84% | 0.6% | - |
| XYZ | 7.21 | 4.62 | 30.65 | - |
| YUV | 53.09 | 184.38 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 153 | 0.84 | 0.69 | 0 | 0.4 | 229.22 | 0.72 | 0.35 |
| Hex | 19 | 30 | 99 | 54 | 45 | 0 | 28 | E5 | 48 | 23 |
| Octal | 31 | 60 | 231 | 124 | 105 | 0 | 50 | 345 | 110 | 43 |
| Binary | 11001 | 110000 | 10011001 | 1010100 | 1000101 | 0 | 101000 | 11100101 | 1001000 | 100011 |
Color Harmonies of #193099
Complementary color
Monochromatic Colors of #193099
Black with #193099
Text Example
Text Example
White with #193099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193099; }
p { color: rgb(25,48,153); }
H1.HeaderClassName
{
color: #193099;
}
.AnyTagClassName
{
color: #193099;
}
</style>
background-color css
<style>
a { background-color: #193099; }
a { background-color: rgb(25,48,153); }
div.DivClassName
{
background-color: #193099;
}
.BgClassName
{
background-color: #193099;
}
</style>
border-color css
<style>
span { border-color: #193099; }
span { border-color: rgb(25,48,153); }
td.TdClassName
{
border-color: #193099;
}
.TagClassName
{
border-color: #193099;
}
</style>