Shades of Egyptian Blue #194097
Tints of Egyptian Blue #194097
RGB
CMYK
RGB Variations
Color information
#194097 (or 0x194097) is known color: Egyptian Blue. HEX triplet: 19, 40 and 97. RGB value is (25,64,151). Sum of RGB (Red+Green+Blue) = 25+64+151=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #194097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194097 is #E6BF68. Grayscale: #3D3D3D. Windows color (decimal): -15122281 or 9912345. OLE color: 9912345.
HSL color Cylindrical-coordinate representation of color #194097: hue angle of 221.43º 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 #194097 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 64 | 151 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.41 |
| HSL | 221.43º | 0.72% | 0.35% | - |
| HSV(B) | 221.43º | 0.83% | 0.59% | - |
| XYZ | 7.82 | 6.11 | 30.04 | - |
| YUV | 62.26 | 178.08 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 151 | 0.83 | 0.58 | 0 | 0.41 | 221.43 | 0.72 | 0.35 |
| Hex | 19 | 40 | 97 | 53 | 3A | 0 | 29 | DD | 48 | 23 |
| Octal | 31 | 100 | 227 | 123 | 72 | 0 | 51 | 335 | 110 | 43 |
| Binary | 11001 | 1000000 | 10010111 | 1010011 | 111010 | 0 | 101001 | 11011101 | 1001000 | 100011 |
Color Harmonies of #194097
Complementary color
Monochromatic Colors of #194097
Black with #194097
Text Example
Text Example
White with #194097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194097; }
p { color: rgb(25,64,151); }
H1.HeaderClassName
{
color: #194097;
}
.AnyTagClassName
{
color: #194097;
}
</style>
background-color css
<style>
a { background-color: #194097; }
a { background-color: rgb(25,64,151); }
div.DivClassName
{
background-color: #194097;
}
.BgClassName
{
background-color: #194097;
}
</style>
border-color css
<style>
span { border-color: #194097; }
span { border-color: rgb(25,64,151); }
td.TdClassName
{
border-color: #194097;
}
.TagClassName
{
border-color: #194097;
}
</style>