Shades of Egyptian Blue #192AA7
Tints of Egyptian Blue #192AA7
RGB
CMYK
RGB Variations
Color information
#192AA7 (or 0x192AA7) is known color: Egyptian Blue. HEX triplet: 19, 2A and A7. RGB value is (25,42,167). Sum of RGB (Red+Green+Blue) = 25+42+167=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 167 (65.62% from 255 or 71.37% from 234); Max value from RGB is 167 - color contains mainly: blue. Hex color #192AA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192AA7 is #E6D558. Grayscale: #323232. Windows color (decimal): -15127897 or 10955289. OLE color: 10955289.
HSL color Cylindrical-coordinate representation of color #192AA7: hue angle of 232.82º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #192AA7 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 42 | 167 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.35 |
| HSL | 232.82º | 0.74% | 0.38% | - |
| HSV(B) | 232.82º | 0.85% | 0.65% | - |
| XYZ | 8.2 | 4.65 | 37.02 | - |
| YUV | 51.17 | 193.37 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 167 | 0.85 | 0.75 | 0 | 0.35 | 232.82 | 0.74 | 0.38 |
| Hex | 19 | 2A | A7 | 55 | 4B | 0 | 23 | E9 | 4A | 26 |
| Octal | 31 | 52 | 247 | 125 | 113 | 0 | 43 | 351 | 112 | 46 |
| Binary | 11001 | 101010 | 10100111 | 1010101 | 1001011 | 0 | 100011 | 11101001 | 1001010 | 100110 |
Color Harmonies of #192AA7
Complementary color
Monochromatic Colors of #192AA7
Black with #192AA7
Text Example
Text Example
White with #192AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192AA7; }
p { color: rgb(25,42,167); }
H1.HeaderClassName
{
color: #192AA7;
}
.AnyTagClassName
{
color: #192AA7;
}
</style>
background-color css
<style>
a { background-color: #192AA7; }
a { background-color: rgb(25,42,167); }
div.DivClassName
{
background-color: #192AA7;
}
.BgClassName
{
background-color: #192AA7;
}
</style>
border-color css
<style>
span { border-color: #192AA7; }
span { border-color: rgb(25,42,167); }
td.TdClassName
{
border-color: #192AA7;
}
.TagClassName
{
border-color: #192AA7;
}
</style>