Shades of Egyptian Blue #173FA0
Tints of Egyptian Blue #173FA0
RGB
CMYK
RGB Variations
Color information
#173FA0 (or 0x173FA0) is known color: Egyptian Blue. HEX triplet: 17, 3F and A0. RGB value is (23,63,160). Sum of RGB (Red+Green+Blue) = 23+63+160=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 160 (62.89% from 255 or 65.04% from 246); Max value from RGB is 160 - color contains mainly: blue. Hex color #173FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173FA0 is #E8C05F. Grayscale: #3D3D3D. Windows color (decimal): -15253600 or 10501911. OLE color: 10501911.
HSL color Cylindrical-coordinate representation of color #173FA0: hue angle of 222.48º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #173FA0 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 63 | 160 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.37 |
| HSL | 222.48º | 0.75% | 0.36% | - |
| HSV(B) | 222.48º | 0.86% | 0.63% | - |
| XYZ | 8.48 | 6.28 | 34.02 | - |
| YUV | 62.1 | 183.25 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 160 | 0.86 | 0.61 | 0 | 0.37 | 222.48 | 0.75 | 0.36 |
| Hex | 17 | 3F | A0 | 56 | 3D | 0 | 25 | DE | 4B | 24 |
| Octal | 27 | 77 | 240 | 126 | 75 | 0 | 45 | 336 | 113 | 44 |
| Binary | 10111 | 111111 | 10100000 | 1010110 | 111101 | 0 | 100101 | 11011110 | 1001011 | 100100 |
Color Harmonies of #173FA0
Complementary color
Monochromatic Colors of #173FA0
Black with #173FA0
Text Example
Text Example
White with #173FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173FA0; }
p { color: rgb(23,63,160); }
H1.HeaderClassName
{
color: #173FA0;
}
.AnyTagClassName
{
color: #173FA0;
}
</style>
background-color css
<style>
a { background-color: #173FA0; }
a { background-color: rgb(23,63,160); }
div.DivClassName
{
background-color: #173FA0;
}
.BgClassName
{
background-color: #173FA0;
}
</style>
border-color css
<style>
span { border-color: #173FA0; }
span { border-color: rgb(23,63,160); }
td.TdClassName
{
border-color: #173FA0;
}
.TagClassName
{
border-color: #173FA0;
}
</style>