Shades of Egyptian Blue #193C91
Tints of Egyptian Blue #193C91
RGB
CMYK
RGB Variations
Color information
#193C91 (or 0x193C91) is known color: Egyptian Blue. HEX triplet: 19, 3C and 91. RGB value is (25,60,145). Sum of RGB (Red+Green+Blue) = 25+60+145=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #193C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193C91 is #E6C36E. Grayscale: #3A3A3A. Windows color (decimal): -15123311 or 9518105. OLE color: 9518105.
HSL color Cylindrical-coordinate representation of color #193C91: hue angle of 222.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193C91 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 60 | 145 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.43 |
| HSL | 222.5º | 0.71% | 0.33% | - |
| HSV(B) | 222.5º | 0.83% | 0.57% | - |
| XYZ | 7.13 | 5.48 | 27.47 | - |
| YUV | 59.23 | 176.4 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 145 | 0.83 | 0.59 | 0 | 0.43 | 222.5 | 0.71 | 0.33 |
| Hex | 19 | 3C | 91 | 53 | 3B | 0 | 2B | DE | 47 | 21 |
| Octal | 31 | 74 | 221 | 123 | 73 | 0 | 53 | 336 | 107 | 41 |
| Binary | 11001 | 111100 | 10010001 | 1010011 | 111011 | 0 | 101011 | 11011110 | 1000111 | 100001 |
Color Harmonies of #193C91
Complementary color
Monochromatic Colors of #193C91
Black with #193C91
Text Example
Text Example
White with #193C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C91; }
p { color: rgb(25,60,145); }
H1.HeaderClassName
{
color: #193C91;
}
.AnyTagClassName
{
color: #193C91;
}
</style>
background-color css
<style>
a { background-color: #193C91; }
a { background-color: rgb(25,60,145); }
div.DivClassName
{
background-color: #193C91;
}
.BgClassName
{
background-color: #193C91;
}
</style>
border-color css
<style>
span { border-color: #193C91; }
span { border-color: rgb(25,60,145); }
td.TdClassName
{
border-color: #193C91;
}
.TagClassName
{
border-color: #193C91;
}
</style>