Shades of Egyptian Blue #193098
Tints of Egyptian Blue #193098
RGB
CMYK
RGB Variations
Color information
#193098 (or 0x193098) is known color: Egyptian Blue. HEX triplet: 19, 30 and 98. RGB value is (25,48,152). Sum of RGB (Red+Green+Blue) = 25+48+152=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #193098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193098 is #E6CF67. Grayscale: #343434. Windows color (decimal): -15126376 or 9973785. OLE color: 9973785.
HSL color Cylindrical-coordinate representation of color #193098: hue angle of 229.13º 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 #193098 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 48 | 152 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.40 |
| HSL | 229.13º | 0.72% | 0.35% | - |
| HSV(B) | 229.13º | 0.84% | 0.6% | - |
| XYZ | 7.13 | 4.59 | 30.22 | - |
| YUV | 52.98 | 183.88 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 152 | 0.84 | 0.68 | 0 | 0.40 | 229.13 | 0.72 | 0.35 |
| Hex | 19 | 30 | 98 | 54 | 44 | 0 | 28 | E5 | 48 | 23 |
| Octal | 31 | 60 | 230 | 124 | 104 | 0 | 50 | 345 | 110 | 43 |
| Binary | 11001 | 110000 | 10011000 | 1010100 | 1000100 | 0 | 101000 | 11100101 | 1001000 | 100011 |
Color Harmonies of #193098
Complementary color
Monochromatic Colors of #193098
Black with #193098
Text Example
Text Example
White with #193098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193098; }
p { color: rgb(25,48,152); }
H1.HeaderClassName
{
color: #193098;
}
.AnyTagClassName
{
color: #193098;
}
</style>
background-color css
<style>
a { background-color: #193098; }
a { background-color: rgb(25,48,152); }
div.DivClassName
{
background-color: #193098;
}
.BgClassName
{
background-color: #193098;
}
</style>
border-color css
<style>
span { border-color: #193098; }
span { border-color: rgb(25,48,152); }
td.TdClassName
{
border-color: #193098;
}
.TagClassName
{
border-color: #193098;
}
</style>