Shades of Egyptian Blue #193990
Tints of Egyptian Blue #193990
RGB
CMYK
RGB Variations
Color information
#193990 (or 0x193990) is known color: Egyptian Blue. HEX triplet: 19, 39 and 90. RGB value is (25,57,144). Sum of RGB (Red+Green+Blue) = 25+57+144=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #193990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193990 is #E6C66F. Grayscale: #383838. Windows color (decimal): -15124080 or 9451801. OLE color: 9451801.
HSL color Cylindrical-coordinate representation of color #193990: hue angle of 223.87º 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 #193990 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 57 | 144 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.44 |
| HSL | 223.87º | 0.7% | 0.33% | - |
| HSV(B) | 223.87º | 0.83% | 0.56% | - |
| XYZ | 6.9 | 5.15 | 27.02 | - |
| YUV | 57.35 | 176.9 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 144 | 0.83 | 0.60 | 0 | 0.44 | 223.87 | 0.7 | 0.33 |
| Hex | 19 | 39 | 90 | 53 | 3C | 0 | 2C | E0 | 46 | 21 |
| Octal | 31 | 71 | 220 | 123 | 74 | 0 | 54 | 340 | 106 | 41 |
| Binary | 11001 | 111001 | 10010000 | 1010011 | 111100 | 0 | 101100 | 11100000 | 1000110 | 100001 |
Color Harmonies of #193990
Complementary color
Monochromatic Colors of #193990
Black with #193990
Text Example
Text Example
White with #193990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193990; }
p { color: rgb(25,57,144); }
H1.HeaderClassName
{
color: #193990;
}
.AnyTagClassName
{
color: #193990;
}
</style>
background-color css
<style>
a { background-color: #193990; }
a { background-color: rgb(25,57,144); }
div.DivClassName
{
background-color: #193990;
}
.BgClassName
{
background-color: #193990;
}
</style>
border-color css
<style>
span { border-color: #193990; }
span { border-color: rgb(25,57,144); }
td.TdClassName
{
border-color: #193990;
}
.TagClassName
{
border-color: #193990;
}
</style>