Shades of Sapphire #172C56
Tints of Sapphire #172C56
RGB
CMYK
RGB Variations
Color information
#172C56 (or 0x172C56) is known color: Sapphire. HEX triplet: 17, 2C and 56. RGB value is (23,44,86). Sum of RGB (Red+Green+Blue) = 23+44+86=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #172C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C56 is #E8D3A9. Grayscale: #2A2A2A. Windows color (decimal): -15258538 or 5647383. OLE color: 5647383.
HSL color Cylindrical-coordinate representation of color #172C56: hue angle of 220º 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 #172C56 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 44 | 86 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.66 |
| HSL | 220º | 0.58% | 0.21% | - |
| HSV(B) | 220º | 0.73% | 0.34% | - |
| XYZ | 2.93 | 2.66 | 9.16 | - |
| YUV | 42.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 86 | 0.73 | 0.49 | 0 | 0.66 | 220 | 0.58 | 0.21 |
| Hex | 17 | 2C | 56 | 49 | 31 | 0 | 42 | DC | 3A | 15 |
| Octal | 27 | 54 | 126 | 111 | 61 | 0 | 102 | 334 | 72 | 25 |
| Binary | 10111 | 101100 | 1010110 | 1001001 | 110001 | 0 | 1000010 | 11011100 | 111010 | 10101 |
Color Harmonies of #172C56
Complementary color
Monochromatic Colors of #172C56
Black with #172C56
Text Example
Text Example
White with #172C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C56; }
p { color: rgb(23,44,86); }
H1.HeaderClassName
{
color: #172C56;
}
.AnyTagClassName
{
color: #172C56;
}
</style>
background-color css
<style>
a { background-color: #172C56; }
a { background-color: rgb(23,44,86); }
div.DivClassName
{
background-color: #172C56;
}
.BgClassName
{
background-color: #172C56;
}
</style>
border-color css
<style>
span { border-color: #172C56; }
span { border-color: rgb(23,44,86); }
td.TdClassName
{
border-color: #172C56;
}
.TagClassName
{
border-color: #172C56;
}
</style>