Shades of Egyptian Blue #193C98
Tints of Egyptian Blue #193C98
RGB
CMYK
RGB Variations
Color information
#193C98 (or 0x193C98) is known color: Egyptian Blue. HEX triplet: 19, 3C and 98. RGB value is (25,60,152). Sum of RGB (Red+Green+Blue) = 25+60+152=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #193C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193C98 is #E6C367. Grayscale: #3B3B3B. Windows color (decimal): -15123304 or 9976857. OLE color: 9976857.
HSL color Cylindrical-coordinate representation of color #193C98: hue angle of 223.46º 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 #193C98 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 60 | 152 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.40 |
| HSL | 223.46º | 0.72% | 0.35% | - |
| HSV(B) | 223.46º | 0.84% | 0.6% | - |
| XYZ | 7.68 | 5.71 | 30.4 | - |
| YUV | 60.02 | 179.9 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 152 | 0.84 | 0.61 | 0 | 0.40 | 223.46 | 0.72 | 0.35 |
| Hex | 19 | 3C | 98 | 54 | 3D | 0 | 28 | DF | 48 | 23 |
| Octal | 31 | 74 | 230 | 124 | 75 | 0 | 50 | 337 | 110 | 43 |
| Binary | 11001 | 111100 | 10011000 | 1010100 | 111101 | 0 | 101000 | 11011111 | 1001000 | 100011 |
Color Harmonies of #193C98
Complementary color
Monochromatic Colors of #193C98
Black with #193C98
Text Example
Text Example
White with #193C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C98; }
p { color: rgb(25,60,152); }
H1.HeaderClassName
{
color: #193C98;
}
.AnyTagClassName
{
color: #193C98;
}
</style>
background-color css
<style>
a { background-color: #193C98; }
a { background-color: rgb(25,60,152); }
div.DivClassName
{
background-color: #193C98;
}
.BgClassName
{
background-color: #193C98;
}
</style>
border-color css
<style>
span { border-color: #193C98; }
span { border-color: rgb(25,60,152); }
td.TdClassName
{
border-color: #193C98;
}
.TagClassName
{
border-color: #193C98;
}
</style>