Shades of Egyptian Blue #194192
Tints of Egyptian Blue #194192
RGB
CMYK
RGB Variations
Color information
#194192 (or 0x194192) is known color: Egyptian Blue. HEX triplet: 19, 41 and 92. RGB value is (25,65,146). Sum of RGB (Red+Green+Blue) = 25+65+146=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #194192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194192 is #E6BE6D. Grayscale: #3D3D3D. Windows color (decimal): -15122030 or 9584921. OLE color: 9584921.
HSL color Cylindrical-coordinate representation of color #194192: hue angle of 220.17º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194192 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 65 | 146 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.43 |
| HSL | 220.17º | 0.71% | 0.34% | - |
| HSV(B) | 220.17º | 0.83% | 0.57% | - |
| XYZ | 7.48 | 6.06 | 27.97 | - |
| YUV | 62.27 | 175.25 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 146 | 0.83 | 0.55 | 0 | 0.43 | 220.17 | 0.71 | 0.34 |
| Hex | 19 | 41 | 92 | 53 | 37 | 0 | 2B | DC | 47 | 22 |
| Octal | 31 | 101 | 222 | 123 | 67 | 0 | 53 | 334 | 107 | 42 |
| Binary | 11001 | 1000001 | 10010010 | 1010011 | 110111 | 0 | 101011 | 11011100 | 1000111 | 100010 |
Color Harmonies of #194192
Complementary color
Monochromatic Colors of #194192
Black with #194192
Text Example
Text Example
White with #194192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194192; }
p { color: rgb(25,65,146); }
H1.HeaderClassName
{
color: #194192;
}
.AnyTagClassName
{
color: #194192;
}
</style>
background-color css
<style>
a { background-color: #194192; }
a { background-color: rgb(25,65,146); }
div.DivClassName
{
background-color: #194192;
}
.BgClassName
{
background-color: #194192;
}
</style>
border-color css
<style>
span { border-color: #194192; }
span { border-color: rgb(25,65,146); }
td.TdClassName
{
border-color: #194192;
}
.TagClassName
{
border-color: #194192;
}
</style>