Shades of Sapphire #172363
Tints of Sapphire #172363
RGB
CMYK
RGB Variations
Color information
#172363 (or 0x172363) is known color: Sapphire. HEX triplet: 17, 23 and 63. RGB value is (23,35,99). Sum of RGB (Red+Green+Blue) = 23+35+99=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #172363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172363 is #E8DC9C. Grayscale: #262626. Windows color (decimal): -15260829 or 6497047. OLE color: 6497047.
HSL color Cylindrical-coordinate representation of color #172363: hue angle of 230.53º 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 #172363 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 35 | 99 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.61 |
| HSL | 230.53º | 0.62% | 0.24% | - |
| HSV(B) | 230.53º | 0.77% | 0.39% | - |
| XYZ | 3.21 | 2.29 | 12.08 | - |
| YUV | 38.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 99 | 0.77 | 0.65 | 0 | 0.61 | 230.53 | 0.62 | 0.24 |
| Hex | 17 | 23 | 63 | 4D | 41 | 0 | 3D | E7 | 3E | 18 |
| Octal | 27 | 43 | 143 | 115 | 101 | 0 | 75 | 347 | 76 | 30 |
| Binary | 10111 | 100011 | 1100011 | 1001101 | 1000001 | 0 | 111101 | 11100111 | 111110 | 11000 |
Color Harmonies of #172363
Complementary color
Monochromatic Colors of #172363
Black with #172363
Text Example
Text Example
White with #172363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172363; }
p { color: rgb(23,35,99); }
H1.HeaderClassName
{
color: #172363;
}
.AnyTagClassName
{
color: #172363;
}
</style>
background-color css
<style>
a { background-color: #172363; }
a { background-color: rgb(23,35,99); }
div.DivClassName
{
background-color: #172363;
}
.BgClassName
{
background-color: #172363;
}
</style>
border-color css
<style>
span { border-color: #172363; }
span { border-color: rgb(23,35,99); }
td.TdClassName
{
border-color: #172363;
}
.TagClassName
{
border-color: #172363;
}
</style>