Shades of Sapphire #172659
Tints of Sapphire #172659
RGB
CMYK
RGB Variations
Color information
#172659 (or 0x172659) is known color: Sapphire. HEX triplet: 17, 26 and 59. RGB value is (23,38,89). Sum of RGB (Red+Green+Blue) = 23+38+89=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #172659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172659 is #E8D9A6. Grayscale: #272727. Windows color (decimal): -15260071 or 5842455. OLE color: 5842455.
HSL color Cylindrical-coordinate representation of color #172659: hue angle of 226.36º 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 #172659 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 38 | 89 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.65 |
| HSL | 226.36º | 0.59% | 0.22% | - |
| HSV(B) | 226.36º | 0.74% | 0.35% | - |
| XYZ | 2.85 | 2.29 | 9.74 | - |
| YUV | 39.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 89 | 0.74 | 0.57 | 0 | 0.65 | 226.36 | 0.59 | 0.22 |
| Hex | 17 | 26 | 59 | 4A | 39 | 0 | 41 | E2 | 3B | 16 |
| Octal | 27 | 46 | 131 | 112 | 71 | 0 | 101 | 342 | 73 | 26 |
| Binary | 10111 | 100110 | 1011001 | 1001010 | 111001 | 0 | 1000001 | 11100010 | 111011 | 10110 |
Color Harmonies of #172659
Complementary color
Monochromatic Colors of #172659
Black with #172659
Text Example
Text Example
White with #172659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172659; }
p { color: rgb(23,38,89); }
H1.HeaderClassName
{
color: #172659;
}
.AnyTagClassName
{
color: #172659;
}
</style>
background-color css
<style>
a { background-color: #172659; }
a { background-color: rgb(23,38,89); }
div.DivClassName
{
background-color: #172659;
}
.BgClassName
{
background-color: #172659;
}
</style>
border-color css
<style>
span { border-color: #172659; }
span { border-color: rgb(23,38,89); }
td.TdClassName
{
border-color: #172659;
}
.TagClassName
{
border-color: #172659;
}
</style>