Shades of Egyptian Blue #194BA2
Tints of Egyptian Blue #194BA2
RGB
CMYK
RGB Variations
Color information
#194BA2 (or 0x194BA2) is known color: Egyptian Blue. HEX triplet: 19, 4B and A2. RGB value is (25,75,162). Sum of RGB (Red+Green+Blue) = 25+75+162=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 162 (63.67% from 255 or 61.83% from 262); Max value from RGB is 162 - color contains mainly: blue. Hex color #194BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194BA2 is #E6B45D. Grayscale: #454545. Windows color (decimal): -15119454 or 10636057. OLE color: 10636057.
HSL color Cylindrical-coordinate representation of color #194BA2: hue angle of 218.1º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #194BA2 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 75 | 162 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.36 |
| HSL | 218.1º | 0.73% | 0.37% | - |
| HSV(B) | 218.1º | 0.85% | 0.64% | - |
| XYZ | 9.44 | 7.85 | 35.2 | - |
| YUV | 69.97 | 179.94 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 162 | 0.85 | 0.54 | 0 | 0.36 | 218.1 | 0.73 | 0.37 |
| Hex | 19 | 4B | A2 | 55 | 36 | 0 | 24 | DA | 49 | 25 |
| Octal | 31 | 113 | 242 | 125 | 66 | 0 | 44 | 332 | 111 | 45 |
| Binary | 11001 | 1001011 | 10100010 | 1010101 | 110110 | 0 | 100100 | 11011010 | 1001001 | 100101 |
Color Harmonies of #194BA2
Complementary color
Monochromatic Colors of #194BA2
Black with #194BA2
Text Example
Text Example
White with #194BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194BA2; }
p { color: rgb(25,75,162); }
H1.HeaderClassName
{
color: #194BA2;
}
.AnyTagClassName
{
color: #194BA2;
}
</style>
background-color css
<style>
a { background-color: #194BA2; }
a { background-color: rgb(25,75,162); }
div.DivClassName
{
background-color: #194BA2;
}
.BgClassName
{
background-color: #194BA2;
}
</style>
border-color css
<style>
span { border-color: #194BA2; }
span { border-color: rgb(25,75,162); }
td.TdClassName
{
border-color: #194BA2;
}
.TagClassName
{
border-color: #194BA2;
}
</style>