Shades of Egyptian Blue #194391
Tints of Egyptian Blue #194391
RGB
CMYK
RGB Variations
Color information
#194391 (or 0x194391) is known color: Egyptian Blue. HEX triplet: 19, 43 and 91. RGB value is (25,67,145). Sum of RGB (Red+Green+Blue) = 25+67+145=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #194391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194391 is #E6BC6E. Grayscale: #3E3E3E. Windows color (decimal): -15121519 or 9519897. OLE color: 9519897.
HSL color Cylindrical-coordinate representation of color #194391: hue angle of 219º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194391 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 67 | 145 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.43 |
| HSL | 219º | 0.71% | 0.33% | - |
| HSV(B) | 219º | 0.83% | 0.57% | - |
| XYZ | 7.52 | 6.27 | 27.6 | - |
| YUV | 63.33 | 174.09 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 145 | 0.83 | 0.54 | 0 | 0.43 | 219 | 0.71 | 0.33 |
| Hex | 19 | 43 | 91 | 53 | 36 | 0 | 2B | DB | 47 | 21 |
| Octal | 31 | 103 | 221 | 123 | 66 | 0 | 53 | 333 | 107 | 41 |
| Binary | 11001 | 1000011 | 10010001 | 1010011 | 110110 | 0 | 101011 | 11011011 | 1000111 | 100001 |
Color Harmonies of #194391
Complementary color
Monochromatic Colors of #194391
Black with #194391
Text Example
Text Example
White with #194391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194391; }
p { color: rgb(25,67,145); }
H1.HeaderClassName
{
color: #194391;
}
.AnyTagClassName
{
color: #194391;
}
</style>
background-color css
<style>
a { background-color: #194391; }
a { background-color: rgb(25,67,145); }
div.DivClassName
{
background-color: #194391;
}
.BgClassName
{
background-color: #194391;
}
</style>
border-color css
<style>
span { border-color: #194391; }
span { border-color: rgb(25,67,145); }
td.TdClassName
{
border-color: #194391;
}
.TagClassName
{
border-color: #194391;
}
</style>