Shades of Egyptian Blue #194196
Tints of Egyptian Blue #194196
RGB
CMYK
RGB Variations
Color information
#194196 (or 0x194196) is known color: Egyptian Blue. HEX triplet: 19, 41 and 96. RGB value is (25,65,150). Sum of RGB (Red+Green+Blue) = 25+65+150=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #194196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194196 is #E6BE69. Grayscale: #3E3E3E. Windows color (decimal): -15122026 or 9847065. OLE color: 9847065.
HSL color Cylindrical-coordinate representation of color #194196: hue angle of 220.8º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194196 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 65 | 150 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.41 |
| HSL | 220.8º | 0.71% | 0.34% | - |
| HSV(B) | 220.8º | 0.83% | 0.59% | - |
| XYZ | 7.8 | 6.19 | 29.64 | - |
| YUV | 62.73 | 177.25 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 150 | 0.83 | 0.57 | 0 | 0.41 | 220.8 | 0.71 | 0.34 |
| Hex | 19 | 41 | 96 | 53 | 39 | 0 | 29 | DD | 47 | 22 |
| Octal | 31 | 101 | 226 | 123 | 71 | 0 | 51 | 335 | 107 | 42 |
| Binary | 11001 | 1000001 | 10010110 | 1010011 | 111001 | 0 | 101001 | 11011101 | 1000111 | 100010 |
Color Harmonies of #194196
Complementary color
Monochromatic Colors of #194196
Black with #194196
Text Example
Text Example
White with #194196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194196; }
p { color: rgb(25,65,150); }
H1.HeaderClassName
{
color: #194196;
}
.AnyTagClassName
{
color: #194196;
}
</style>
background-color css
<style>
a { background-color: #194196; }
a { background-color: rgb(25,65,150); }
div.DivClassName
{
background-color: #194196;
}
.BgClassName
{
background-color: #194196;
}
</style>
border-color css
<style>
span { border-color: #194196; }
span { border-color: rgb(25,65,150); }
td.TdClassName
{
border-color: #194196;
}
.TagClassName
{
border-color: #194196;
}
</style>