Shades of Sapphire #17316D
Tints of Sapphire #17316D
RGB
CMYK
RGB Variations
Color information
#17316D (or 0x17316D) is known color: Sapphire. HEX triplet: 17, 31 and 6D. RGB value is (23,49,109). Sum of RGB (Red+Green+Blue) = 23+49+109=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #17316D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17316D is #E8CE92. Grayscale: #2F2F2F. Windows color (decimal): -15257235 or 7155991. OLE color: 7155991.
HSL color Cylindrical-coordinate representation of color #17316D: hue angle of 221.86º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17316D is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 49 | 109 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.57 |
| HSL | 221.86º | 0.65% | 0.26% | - |
| HSV(B) | 221.86º | 0.79% | 0.43% | - |
| XYZ | 4.21 | 3.48 | 14.92 | - |
| YUV | 48.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 109 | 0.79 | 0.55 | 0 | 0.57 | 221.86 | 0.65 | 0.26 |
| Hex | 17 | 31 | 6D | 4F | 37 | 0 | 39 | DE | 41 | 1A |
| Octal | 27 | 61 | 155 | 117 | 67 | 0 | 71 | 336 | 101 | 32 |
| Binary | 10111 | 110001 | 1101101 | 1001111 | 110111 | 0 | 111001 | 11011110 | 1000001 | 11010 |
Color Harmonies of #17316D
Complementary color
Monochromatic Colors of #17316D
Black with #17316D
Text Example
Text Example
White with #17316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17316D; }
p { color: rgb(23,49,109); }
H1.HeaderClassName
{
color: #17316D;
}
.AnyTagClassName
{
color: #17316D;
}
</style>
background-color css
<style>
a { background-color: #17316D; }
a { background-color: rgb(23,49,109); }
div.DivClassName
{
background-color: #17316D;
}
.BgClassName
{
background-color: #17316D;
}
</style>
border-color css
<style>
span { border-color: #17316D; }
span { border-color: rgb(23,49,109); }
td.TdClassName
{
border-color: #17316D;
}
.TagClassName
{
border-color: #17316D;
}
</style>