Shades of Sapphire #172259
Tints of Sapphire #172259
RGB
CMYK
RGB Variations
Color information
#172259 (or 0x172259) is known color: Sapphire. HEX triplet: 17, 22 and 59. RGB value is (23,34,89). Sum of RGB (Red+Green+Blue) = 23+34+89=146 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.75% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #172259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172259 is #E8DDA6. Grayscale: #242424. Windows color (decimal): -15261095 or 5841431. OLE color: 5841431.
HSL color Cylindrical-coordinate representation of color #172259: hue angle of 230º 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 #172259 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 34 | 89 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.65 |
| HSL | 230º | 0.59% | 0.22% | - |
| HSV(B) | 230º | 0.74% | 0.35% | - |
| XYZ | 2.73 | 2.05 | 9.7 | - |
| YUV | 36.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 89 | 0.74 | 0.62 | 0 | 0.65 | 230 | 0.59 | 0.22 |
| Hex | 17 | 22 | 59 | 4A | 3E | 0 | 41 | E6 | 3B | 16 |
| Octal | 27 | 42 | 131 | 112 | 76 | 0 | 101 | 346 | 73 | 26 |
| Binary | 10111 | 100010 | 1011001 | 1001010 | 111110 | 0 | 1000001 | 11100110 | 111011 | 10110 |
Color Harmonies of #172259
Complementary color
Monochromatic Colors of #172259
Black with #172259
Text Example
Text Example
White with #172259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172259; }
p { color: rgb(23,34,89); }
H1.HeaderClassName
{
color: #172259;
}
.AnyTagClassName
{
color: #172259;
}
</style>
background-color css
<style>
a { background-color: #172259; }
a { background-color: rgb(23,34,89); }
div.DivClassName
{
background-color: #172259;
}
.BgClassName
{
background-color: #172259;
}
</style>
border-color css
<style>
span { border-color: #172259; }
span { border-color: rgb(23,34,89); }
td.TdClassName
{
border-color: #172259;
}
.TagClassName
{
border-color: #172259;
}
</style>