Shades of Egyptian Blue #173194
Tints of Egyptian Blue #173194
RGB
CMYK
RGB Variations
Color information
#173194 (or 0x173194) is known color: Egyptian Blue. HEX triplet: 17, 31 and 94. RGB value is (23,49,148). Sum of RGB (Red+Green+Blue) = 23+49+148=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 148 (58.20% from 255 or 67.27% from 220); Max value from RGB is 148 - color contains mainly: blue. Hex color #173194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173194 is #E8CE6B. Grayscale: #343434. Windows color (decimal): -15257196 or 9711895. OLE color: 9711895.
HSL color Cylindrical-coordinate representation of color #173194: hue angle of 227.52º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #173194 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 49 | 148 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.42 |
| HSL | 227.52º | 0.73% | 0.34% | - |
| HSV(B) | 227.52º | 0.84% | 0.58% | - |
| XYZ | 6.8 | 4.52 | 28.53 | - |
| YUV | 52.51 | 181.89 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 148 | 0.84 | 0.67 | 0 | 0.42 | 227.52 | 0.73 | 0.34 |
| Hex | 17 | 31 | 94 | 54 | 43 | 0 | 2A | E4 | 49 | 22 |
| Octal | 27 | 61 | 224 | 124 | 103 | 0 | 52 | 344 | 111 | 42 |
| Binary | 10111 | 110001 | 10010100 | 1010100 | 1000011 | 0 | 101010 | 11100100 | 1001001 | 100010 |
Color Harmonies of #173194
Complementary color
Monochromatic Colors of #173194
Black with #173194
Text Example
Text Example
White with #173194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173194; }
p { color: rgb(23,49,148); }
H1.HeaderClassName
{
color: #173194;
}
.AnyTagClassName
{
color: #173194;
}
</style>
background-color css
<style>
a { background-color: #173194; }
a { background-color: rgb(23,49,148); }
div.DivClassName
{
background-color: #173194;
}
.BgClassName
{
background-color: #173194;
}
</style>
border-color css
<style>
span { border-color: #173194; }
span { border-color: rgb(23,49,148); }
td.TdClassName
{
border-color: #173194;
}
.TagClassName
{
border-color: #173194;
}
</style>