Shades of Egyptian Blue #194899
Tints of Egyptian Blue #194899
RGB
CMYK
RGB Variations
Color information
#194899 (or 0x194899) is known color: Egyptian Blue. HEX triplet: 19, 48 and 99. RGB value is (25,72,153). Sum of RGB (Red+Green+Blue) = 25+72+153=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #194899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194899 is #E6B766. Grayscale: #424242. Windows color (decimal): -15120231 or 10045465. OLE color: 10045465.
HSL color Cylindrical-coordinate representation of color #194899: hue angle of 217.97º 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 #194899 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 72 | 153 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.4 |
| HSL | 217.97º | 0.72% | 0.35% | - |
| HSV(B) | 217.97º | 0.84% | 0.6% | - |
| XYZ | 8.47 | 7.14 | 31.07 | - |
| YUV | 67.18 | 176.43 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 153 | 0.84 | 0.53 | 0 | 0.4 | 217.97 | 0.72 | 0.35 |
| Hex | 19 | 48 | 99 | 54 | 35 | 0 | 28 | DA | 48 | 23 |
| Octal | 31 | 110 | 231 | 124 | 65 | 0 | 50 | 332 | 110 | 43 |
| Binary | 11001 | 1001000 | 10011001 | 1010100 | 110101 | 0 | 101000 | 11011010 | 1001000 | 100011 |
Color Harmonies of #194899
Complementary color
Monochromatic Colors of #194899
Black with #194899
Text Example
Text Example
White with #194899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194899; }
p { color: rgb(25,72,153); }
H1.HeaderClassName
{
color: #194899;
}
.AnyTagClassName
{
color: #194899;
}
</style>
background-color css
<style>
a { background-color: #194899; }
a { background-color: rgb(25,72,153); }
div.DivClassName
{
background-color: #194899;
}
.BgClassName
{
background-color: #194899;
}
</style>
border-color css
<style>
span { border-color: #194899; }
span { border-color: rgb(25,72,153); }
td.TdClassName
{
border-color: #194899;
}
.TagClassName
{
border-color: #194899;
}
</style>