Shades of Sapphire #173177
Tints of Sapphire #173177
RGB
CMYK
RGB Variations
Color information
#173177 (or 0x173177) is known color: Sapphire. HEX triplet: 17, 31 and 77. RGB value is (23,49,119). Sum of RGB (Red+Green+Blue) = 23+49+119=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #173177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173177 is #E8CE88. Grayscale: #303030. Windows color (decimal): -15257225 or 7811351. OLE color: 7811351.
HSL color Cylindrical-coordinate representation of color #173177: hue angle of 223.75º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #173177 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 49 | 119 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.53 |
| HSL | 223.75º | 0.68% | 0.28% | - |
| HSV(B) | 223.75º | 0.81% | 0.47% | - |
| XYZ | 4.78 | 3.71 | 17.92 | - |
| YUV | 49.21 | 167.39 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 119 | 0.81 | 0.59 | 0 | 0.53 | 223.75 | 0.68 | 0.28 |
| Hex | 17 | 31 | 77 | 51 | 3B | 0 | 35 | E0 | 44 | 1C |
| Octal | 27 | 61 | 167 | 121 | 73 | 0 | 65 | 340 | 104 | 34 |
| Binary | 10111 | 110001 | 1110111 | 1010001 | 111011 | 0 | 110101 | 11100000 | 1000100 | 11100 |
Color Harmonies of #173177
Complementary color
Monochromatic Colors of #173177
Black with #173177
Text Example
Text Example
White with #173177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173177; }
p { color: rgb(23,49,119); }
H1.HeaderClassName
{
color: #173177;
}
.AnyTagClassName
{
color: #173177;
}
</style>
background-color css
<style>
a { background-color: #173177; }
a { background-color: rgb(23,49,119); }
div.DivClassName
{
background-color: #173177;
}
.BgClassName
{
background-color: #173177;
}
</style>
border-color css
<style>
span { border-color: #173177; }
span { border-color: rgb(23,49,119); }
td.TdClassName
{
border-color: #173177;
}
.TagClassName
{
border-color: #173177;
}
</style>