Shades of Sapphire #172860
Tints of Sapphire #172860
RGB
CMYK
RGB Variations
Color information
#172860 (or 0x172860) is known color: Sapphire. HEX triplet: 17, 28 and 60. RGB value is (23,40,96). Sum of RGB (Red+Green+Blue) = 23+40+96=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #172860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172860 is #E8D79F. Grayscale: #292929. Windows color (decimal): -15259552 or 6301719. OLE color: 6301719.
HSL color Cylindrical-coordinate representation of color #172860: hue angle of 226.03º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172860 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 40 | 96 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.62 |
| HSL | 226.03º | 0.61% | 0.23% | - |
| HSV(B) | 226.03º | 0.76% | 0.38% | - |
| XYZ | 3.22 | 2.54 | 11.39 | - |
| YUV | 41.3 | 158.87 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 96 | 0.76 | 0.58 | 0 | 0.62 | 226.03 | 0.61 | 0.23 |
| Hex | 17 | 28 | 60 | 4C | 3A | 0 | 3E | E2 | 3D | 17 |
| Octal | 27 | 50 | 140 | 114 | 72 | 0 | 76 | 342 | 75 | 27 |
| Binary | 10111 | 101000 | 1100000 | 1001100 | 111010 | 0 | 111110 | 11100010 | 111101 | 10111 |
Color Harmonies of #172860
Complementary color
Monochromatic Colors of #172860
Black with #172860
Text Example
Text Example
White with #172860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172860; }
p { color: rgb(23,40,96); }
H1.HeaderClassName
{
color: #172860;
}
.AnyTagClassName
{
color: #172860;
}
</style>
background-color css
<style>
a { background-color: #172860; }
a { background-color: rgb(23,40,96); }
div.DivClassName
{
background-color: #172860;
}
.BgClassName
{
background-color: #172860;
}
</style>
border-color css
<style>
span { border-color: #172860; }
span { border-color: rgb(23,40,96); }
td.TdClassName
{
border-color: #172860;
}
.TagClassName
{
border-color: #172860;
}
</style>