Shades of Egyptian Blue #173C96
Tints of Egyptian Blue #173C96
RGB
CMYK
RGB Variations
Color information
#173C96 (or 0x173C96) is known color: Egyptian Blue. HEX triplet: 17, 3C and 96. RGB value is (23,60,150). Sum of RGB (Red+Green+Blue) = 23+60+150=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #173C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173C96 is #E8C369. Grayscale: #3A3A3A. Windows color (decimal): -15254378 or 9845783. OLE color: 9845783.
HSL color Cylindrical-coordinate representation of color #173C96: hue angle of 222.52º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #173C96 is Cyan = 0.85, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 60 | 150 | - |
| CMYK | 0.85 | 0.6 | 0 | 0.41 |
| HSL | 222.52º | 0.73% | 0.34% | - |
| HSV(B) | 222.52º | 0.85% | 0.59% | - |
| XYZ | 7.47 | 5.62 | 29.54 | - |
| YUV | 59.2 | 179.24 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 150 | 0.85 | 0.6 | 0 | 0.41 | 222.52 | 0.73 | 0.34 |
| Hex | 17 | 3C | 96 | 55 | 3C | 0 | 29 | DF | 49 | 22 |
| Octal | 27 | 74 | 226 | 125 | 74 | 0 | 51 | 337 | 111 | 42 |
| Binary | 10111 | 111100 | 10010110 | 1010101 | 111100 | 0 | 101001 | 11011111 | 1001001 | 100010 |
Color Harmonies of #173C96
Complementary color
Monochromatic Colors of #173C96
Black with #173C96
Text Example
Text Example
White with #173C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C96; }
p { color: rgb(23,60,150); }
H1.HeaderClassName
{
color: #173C96;
}
.AnyTagClassName
{
color: #173C96;
}
</style>
background-color css
<style>
a { background-color: #173C96; }
a { background-color: rgb(23,60,150); }
div.DivClassName
{
background-color: #173C96;
}
.BgClassName
{
background-color: #173C96;
}
</style>
border-color css
<style>
span { border-color: #173C96; }
span { border-color: rgb(23,60,150); }
td.TdClassName
{
border-color: #173C96;
}
.TagClassName
{
border-color: #173C96;
}
</style>