Shades of Sapphire #172B57
Tints of Sapphire #172B57
RGB
CMYK
RGB Variations
Color information
#172B57 (or 0x172B57) is known color: Sapphire. HEX triplet: 17, 2B and 57. RGB value is (23,43,87). Sum of RGB (Red+Green+Blue) = 23+43+87=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 87 (34.38% from 255 or 56.86% from 153); Max value from RGB is 87 - color contains mainly: blue. Hex color #172B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B57 is #E8D4A8. Grayscale: #292929. Windows color (decimal): -15258793 or 5712663. OLE color: 5712663.
HSL color Cylindrical-coordinate representation of color #172B57: hue angle of 221.25º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #172B57 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 43 | 87 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.66 |
| HSL | 221.25º | 0.58% | 0.22% | - |
| HSV(B) | 221.25º | 0.74% | 0.34% | - |
| XYZ | 2.94 | 2.6 | 9.36 | - |
| YUV | 42.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 87 | 0.74 | 0.51 | 0 | 0.66 | 221.25 | 0.58 | 0.22 |
| Hex | 17 | 2B | 57 | 4A | 33 | 0 | 42 | DD | 3A | 16 |
| Octal | 27 | 53 | 127 | 112 | 63 | 0 | 102 | 335 | 72 | 26 |
| Binary | 10111 | 101011 | 1010111 | 1001010 | 110011 | 0 | 1000010 | 11011101 | 111010 | 10110 |
Color Harmonies of #172B57
Complementary color
Monochromatic Colors of #172B57
Black with #172B57
Text Example
Text Example
White with #172B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B57; }
p { color: rgb(23,43,87); }
H1.HeaderClassName
{
color: #172B57;
}
.AnyTagClassName
{
color: #172B57;
}
</style>
background-color css
<style>
a { background-color: #172B57; }
a { background-color: rgb(23,43,87); }
div.DivClassName
{
background-color: #172B57;
}
.BgClassName
{
background-color: #172B57;
}
</style>
border-color css
<style>
span { border-color: #172B57; }
span { border-color: rgb(23,43,87); }
td.TdClassName
{
border-color: #172B57;
}
.TagClassName
{
border-color: #172B57;
}
</style>