Shades of Egyptian Blue #192EA2
Tints of Egyptian Blue #192EA2
RGB
CMYK
RGB Variations
Color information
#192EA2 (or 0x192EA2) is known color: Egyptian Blue. HEX triplet: 19, 2E and A2. RGB value is (25,46,162). Sum of RGB (Red+Green+Blue) = 25+46+162=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 162 (63.67% from 255 or 69.53% from 233); Max value from RGB is 162 - color contains mainly: blue. Hex color #192EA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192EA2 is #E6D15D. Grayscale: #343434. Windows color (decimal): -15126878 or 10628633. OLE color: 10628633.
HSL color Cylindrical-coordinate representation of color #192EA2: hue angle of 230.8º 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 #192EA2 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 46 | 162 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.36 |
| HSL | 230.8º | 0.73% | 0.37% | - |
| HSV(B) | 230.8º | 0.85% | 0.64% | - |
| XYZ | 7.9 | 4.77 | 34.69 | - |
| YUV | 52.95 | 189.54 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 162 | 0.85 | 0.72 | 0 | 0.36 | 230.8 | 0.73 | 0.37 |
| Hex | 19 | 2E | A2 | 55 | 48 | 0 | 24 | E7 | 49 | 25 |
| Octal | 31 | 56 | 242 | 125 | 110 | 0 | 44 | 347 | 111 | 45 |
| Binary | 11001 | 101110 | 10100010 | 1010101 | 1001000 | 0 | 100100 | 11100111 | 1001001 | 100101 |
Color Harmonies of #192EA2
Complementary color
Monochromatic Colors of #192EA2
Black with #192EA2
Text Example
Text Example
White with #192EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192EA2; }
p { color: rgb(25,46,162); }
H1.HeaderClassName
{
color: #192EA2;
}
.AnyTagClassName
{
color: #192EA2;
}
</style>
background-color css
<style>
a { background-color: #192EA2; }
a { background-color: rgb(25,46,162); }
div.DivClassName
{
background-color: #192EA2;
}
.BgClassName
{
background-color: #192EA2;
}
</style>
border-color css
<style>
span { border-color: #192EA2; }
span { border-color: rgb(25,46,162); }
td.TdClassName
{
border-color: #192EA2;
}
.TagClassName
{
border-color: #192EA2;
}
</style>