Shades of Egyptian Blue #194498
Tints of Egyptian Blue #194498
RGB
CMYK
RGB Variations
Color information
#194498 (or 0x194498) is known color: Egyptian Blue. HEX triplet: 19, 44 and 98. RGB value is (25,68,152). Sum of RGB (Red+Green+Blue) = 25+68+152=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 152 (59.77% from 255 or 62.04% from 245); Max value from RGB is 152 - color contains mainly: blue. Hex color #194498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194498 is #E6BB67. Grayscale: #404040. Windows color (decimal): -15121256 or 9978905. OLE color: 9978905.
HSL color Cylindrical-coordinate representation of color #194498: hue angle of 219.69º 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 #194498 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 68 | 152 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.40 |
| HSL | 219.69º | 0.72% | 0.35% | - |
| HSV(B) | 219.69º | 0.84% | 0.6% | - |
| XYZ | 8.14 | 6.61 | 30.55 | - |
| YUV | 64.72 | 177.25 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 152 | 0.84 | 0.55 | 0 | 0.40 | 219.69 | 0.72 | 0.35 |
| Hex | 19 | 44 | 98 | 54 | 37 | 0 | 28 | DC | 48 | 23 |
| Octal | 31 | 104 | 230 | 124 | 67 | 0 | 50 | 334 | 110 | 43 |
| Binary | 11001 | 1000100 | 10011000 | 1010100 | 110111 | 0 | 101000 | 11011100 | 1001000 | 100011 |
Color Harmonies of #194498
Complementary color
Monochromatic Colors of #194498
Black with #194498
Text Example
Text Example
White with #194498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194498; }
p { color: rgb(25,68,152); }
H1.HeaderClassName
{
color: #194498;
}
.AnyTagClassName
{
color: #194498;
}
</style>
background-color css
<style>
a { background-color: #194498; }
a { background-color: rgb(25,68,152); }
div.DivClassName
{
background-color: #194498;
}
.BgClassName
{
background-color: #194498;
}
</style>
border-color css
<style>
span { border-color: #194498; }
span { border-color: rgb(25,68,152); }
td.TdClassName
{
border-color: #194498;
}
.TagClassName
{
border-color: #194498;
}
</style>