Shades of Egyptian Blue #193CA0
Tints of Egyptian Blue #193CA0
RGB
CMYK
RGB Variations
Color information
#193CA0 (or 0x193CA0) is known color: Egyptian Blue. HEX triplet: 19, 3C and A0. RGB value is (25,60,160). Sum of RGB (Red+Green+Blue) = 25+60+160=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 160 (62.89% from 255 or 65.31% from 245); Max value from RGB is 160 - color contains mainly: blue. Hex color #193CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193CA0 is #E6C35F. Grayscale: #3C3C3C. Windows color (decimal): -15123296 or 10501145. OLE color: 10501145.
HSL color Cylindrical-coordinate representation of color #193CA0: hue angle of 224.44º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193CA0 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 60 | 160 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.37 |
| HSL | 224.44º | 0.73% | 0.36% | - |
| HSV(B) | 224.44º | 0.84% | 0.63% | - |
| XYZ | 8.36 | 5.98 | 33.97 | - |
| YUV | 60.94 | 183.9 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 160 | 0.84 | 0.62 | 0 | 0.37 | 224.44 | 0.73 | 0.36 |
| Hex | 19 | 3C | A0 | 54 | 3E | 0 | 25 | E0 | 49 | 24 |
| Octal | 31 | 74 | 240 | 124 | 76 | 0 | 45 | 340 | 111 | 44 |
| Binary | 11001 | 111100 | 10100000 | 1010100 | 111110 | 0 | 100101 | 11100000 | 1001001 | 100100 |
Color Harmonies of #193CA0
Complementary color
Monochromatic Colors of #193CA0
Black with #193CA0
Text Example
Text Example
White with #193CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CA0; }
p { color: rgb(25,60,160); }
H1.HeaderClassName
{
color: #193CA0;
}
.AnyTagClassName
{
color: #193CA0;
}
</style>
background-color css
<style>
a { background-color: #193CA0; }
a { background-color: rgb(25,60,160); }
div.DivClassName
{
background-color: #193CA0;
}
.BgClassName
{
background-color: #193CA0;
}
</style>
border-color css
<style>
span { border-color: #193CA0; }
span { border-color: rgb(25,60,160); }
td.TdClassName
{
border-color: #193CA0;
}
.TagClassName
{
border-color: #193CA0;
}
</style>