Shades of Sapphire #172656
Tints of Sapphire #172656
RGB
CMYK
RGB Variations
Color information
#172656 (or 0x172656) is known color: Sapphire. HEX triplet: 17, 26 and 56. RGB value is (23,38,86). Sum of RGB (Red+Green+Blue) = 23+38+86=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #172656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172656 is #E8D9A9. Grayscale: #262626. Windows color (decimal): -15260074 or 5645847. OLE color: 5645847.
HSL color Cylindrical-coordinate representation of color #172656: hue angle of 225.71º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #172656 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 38 | 86 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.66 |
| HSL | 225.71º | 0.58% | 0.21% | - |
| HSV(B) | 225.71º | 0.73% | 0.34% | - |
| XYZ | 2.73 | 2.24 | 9.09 | - |
| YUV | 38.99 | 154.53 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 86 | 0.73 | 0.56 | 0 | 0.66 | 225.71 | 0.58 | 0.21 |
| Hex | 17 | 26 | 56 | 49 | 38 | 0 | 42 | E2 | 3A | 15 |
| Octal | 27 | 46 | 126 | 111 | 70 | 0 | 102 | 342 | 72 | 25 |
| Binary | 10111 | 100110 | 1010110 | 1001001 | 111000 | 0 | 1000010 | 11100010 | 111010 | 10101 |
Color Harmonies of #172656
Complementary color
Monochromatic Colors of #172656
Black with #172656
Text Example
Text Example
White with #172656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172656; }
p { color: rgb(23,38,86); }
H1.HeaderClassName
{
color: #172656;
}
.AnyTagClassName
{
color: #172656;
}
</style>
background-color css
<style>
a { background-color: #172656; }
a { background-color: rgb(23,38,86); }
div.DivClassName
{
background-color: #172656;
}
.BgClassName
{
background-color: #172656;
}
</style>
border-color css
<style>
span { border-color: #172656; }
span { border-color: rgb(23,38,86); }
td.TdClassName
{
border-color: #172656;
}
.TagClassName
{
border-color: #172656;
}
</style>