Shades of Sapphire #172859
Tints of Sapphire #172859
RGB
CMYK
RGB Variations
Color information
#172859 (or 0x172859) is known color: Sapphire. HEX triplet: 17, 28 and 59. RGB value is (23,40,89). Sum of RGB (Red+Green+Blue) = 23+40+89=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #172859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172859 is #E8D7A6. Grayscale: #282828. Windows color (decimal): -15259559 or 5842967. OLE color: 5842967.
HSL color Cylindrical-coordinate representation of color #172859: hue angle of 224.55º 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 #172859 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 40 | 89 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.65 |
| HSL | 224.55º | 0.59% | 0.22% | - |
| HSV(B) | 224.55º | 0.74% | 0.35% | - |
| XYZ | 2.92 | 2.42 | 9.76 | - |
| YUV | 40.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 89 | 0.74 | 0.55 | 0 | 0.65 | 224.55 | 0.59 | 0.22 |
| Hex | 17 | 28 | 59 | 4A | 37 | 0 | 41 | E1 | 3B | 16 |
| Octal | 27 | 50 | 131 | 112 | 67 | 0 | 101 | 341 | 73 | 26 |
| Binary | 10111 | 101000 | 1011001 | 1001010 | 110111 | 0 | 1000001 | 11100001 | 111011 | 10110 |
Color Harmonies of #172859
Complementary color
Monochromatic Colors of #172859
Black with #172859
Text Example
Text Example
White with #172859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172859; }
p { color: rgb(23,40,89); }
H1.HeaderClassName
{
color: #172859;
}
.AnyTagClassName
{
color: #172859;
}
</style>
background-color css
<style>
a { background-color: #172859; }
a { background-color: rgb(23,40,89); }
div.DivClassName
{
background-color: #172859;
}
.BgClassName
{
background-color: #172859;
}
</style>
border-color css
<style>
span { border-color: #172859; }
span { border-color: rgb(23,40,89); }
td.TdClassName
{
border-color: #172859;
}
.TagClassName
{
border-color: #172859;
}
</style>