Shades of Sapphire #172B56
Tints of Sapphire #172B56
RGB
CMYK
RGB Variations
Color information
#172B56 (or 0x172B56) is known color: Sapphire. HEX triplet: 17, 2B and 56. RGB value is (23,43,86). Sum of RGB (Red+Green+Blue) = 23+43+86=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #172B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B56 is #E8D4A9. Grayscale: #292929. Windows color (decimal): -15258794 or 5647127. OLE color: 5647127.
HSL color Cylindrical-coordinate representation of color #172B56: hue angle of 220.95º 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 #172B56 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 43 | 86 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.66 |
| HSL | 220.95º | 0.58% | 0.21% | - |
| HSV(B) | 220.95º | 0.73% | 0.34% | - |
| XYZ | 2.9 | 2.58 | 9.15 | - |
| YUV | 41.92 | 152.87 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 86 | 0.73 | 0.50 | 0 | 0.66 | 220.95 | 0.58 | 0.21 |
| Hex | 17 | 2B | 56 | 49 | 32 | 0 | 42 | DD | 3A | 15 |
| Octal | 27 | 53 | 126 | 111 | 62 | 0 | 102 | 335 | 72 | 25 |
| Binary | 10111 | 101011 | 1010110 | 1001001 | 110010 | 0 | 1000010 | 11011101 | 111010 | 10101 |
Color Harmonies of #172B56
Complementary color
Monochromatic Colors of #172B56
Black with #172B56
Text Example
Text Example
White with #172B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B56; }
p { color: rgb(23,43,86); }
H1.HeaderClassName
{
color: #172B56;
}
.AnyTagClassName
{
color: #172B56;
}
</style>
background-color css
<style>
a { background-color: #172B56; }
a { background-color: rgb(23,43,86); }
div.DivClassName
{
background-color: #172B56;
}
.BgClassName
{
background-color: #172B56;
}
</style>
border-color css
<style>
span { border-color: #172B56; }
span { border-color: rgb(23,43,86); }
td.TdClassName
{
border-color: #172B56;
}
.TagClassName
{
border-color: #172B56;
}
</style>