Shades of Egyptian Blue #194493
Tints of Egyptian Blue #194493
RGB
CMYK
RGB Variations
Color information
#194493 (or 0x194493) is known color: Egyptian Blue. HEX triplet: 19, 44 and 93. RGB value is (25,68,147). Sum of RGB (Red+Green+Blue) = 25+68+147=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #194493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194493 is #E6BB6C. Grayscale: #3F3F3F. Windows color (decimal): -15121261 or 9651225. OLE color: 9651225.
HSL color Cylindrical-coordinate representation of color #194493: hue angle of 218.85º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194493 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 68 | 147 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.42 |
| HSL | 218.85º | 0.71% | 0.34% | - |
| HSV(B) | 218.85º | 0.83% | 0.58% | - |
| XYZ | 7.73 | 6.45 | 28.44 | - |
| YUV | 64.15 | 174.75 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 147 | 0.83 | 0.54 | 0 | 0.42 | 218.85 | 0.71 | 0.34 |
| Hex | 19 | 44 | 93 | 53 | 36 | 0 | 2A | DB | 47 | 22 |
| Octal | 31 | 104 | 223 | 123 | 66 | 0 | 52 | 333 | 107 | 42 |
| Binary | 11001 | 1000100 | 10010011 | 1010011 | 110110 | 0 | 101010 | 11011011 | 1000111 | 100010 |
Color Harmonies of #194493
Complementary color
Monochromatic Colors of #194493
Black with #194493
Text Example
Text Example
White with #194493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194493; }
p { color: rgb(25,68,147); }
H1.HeaderClassName
{
color: #194493;
}
.AnyTagClassName
{
color: #194493;
}
</style>
background-color css
<style>
a { background-color: #194493; }
a { background-color: rgb(25,68,147); }
div.DivClassName
{
background-color: #194493;
}
.BgClassName
{
background-color: #194493;
}
</style>
border-color css
<style>
span { border-color: #194493; }
span { border-color: rgb(25,68,147); }
td.TdClassName
{
border-color: #194493;
}
.TagClassName
{
border-color: #194493;
}
</style>