Shades of Egyptian Blue #173F99
Tints of Egyptian Blue #173F99
RGB
CMYK
RGB Variations
Color information
#173F99 (or 0x173F99) is known color: Egyptian Blue. HEX triplet: 17, 3F and 99. RGB value is (23,63,153). Sum of RGB (Red+Green+Blue) = 23+63+153=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #173F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173F99 is #E8C066. Grayscale: #3C3C3C. Windows color (decimal): -15253607 or 10043159. OLE color: 10043159.
HSL color Cylindrical-coordinate representation of color #173F99: hue angle of 221.54º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #173F99 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 63 | 153 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.4 |
| HSL | 221.54º | 0.74% | 0.35% | - |
| HSV(B) | 221.54º | 0.85% | 0.6% | - |
| XYZ | 7.88 | 6.04 | 30.89 | - |
| YUV | 61.3 | 179.75 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 153 | 0.85 | 0.59 | 0 | 0.4 | 221.54 | 0.74 | 0.35 |
| Hex | 17 | 3F | 99 | 55 | 3B | 0 | 28 | DE | 4A | 23 |
| Octal | 27 | 77 | 231 | 125 | 73 | 0 | 50 | 336 | 112 | 43 |
| Binary | 10111 | 111111 | 10011001 | 1010101 | 111011 | 0 | 101000 | 11011110 | 1001010 | 100011 |
Color Harmonies of #173F99
Complementary color
Monochromatic Colors of #173F99
Black with #173F99
Text Example
Text Example
White with #173F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173F99; }
p { color: rgb(23,63,153); }
H1.HeaderClassName
{
color: #173F99;
}
.AnyTagClassName
{
color: #173F99;
}
</style>
background-color css
<style>
a { background-color: #173F99; }
a { background-color: rgb(23,63,153); }
div.DivClassName
{
background-color: #173F99;
}
.BgClassName
{
background-color: #173F99;
}
</style>
border-color css
<style>
span { border-color: #173F99; }
span { border-color: rgb(23,63,153); }
td.TdClassName
{
border-color: #173F99;
}
.TagClassName
{
border-color: #173F99;
}
</style>