Shades of Sapphire #172758
Tints of Sapphire #172758
RGB
CMYK
RGB Variations
Color information
#172758 (or 0x172758) is known color: Sapphire. HEX triplet: 17, 27 and 58. RGB value is (23,39,88). Sum of RGB (Red+Green+Blue) = 23+39+88=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #172758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172758 is #E8D8A7. Grayscale: #272727. Windows color (decimal): -15259816 or 5777175. OLE color: 5777175.
HSL color Cylindrical-coordinate representation of color #172758: hue angle of 225.23º 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 #172758 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 39 | 88 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.65 |
| HSL | 225.23º | 0.59% | 0.22% | - |
| HSV(B) | 225.23º | 0.74% | 0.35% | - |
| XYZ | 2.84 | 2.34 | 9.53 | - |
| YUV | 39.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 88 | 0.74 | 0.56 | 0 | 0.65 | 225.23 | 0.59 | 0.22 |
| Hex | 17 | 27 | 58 | 4A | 38 | 0 | 41 | E1 | 3B | 16 |
| Octal | 27 | 47 | 130 | 112 | 70 | 0 | 101 | 341 | 73 | 26 |
| Binary | 10111 | 100111 | 1011000 | 1001010 | 111000 | 0 | 1000001 | 11100001 | 111011 | 10110 |
Color Harmonies of #172758
Complementary color
Monochromatic Colors of #172758
Black with #172758
Text Example
Text Example
White with #172758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172758; }
p { color: rgb(23,39,88); }
H1.HeaderClassName
{
color: #172758;
}
.AnyTagClassName
{
color: #172758;
}
</style>
background-color css
<style>
a { background-color: #172758; }
a { background-color: rgb(23,39,88); }
div.DivClassName
{
background-color: #172758;
}
.BgClassName
{
background-color: #172758;
}
</style>
border-color css
<style>
span { border-color: #172758; }
span { border-color: rgb(23,39,88); }
td.TdClassName
{
border-color: #172758;
}
.TagClassName
{
border-color: #172758;
}
</style>