Shades of Egyptian Blue #173C97
Tints of Egyptian Blue #173C97
RGB
CMYK
RGB Variations
Color information
#173C97 (or 0x173C97) is known color: Egyptian Blue. HEX triplet: 17, 3C and 97. RGB value is (23,60,151). Sum of RGB (Red+Green+Blue) = 23+60+151=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #173C97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173C97 is #E8C368. Grayscale: #3A3A3A. Windows color (decimal): -15254377 or 9911319. OLE color: 9911319.
HSL color Cylindrical-coordinate representation of color #173C97: hue angle of 222.66º degrees, saturation: 0.74, 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 #173C97 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 60 | 151 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.41 |
| HSL | 222.66º | 0.74% | 0.34% | - |
| HSV(B) | 222.66º | 0.85% | 0.59% | - |
| XYZ | 7.56 | 5.65 | 29.97 | - |
| YUV | 59.31 | 179.74 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 151 | 0.85 | 0.60 | 0 | 0.41 | 222.66 | 0.74 | 0.34 |
| Hex | 17 | 3C | 97 | 55 | 3C | 0 | 29 | DF | 4A | 22 |
| Octal | 27 | 74 | 227 | 125 | 74 | 0 | 51 | 337 | 112 | 42 |
| Binary | 10111 | 111100 | 10010111 | 1010101 | 111100 | 0 | 101001 | 11011111 | 1001010 | 100010 |
Color Harmonies of #173C97
Complementary color
Monochromatic Colors of #173C97
Black with #173C97
Text Example
Text Example
White with #173C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C97; }
p { color: rgb(23,60,151); }
H1.HeaderClassName
{
color: #173C97;
}
.AnyTagClassName
{
color: #173C97;
}
</style>
background-color css
<style>
a { background-color: #173C97; }
a { background-color: rgb(23,60,151); }
div.DivClassName
{
background-color: #173C97;
}
.BgClassName
{
background-color: #173C97;
}
</style>
border-color css
<style>
span { border-color: #173C97; }
span { border-color: rgb(23,60,151); }
td.TdClassName
{
border-color: #173C97;
}
.TagClassName
{
border-color: #173C97;
}
</style>