Shades of Egyptian Blue #192AAD
Tints of Egyptian Blue #192AAD
RGB
CMYK
RGB Variations
Color information
#192AAD (or 0x192AAD) is known color: Egyptian Blue. HEX triplet: 19, 2A and AD. RGB value is (25,42,173). Sum of RGB (Red+Green+Blue) = 25+42+173=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #192AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192AAD is #E6D552. Grayscale: #333333. Windows color (decimal): -15127891 or 11348505. OLE color: 11348505.
HSL color Cylindrical-coordinate representation of color #192AAD: hue angle of 233.11º 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 #192AAD is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 42 | 173 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.32 |
| HSL | 233.11º | 0.75% | 0.39% | - |
| HSV(B) | 233.11º | 0.86% | 0.68% | - |
| XYZ | 8.77 | 4.88 | 40.01 | - |
| YUV | 51.85 | 196.37 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 173 | 0.86 | 0.76 | 0 | 0.32 | 233.11 | 0.75 | 0.39 |
| Hex | 19 | 2A | AD | 56 | 4C | 0 | 20 | E9 | 4B | 27 |
| Octal | 31 | 52 | 255 | 126 | 114 | 0 | 40 | 351 | 113 | 47 |
| Binary | 11001 | 101010 | 10101101 | 1010110 | 1001100 | 0 | 100000 | 11101001 | 1001011 | 100111 |
Color Harmonies of #192AAD
Complementary color
Monochromatic Colors of #192AAD
Black with #192AAD
Text Example
Text Example
White with #192AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192AAD; }
p { color: rgb(25,42,173); }
H1.HeaderClassName
{
color: #192AAD;
}
.AnyTagClassName
{
color: #192AAD;
}
</style>
background-color css
<style>
a { background-color: #192AAD; }
a { background-color: rgb(25,42,173); }
div.DivClassName
{
background-color: #192AAD;
}
.BgClassName
{
background-color: #192AAD;
}
</style>
border-color css
<style>
span { border-color: #192AAD; }
span { border-color: rgb(25,42,173); }
td.TdClassName
{
border-color: #192AAD;
}
.TagClassName
{
border-color: #192AAD;
}
</style>