Shades of Egyptian Blue #193C90
Tints of Egyptian Blue #193C90
RGB
CMYK
RGB Variations
Color information
#193C90 (or 0x193C90) is known color: Egyptian Blue. HEX triplet: 19, 3C and 90. RGB value is (25,60,144). Sum of RGB (Red+Green+Blue) = 25+60+144=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #193C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193C90 is #E6C36F. Grayscale: #3A3A3A. Windows color (decimal): -15123312 or 9452569. OLE color: 9452569.
HSL color Cylindrical-coordinate representation of color #193C90: hue angle of 222.35º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193C90 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 60 | 144 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.44 |
| HSL | 222.35º | 0.7% | 0.33% | - |
| HSV(B) | 222.35º | 0.83% | 0.56% | - |
| XYZ | 7.05 | 5.45 | 27.07 | - |
| YUV | 59.11 | 175.9 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 144 | 0.83 | 0.58 | 0 | 0.44 | 222.35 | 0.7 | 0.33 |
| Hex | 19 | 3C | 90 | 53 | 3A | 0 | 2C | DE | 46 | 21 |
| Octal | 31 | 74 | 220 | 123 | 72 | 0 | 54 | 336 | 106 | 41 |
| Binary | 11001 | 111100 | 10010000 | 1010011 | 111010 | 0 | 101100 | 11011110 | 1000110 | 100001 |
Color Harmonies of #193C90
Complementary color
Monochromatic Colors of #193C90
Black with #193C90
Text Example
Text Example
White with #193C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C90; }
p { color: rgb(25,60,144); }
H1.HeaderClassName
{
color: #193C90;
}
.AnyTagClassName
{
color: #193C90;
}
</style>
background-color css
<style>
a { background-color: #193C90; }
a { background-color: rgb(25,60,144); }
div.DivClassName
{
background-color: #193C90;
}
.BgClassName
{
background-color: #193C90;
}
</style>
border-color css
<style>
span { border-color: #193C90; }
span { border-color: rgb(25,60,144); }
td.TdClassName
{
border-color: #193C90;
}
.TagClassName
{
border-color: #193C90;
}
</style>