Shades of Sapphire #172963
Tints of Sapphire #172963
RGB
CMYK
RGB Variations
Color information
#172963 (or 0x172963) is known color: Sapphire. HEX triplet: 17, 29 and 63. RGB value is (23,41,99). Sum of RGB (Red+Green+Blue) = 23+41+99=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #172963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172963 is #E8D69C. Grayscale: #292929. Windows color (decimal): -15259293 or 6498583. OLE color: 6498583.
HSL color Cylindrical-coordinate representation of color #172963: hue angle of 225.79º 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 #172963 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 41 | 99 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.61 |
| HSL | 225.79º | 0.62% | 0.24% | - |
| HSV(B) | 225.79º | 0.77% | 0.39% | - |
| XYZ | 3.4 | 2.67 | 12.14 | - |
| YUV | 42.23 | 160.04 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 99 | 0.77 | 0.59 | 0 | 0.61 | 225.79 | 0.62 | 0.24 |
| Hex | 17 | 29 | 63 | 4D | 3B | 0 | 3D | E2 | 3E | 18 |
| Octal | 27 | 51 | 143 | 115 | 73 | 0 | 75 | 342 | 76 | 30 |
| Binary | 10111 | 101001 | 1100011 | 1001101 | 111011 | 0 | 111101 | 11100010 | 111110 | 11000 |
Color Harmonies of #172963
Complementary color
Monochromatic Colors of #172963
Black with #172963
Text Example
Text Example
White with #172963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172963; }
p { color: rgb(23,41,99); }
H1.HeaderClassName
{
color: #172963;
}
.AnyTagClassName
{
color: #172963;
}
</style>
background-color css
<style>
a { background-color: #172963; }
a { background-color: rgb(23,41,99); }
div.DivClassName
{
background-color: #172963;
}
.BgClassName
{
background-color: #172963;
}
</style>
border-color css
<style>
span { border-color: #172963; }
span { border-color: rgb(23,41,99); }
td.TdClassName
{
border-color: #172963;
}
.TagClassName
{
border-color: #172963;
}
</style>