Shades of Egyptian Blue #194499
Tints of Egyptian Blue #194499
RGB
CMYK
RGB Variations
Color information
#194499 (or 0x194499) is known color: Egyptian Blue. HEX triplet: 19, 44 and 99. RGB value is (25,68,153). Sum of RGB (Red+Green+Blue) = 25+68+153=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #194499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194499 is #E6BB66. Grayscale: #404040. Windows color (decimal): -15121255 or 10044441. OLE color: 10044441.
HSL color Cylindrical-coordinate representation of color #194499: hue angle of 219.84º 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 #194499 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 68 | 153 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.4 |
| HSL | 219.84º | 0.72% | 0.35% | - |
| HSV(B) | 219.84º | 0.84% | 0.6% | - |
| XYZ | 8.22 | 6.64 | 30.99 | - |
| YUV | 64.83 | 177.75 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 153 | 0.84 | 0.56 | 0 | 0.4 | 219.84 | 0.72 | 0.35 |
| Hex | 19 | 44 | 99 | 54 | 38 | 0 | 28 | DC | 48 | 23 |
| Octal | 31 | 104 | 231 | 124 | 70 | 0 | 50 | 334 | 110 | 43 |
| Binary | 11001 | 1000100 | 10011001 | 1010100 | 111000 | 0 | 101000 | 11011100 | 1001000 | 100011 |
Color Harmonies of #194499
Complementary color
Monochromatic Colors of #194499
Black with #194499
Text Example
Text Example
White with #194499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194499; }
p { color: rgb(25,68,153); }
H1.HeaderClassName
{
color: #194499;
}
.AnyTagClassName
{
color: #194499;
}
</style>
background-color css
<style>
a { background-color: #194499; }
a { background-color: rgb(25,68,153); }
div.DivClassName
{
background-color: #194499;
}
.BgClassName
{
background-color: #194499;
}
</style>
border-color css
<style>
span { border-color: #194499; }
span { border-color: rgb(25,68,153); }
td.TdClassName
{
border-color: #194499;
}
.TagClassName
{
border-color: #194499;
}
</style>