Shades of Egyptian Blue #192BA9
Tints of Egyptian Blue #192BA9
RGB
CMYK
RGB Variations
Color information
#192BA9 (or 0x192BA9) is known color: Egyptian Blue. HEX triplet: 19, 2B and A9. RGB value is (25,43,169). Sum of RGB (Red+Green+Blue) = 25+43+169=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 169 (66.41% from 255 or 71.31% from 237); Max value from RGB is 169 - color contains mainly: blue. Hex color #192BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192BA9 is #E6D456. Grayscale: #333333. Windows color (decimal): -15127639 or 11086617. OLE color: 11086617.
HSL color Cylindrical-coordinate representation of color #192BA9: hue angle of 232.5º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #192BA9 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 43 | 169 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.34 |
| HSL | 232.5º | 0.74% | 0.38% | - |
| HSV(B) | 232.5º | 0.85% | 0.66% | - |
| XYZ | 8.43 | 4.8 | 38.02 | - |
| YUV | 51.98 | 194.04 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 169 | 0.85 | 0.75 | 0 | 0.34 | 232.5 | 0.74 | 0.38 |
| Hex | 19 | 2B | A9 | 55 | 4B | 0 | 22 | E8 | 4A | 26 |
| Octal | 31 | 53 | 251 | 125 | 113 | 0 | 42 | 350 | 112 | 46 |
| Binary | 11001 | 101011 | 10101001 | 1010101 | 1001011 | 0 | 100010 | 11101000 | 1001010 | 100110 |
Color Harmonies of #192BA9
Complementary color
Monochromatic Colors of #192BA9
Black with #192BA9
Text Example
Text Example
White with #192BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192BA9; }
p { color: rgb(25,43,169); }
H1.HeaderClassName
{
color: #192BA9;
}
.AnyTagClassName
{
color: #192BA9;
}
</style>
background-color css
<style>
a { background-color: #192BA9; }
a { background-color: rgb(25,43,169); }
div.DivClassName
{
background-color: #192BA9;
}
.BgClassName
{
background-color: #192BA9;
}
</style>
border-color css
<style>
span { border-color: #192BA9; }
span { border-color: rgb(25,43,169); }
td.TdClassName
{
border-color: #192BA9;
}
.TagClassName
{
border-color: #192BA9;
}
</style>