Shades of Sapphire #172663
Tints of Sapphire #172663
RGB
CMYK
RGB Variations
Color information
#172663 (or 0x172663) is known color: Sapphire. HEX triplet: 17, 26 and 63. RGB value is (23,38,99). Sum of RGB (Red+Green+Blue) = 23+38+99=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 99 (39.06% from 255 or 61.88% from 160); Max value from RGB is 99 - color contains mainly: blue. Hex color #172663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172663 is #E8D99C. Grayscale: #282828. Windows color (decimal): -15260061 or 6497815. OLE color: 6497815.
HSL color Cylindrical-coordinate representation of color #172663: hue angle of 228.16º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172663 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 38 | 99 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.61 |
| HSL | 228.16º | 0.62% | 0.24% | - |
| HSV(B) | 228.16º | 0.77% | 0.39% | - |
| XYZ | 3.3 | 2.47 | 12.11 | - |
| YUV | 40.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 99 | 0.77 | 0.62 | 0 | 0.61 | 228.16 | 0.62 | 0.24 |
| Hex | 17 | 26 | 63 | 4D | 3E | 0 | 3D | E4 | 3E | 18 |
| Octal | 27 | 46 | 143 | 115 | 76 | 0 | 75 | 344 | 76 | 30 |
| Binary | 10111 | 100110 | 1100011 | 1001101 | 111110 | 0 | 111101 | 11100100 | 111110 | 11000 |
Color Harmonies of #172663
Complementary color
Monochromatic Colors of #172663
Black with #172663
Text Example
Text Example
White with #172663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172663; }
p { color: rgb(23,38,99); }
H1.HeaderClassName
{
color: #172663;
}
.AnyTagClassName
{
color: #172663;
}
</style>
background-color css
<style>
a { background-color: #172663; }
a { background-color: rgb(23,38,99); }
div.DivClassName
{
background-color: #172663;
}
.BgClassName
{
background-color: #172663;
}
</style>
border-color css
<style>
span { border-color: #172663; }
span { border-color: rgb(23,38,99); }
td.TdClassName
{
border-color: #172663;
}
.TagClassName
{
border-color: #172663;
}
</style>