Shades of Sapphire #172958
Tints of Sapphire #172958
RGB
CMYK
RGB Variations
Color information
#172958 (or 0x172958) is known color: Sapphire. HEX triplet: 17, 29 and 58. RGB value is (23,41,88). Sum of RGB (Red+Green+Blue) = 23+41+88=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #172958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172958 is #E8D6A7. Grayscale: #282828. Windows color (decimal): -15259304 or 5777687. OLE color: 5777687.
HSL color Cylindrical-coordinate representation of color #172958: hue angle of 223.38º 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 #172958 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 41 | 88 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.65 |
| HSL | 223.38º | 0.59% | 0.22% | - |
| HSV(B) | 223.38º | 0.74% | 0.35% | - |
| XYZ | 2.91 | 2.47 | 9.56 | - |
| YUV | 40.98 | 154.54 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 88 | 0.74 | 0.53 | 0 | 0.65 | 223.38 | 0.59 | 0.22 |
| Hex | 17 | 29 | 58 | 4A | 35 | 0 | 41 | DF | 3B | 16 |
| Octal | 27 | 51 | 130 | 112 | 65 | 0 | 101 | 337 | 73 | 26 |
| Binary | 10111 | 101001 | 1011000 | 1001010 | 110101 | 0 | 1000001 | 11011111 | 111011 | 10110 |
Color Harmonies of #172958
Complementary color
Monochromatic Colors of #172958
Black with #172958
Text Example
Text Example
White with #172958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172958; }
p { color: rgb(23,41,88); }
H1.HeaderClassName
{
color: #172958;
}
.AnyTagClassName
{
color: #172958;
}
</style>
background-color css
<style>
a { background-color: #172958; }
a { background-color: rgb(23,41,88); }
div.DivClassName
{
background-color: #172958;
}
.BgClassName
{
background-color: #172958;
}
</style>
border-color css
<style>
span { border-color: #172958; }
span { border-color: rgb(23,41,88); }
td.TdClassName
{
border-color: #172958;
}
.TagClassName
{
border-color: #172958;
}
</style>