Shades of Egyptian Blue #194599
Tints of Egyptian Blue #194599
RGB
CMYK
RGB Variations
Color information
#194599 (or 0x194599) is known color: Egyptian Blue. HEX triplet: 19, 45 and 99. RGB value is (25,69,153). Sum of RGB (Red+Green+Blue) = 25+69+153=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #194599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194599 is #E6BA66. Grayscale: #414141. Windows color (decimal): -15120999 or 10044697. OLE color: 10044697.
HSL color Cylindrical-coordinate representation of color #194599: hue angle of 219.38º 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 #194599 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 69 | 153 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.4 |
| HSL | 219.38º | 0.72% | 0.35% | - |
| HSV(B) | 219.38º | 0.84% | 0.6% | - |
| XYZ | 8.28 | 6.76 | 31.01 | - |
| YUV | 65.42 | 177.42 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 153 | 0.84 | 0.55 | 0 | 0.4 | 219.38 | 0.72 | 0.35 |
| Hex | 19 | 45 | 99 | 54 | 37 | 0 | 28 | DB | 48 | 23 |
| Octal | 31 | 105 | 231 | 124 | 67 | 0 | 50 | 333 | 110 | 43 |
| Binary | 11001 | 1000101 | 10011001 | 1010100 | 110111 | 0 | 101000 | 11011011 | 1001000 | 100011 |
Color Harmonies of #194599
Complementary color
Monochromatic Colors of #194599
Black with #194599
Text Example
Text Example
White with #194599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194599; }
p { color: rgb(25,69,153); }
H1.HeaderClassName
{
color: #194599;
}
.AnyTagClassName
{
color: #194599;
}
</style>
background-color css
<style>
a { background-color: #194599; }
a { background-color: rgb(25,69,153); }
div.DivClassName
{
background-color: #194599;
}
.BgClassName
{
background-color: #194599;
}
</style>
border-color css
<style>
span { border-color: #194599; }
span { border-color: rgb(25,69,153); }
td.TdClassName
{
border-color: #194599;
}
.TagClassName
{
border-color: #194599;
}
</style>