Shades of Egyptian Blue #194698
Tints of Egyptian Blue #194698
RGB
CMYK
RGB Variations
Color information
#194698 (or 0x194698) is known color: Egyptian Blue. HEX triplet: 19, 46 and 98. RGB value is (25,70,152). Sum of RGB (Red+Green+Blue) = 25+70+152=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #194698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194698 is #E6B967. Grayscale: #414141. Windows color (decimal): -15120744 or 9979417. OLE color: 9979417.
HSL color Cylindrical-coordinate representation of color #194698: hue angle of 218.74º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #194698 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 70 | 152 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.40 |
| HSL | 218.74º | 0.72% | 0.35% | - |
| HSV(B) | 218.74º | 0.84% | 0.6% | - |
| XYZ | 8.26 | 6.85 | 30.59 | - |
| YUV | 65.89 | 176.59 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 152 | 0.84 | 0.54 | 0 | 0.40 | 218.74 | 0.72 | 0.35 |
| Hex | 19 | 46 | 98 | 54 | 36 | 0 | 28 | DB | 48 | 23 |
| Octal | 31 | 106 | 230 | 124 | 66 | 0 | 50 | 333 | 110 | 43 |
| Binary | 11001 | 1000110 | 10011000 | 1010100 | 110110 | 0 | 101000 | 11011011 | 1001000 | 100011 |
Color Harmonies of #194698
Complementary color
Monochromatic Colors of #194698
Black with #194698
Text Example
Text Example
White with #194698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194698; }
p { color: rgb(25,70,152); }
H1.HeaderClassName
{
color: #194698;
}
.AnyTagClassName
{
color: #194698;
}
</style>
background-color css
<style>
a { background-color: #194698; }
a { background-color: rgb(25,70,152); }
div.DivClassName
{
background-color: #194698;
}
.BgClassName
{
background-color: #194698;
}
</style>
border-color css
<style>
span { border-color: #194698; }
span { border-color: rgb(25,70,152); }
td.TdClassName
{
border-color: #194698;
}
.TagClassName
{
border-color: #194698;
}
</style>