Shades of Egyptian Blue #194299
Tints of Egyptian Blue #194299
RGB
CMYK
RGB Variations
Color information
#194299 (or 0x194299) is known color: Egyptian Blue. HEX triplet: 19, 42 and 99. RGB value is (25,66,153). Sum of RGB (Red+Green+Blue) = 25+66+153=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #194299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194299 is #E6BD66. Grayscale: #3F3F3F. Windows color (decimal): -15121767 or 10043929. OLE color: 10043929.
HSL color Cylindrical-coordinate representation of color #194299: hue angle of 220.78º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #194299 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 66 | 153 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.4 |
| HSL | 220.78º | 0.72% | 0.35% | - |
| HSV(B) | 220.78º | 0.84% | 0.6% | - |
| XYZ | 8.1 | 6.4 | 30.95 | - |
| YUV | 63.66 | 178.42 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 153 | 0.84 | 0.57 | 0 | 0.4 | 220.78 | 0.72 | 0.35 |
| Hex | 19 | 42 | 99 | 54 | 39 | 0 | 28 | DD | 48 | 23 |
| Octal | 31 | 102 | 231 | 124 | 71 | 0 | 50 | 335 | 110 | 43 |
| Binary | 11001 | 1000010 | 10011001 | 1010100 | 111001 | 0 | 101000 | 11011101 | 1001000 | 100011 |
Color Harmonies of #194299
Complementary color
Monochromatic Colors of #194299
Black with #194299
Text Example
Text Example
White with #194299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194299; }
p { color: rgb(25,66,153); }
H1.HeaderClassName
{
color: #194299;
}
.AnyTagClassName
{
color: #194299;
}
</style>
background-color css
<style>
a { background-color: #194299; }
a { background-color: rgb(25,66,153); }
div.DivClassName
{
background-color: #194299;
}
.BgClassName
{
background-color: #194299;
}
</style>
border-color css
<style>
span { border-color: #194299; }
span { border-color: rgb(25,66,153); }
td.TdClassName
{
border-color: #194299;
}
.TagClassName
{
border-color: #194299;
}
</style>