Shades of Sapphire #17316B
Tints of Sapphire #17316B
RGB
CMYK
RGB Variations
Color information
#17316B (or 0x17316B) is known color: Sapphire. HEX triplet: 17, 31 and 6B. RGB value is (23,49,107). Sum of RGB (Red+Green+Blue) = 23+49+107=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #17316B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17316B is #E8CE94. Grayscale: #2F2F2F. Windows color (decimal): -15257237 or 7024919. OLE color: 7024919.
HSL color Cylindrical-coordinate representation of color #17316B: hue angle of 221.43º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17316B is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 49 | 107 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.58 |
| HSL | 221.43º | 0.65% | 0.25% | - |
| HSV(B) | 221.43º | 0.79% | 0.42% | - |
| XYZ | 4.11 | 3.44 | 14.36 | - |
| YUV | 47.84 | 161.39 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 107 | 0.79 | 0.54 | 0 | 0.58 | 221.43 | 0.65 | 0.25 |
| Hex | 17 | 31 | 6B | 4F | 36 | 0 | 3A | DD | 41 | 19 |
| Octal | 27 | 61 | 153 | 117 | 66 | 0 | 72 | 335 | 101 | 31 |
| Binary | 10111 | 110001 | 1101011 | 1001111 | 110110 | 0 | 111010 | 11011101 | 1000001 | 11001 |
Color Harmonies of #17316B
Complementary color
Monochromatic Colors of #17316B
Black with #17316B
Text Example
Text Example
White with #17316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17316B; }
p { color: rgb(23,49,107); }
H1.HeaderClassName
{
color: #17316B;
}
.AnyTagClassName
{
color: #17316B;
}
</style>
background-color css
<style>
a { background-color: #17316B; }
a { background-color: rgb(23,49,107); }
div.DivClassName
{
background-color: #17316B;
}
.BgClassName
{
background-color: #17316B;
}
</style>
border-color css
<style>
span { border-color: #17316B; }
span { border-color: rgb(23,49,107); }
td.TdClassName
{
border-color: #17316B;
}
.TagClassName
{
border-color: #17316B;
}
</style>