Shades of Egyptian Blue #194195
Tints of Egyptian Blue #194195
RGB
CMYK
RGB Variations
Color information
#194195 (or 0x194195) is known color: Egyptian Blue. HEX triplet: 19, 41 and 95. RGB value is (25,65,149). Sum of RGB (Red+Green+Blue) = 25+65+149=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #194195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194195 is #E6BE6A. Grayscale: #3E3E3E. Windows color (decimal): -15122027 or 9781529. OLE color: 9781529.
HSL color Cylindrical-coordinate representation of color #194195: hue angle of 220.65º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194195 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 65 | 149 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.42 |
| HSL | 220.65º | 0.71% | 0.34% | - |
| HSV(B) | 220.65º | 0.83% | 0.58% | - |
| XYZ | 7.72 | 6.16 | 29.22 | - |
| YUV | 62.62 | 176.75 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 149 | 0.83 | 0.56 | 0 | 0.42 | 220.65 | 0.71 | 0.34 |
| Hex | 19 | 41 | 95 | 53 | 38 | 0 | 2A | DD | 47 | 22 |
| Octal | 31 | 101 | 225 | 123 | 70 | 0 | 52 | 335 | 107 | 42 |
| Binary | 11001 | 1000001 | 10010101 | 1010011 | 111000 | 0 | 101010 | 11011101 | 1000111 | 100010 |
Color Harmonies of #194195
Complementary color
Monochromatic Colors of #194195
Black with #194195
Text Example
Text Example
White with #194195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194195; }
p { color: rgb(25,65,149); }
H1.HeaderClassName
{
color: #194195;
}
.AnyTagClassName
{
color: #194195;
}
</style>
background-color css
<style>
a { background-color: #194195; }
a { background-color: rgb(25,65,149); }
div.DivClassName
{
background-color: #194195;
}
.BgClassName
{
background-color: #194195;
}
</style>
border-color css
<style>
span { border-color: #194195; }
span { border-color: rgb(25,65,149); }
td.TdClassName
{
border-color: #194195;
}
.TagClassName
{
border-color: #194195;
}
</style>