Shades of Egyptian Blue #194197
Tints of Egyptian Blue #194197
RGB
CMYK
RGB Variations
Color information
#194197 (or 0x194197) is known color: Egyptian Blue. HEX triplet: 19, 41 and 97. RGB value is (25,65,151). Sum of RGB (Red+Green+Blue) = 25+65+151=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #194197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194197 is #E6BE68. Grayscale: #3E3E3E. Windows color (decimal): -15122025 or 9912601. OLE color: 9912601.
HSL color Cylindrical-coordinate representation of color #194197: hue angle of 220.95º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194197 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 65 | 151 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.41 |
| HSL | 220.95º | 0.72% | 0.35% | - |
| HSV(B) | 220.95º | 0.83% | 0.59% | - |
| XYZ | 7.88 | 6.22 | 30.06 | - |
| YUV | 62.84 | 177.75 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 151 | 0.83 | 0.57 | 0 | 0.41 | 220.95 | 0.72 | 0.35 |
| Hex | 19 | 41 | 97 | 53 | 39 | 0 | 29 | DD | 48 | 23 |
| Octal | 31 | 101 | 227 | 123 | 71 | 0 | 51 | 335 | 110 | 43 |
| Binary | 11001 | 1000001 | 10010111 | 1010011 | 111001 | 0 | 101001 | 11011101 | 1001000 | 100011 |
Color Harmonies of #194197
Complementary color
Monochromatic Colors of #194197
Black with #194197
Text Example
Text Example
White with #194197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194197; }
p { color: rgb(25,65,151); }
H1.HeaderClassName
{
color: #194197;
}
.AnyTagClassName
{
color: #194197;
}
</style>
background-color css
<style>
a { background-color: #194197; }
a { background-color: rgb(25,65,151); }
div.DivClassName
{
background-color: #194197;
}
.BgClassName
{
background-color: #194197;
}
</style>
border-color css
<style>
span { border-color: #194197; }
span { border-color: rgb(25,65,151); }
td.TdClassName
{
border-color: #194197;
}
.TagClassName
{
border-color: #194197;
}
</style>