Shades of Sapphire #172359
Tints of Sapphire #172359
RGB
CMYK
RGB Variations
Color information
#172359 (or 0x172359) is known color: Sapphire. HEX triplet: 17, 23 and 59. RGB value is (23,35,89). Sum of RGB (Red+Green+Blue) = 23+35+89=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #172359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172359 is #E8DCA6. Grayscale: #252525. Windows color (decimal): -15260839 or 5841687. OLE color: 5841687.
HSL color Cylindrical-coordinate representation of color #172359: hue angle of 229.09º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #172359 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 35 | 89 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.65 |
| HSL | 229.09º | 0.59% | 0.22% | - |
| HSV(B) | 229.09º | 0.74% | 0.35% | - |
| XYZ | 2.76 | 2.11 | 9.71 | - |
| YUV | 37.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 89 | 0.74 | 0.61 | 0 | 0.65 | 229.09 | 0.59 | 0.22 |
| Hex | 17 | 23 | 59 | 4A | 3D | 0 | 41 | E5 | 3B | 16 |
| Octal | 27 | 43 | 131 | 112 | 75 | 0 | 101 | 345 | 73 | 26 |
| Binary | 10111 | 100011 | 1011001 | 1001010 | 111101 | 0 | 1000001 | 11100101 | 111011 | 10110 |
Color Harmonies of #172359
Complementary color
Monochromatic Colors of #172359
Black with #172359
Text Example
Text Example
White with #172359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172359; }
p { color: rgb(23,35,89); }
H1.HeaderClassName
{
color: #172359;
}
.AnyTagClassName
{
color: #172359;
}
</style>
background-color css
<style>
a { background-color: #172359; }
a { background-color: rgb(23,35,89); }
div.DivClassName
{
background-color: #172359;
}
.BgClassName
{
background-color: #172359;
}
</style>
border-color css
<style>
span { border-color: #172359; }
span { border-color: rgb(23,35,89); }
td.TdClassName
{
border-color: #172359;
}
.TagClassName
{
border-color: #172359;
}
</style>