Shades of Egyptian Blue #192AAE
Tints of Egyptian Blue #192AAE
RGB
CMYK
RGB Variations
Color information
#192AAE (or 0x192AAE) is known color: Egyptian Blue. HEX triplet: 19, 2A and AE. RGB value is (25,42,174). Sum of RGB (Red+Green+Blue) = 25+42+174=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #192AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192AAE is #E6D551. Grayscale: #333333. Windows color (decimal): -15127890 or 11414041. OLE color: 11414041.
HSL color Cylindrical-coordinate representation of color #192AAE: hue angle of 233.15º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192AAE is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 42 | 174 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.32 |
| HSL | 233.15º | 0.75% | 0.39% | - |
| HSV(B) | 233.15º | 0.86% | 0.68% | - |
| XYZ | 8.87 | 4.92 | 40.53 | - |
| YUV | 51.97 | 196.87 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 174 | 0.86 | 0.76 | 0 | 0.32 | 233.15 | 0.75 | 0.39 |
| Hex | 19 | 2A | AE | 56 | 4C | 0 | 20 | E9 | 4B | 27 |
| Octal | 31 | 52 | 256 | 126 | 114 | 0 | 40 | 351 | 113 | 47 |
| Binary | 11001 | 101010 | 10101110 | 1010110 | 1001100 | 0 | 100000 | 11101001 | 1001011 | 100111 |
Color Harmonies of #192AAE
Complementary color
Monochromatic Colors of #192AAE
Black with #192AAE
Text Example
Text Example
White with #192AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192AAE; }
p { color: rgb(25,42,174); }
H1.HeaderClassName
{
color: #192AAE;
}
.AnyTagClassName
{
color: #192AAE;
}
</style>
background-color css
<style>
a { background-color: #192AAE; }
a { background-color: rgb(25,42,174); }
div.DivClassName
{
background-color: #192AAE;
}
.BgClassName
{
background-color: #192AAE;
}
</style>
border-color css
<style>
span { border-color: #192AAE; }
span { border-color: rgb(25,42,174); }
td.TdClassName
{
border-color: #192AAE;
}
.TagClassName
{
border-color: #192AAE;
}
</style>