Shades of Sapphire #17316E
Tints of Sapphire #17316E
RGB
CMYK
RGB Variations
Color information
#17316E (or 0x17316E) is known color: Sapphire. HEX triplet: 17, 31 and 6E. RGB value is (23,49,110). Sum of RGB (Red+Green+Blue) = 23+49+110=182 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.64% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #17316E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17316E is #E8CE91. Grayscale: #2F2F2F. Windows color (decimal): -15257234 or 7221527. OLE color: 7221527.
HSL color Cylindrical-coordinate representation of color #17316E: hue angle of 222.07º 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 #17316E is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 49 | 110 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.57 |
| HSL | 222.07º | 0.65% | 0.26% | - |
| HSV(B) | 222.07º | 0.79% | 0.43% | - |
| XYZ | 4.27 | 3.5 | 15.2 | - |
| YUV | 48.18 | 162.89 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 110 | 0.79 | 0.55 | 0 | 0.57 | 222.07 | 0.65 | 0.26 |
| Hex | 17 | 31 | 6E | 4F | 37 | 0 | 39 | DE | 41 | 1A |
| Octal | 27 | 61 | 156 | 117 | 67 | 0 | 71 | 336 | 101 | 32 |
| Binary | 10111 | 110001 | 1101110 | 1001111 | 110111 | 0 | 111001 | 11011110 | 1000001 | 11010 |
Color Harmonies of #17316E
Complementary color
Monochromatic Colors of #17316E
Black with #17316E
Text Example
Text Example
White with #17316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17316E; }
p { color: rgb(23,49,110); }
H1.HeaderClassName
{
color: #17316E;
}
.AnyTagClassName
{
color: #17316E;
}
</style>
background-color css
<style>
a { background-color: #17316E; }
a { background-color: rgb(23,49,110); }
div.DivClassName
{
background-color: #17316E;
}
.BgClassName
{
background-color: #17316E;
}
</style>
border-color css
<style>
span { border-color: #17316E; }
span { border-color: rgb(23,49,110); }
td.TdClassName
{
border-color: #17316E;
}
.TagClassName
{
border-color: #17316E;
}
</style>