Shades of Egyptian Blue #173395
Tints of Egyptian Blue #173395
RGB
CMYK
RGB Variations
Color information
#173395 (or 0x173395) is known color: Egyptian Blue. HEX triplet: 17, 33 and 95. RGB value is (23,51,149). Sum of RGB (Red+Green+Blue) = 23+51+149=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #173395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173395 is #E8CC6A. Grayscale: #353535. Windows color (decimal): -15256683 or 9777943. OLE color: 9777943.
HSL color Cylindrical-coordinate representation of color #173395: hue angle of 226.67º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #173395 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 51 | 149 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.42 |
| HSL | 226.67º | 0.73% | 0.34% | - |
| HSV(B) | 226.67º | 0.85% | 0.58% | - |
| XYZ | 6.96 | 4.72 | 28.98 | - |
| YUV | 53.8 | 181.72 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 51 | 149 | 0.85 | 0.66 | 0 | 0.42 | 226.67 | 0.73 | 0.34 |
| Hex | 17 | 33 | 95 | 55 | 42 | 0 | 2A | E3 | 49 | 22 |
| Octal | 27 | 63 | 225 | 125 | 102 | 0 | 52 | 343 | 111 | 42 |
| Binary | 10111 | 110011 | 10010101 | 1010101 | 1000010 | 0 | 101010 | 11100011 | 1001001 | 100010 |
Color Harmonies of #173395
Complementary color
Monochromatic Colors of #173395
Black with #173395
Text Example
Text Example
White with #173395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173395; }
p { color: rgb(23,51,149); }
H1.HeaderClassName
{
color: #173395;
}
.AnyTagClassName
{
color: #173395;
}
</style>
background-color css
<style>
a { background-color: #173395; }
a { background-color: rgb(23,51,149); }
div.DivClassName
{
background-color: #173395;
}
.BgClassName
{
background-color: #173395;
}
</style>
border-color css
<style>
span { border-color: #173395; }
span { border-color: rgb(23,51,149); }
td.TdClassName
{
border-color: #173395;
}
.TagClassName
{
border-color: #173395;
}
</style>