Shades of Egyptian Blue #173C98
Tints of Egyptian Blue #173C98
RGB
CMYK
RGB Variations
Color information
#173C98 (or 0x173C98) is known color: Egyptian Blue. HEX triplet: 17, 3C and 98. RGB value is (23,60,152). Sum of RGB (Red+Green+Blue) = 23+60+152=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #173C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173C98 is #E8C367. Grayscale: #3B3B3B. Windows color (decimal): -15254376 or 9976855. OLE color: 9976855.
HSL color Cylindrical-coordinate representation of color #173C98: hue angle of 222.79º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #173C98 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 60 | 152 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.40 |
| HSL | 222.79º | 0.74% | 0.34% | - |
| HSV(B) | 222.79º | 0.85% | 0.6% | - |
| XYZ | 7.64 | 5.68 | 30.4 | - |
| YUV | 59.43 | 180.24 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 152 | 0.85 | 0.61 | 0 | 0.40 | 222.79 | 0.74 | 0.34 |
| Hex | 17 | 3C | 98 | 55 | 3D | 0 | 28 | DF | 4A | 22 |
| Octal | 27 | 74 | 230 | 125 | 75 | 0 | 50 | 337 | 112 | 42 |
| Binary | 10111 | 111100 | 10011000 | 1010101 | 111101 | 0 | 101000 | 11011111 | 1001010 | 100010 |
Color Harmonies of #173C98
Complementary color
Monochromatic Colors of #173C98
Black with #173C98
Text Example
Text Example
White with #173C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C98; }
p { color: rgb(23,60,152); }
H1.HeaderClassName
{
color: #173C98;
}
.AnyTagClassName
{
color: #173C98;
}
</style>
background-color css
<style>
a { background-color: #173C98; }
a { background-color: rgb(23,60,152); }
div.DivClassName
{
background-color: #173C98;
}
.BgClassName
{
background-color: #173C98;
}
</style>
border-color css
<style>
span { border-color: #173C98; }
span { border-color: rgb(23,60,152); }
td.TdClassName
{
border-color: #173C98;
}
.TagClassName
{
border-color: #173C98;
}
</style>