Shades of Sapphire #17316F
Tints of Sapphire #17316F
RGB
CMYK
RGB Variations
Color information
#17316F (or 0x17316F) is known color: Sapphire. HEX triplet: 17, 31 and 6F. RGB value is (23,49,111). Sum of RGB (Red+Green+Blue) = 23+49+111=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #17316F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17316F is #E8CE90. Grayscale: #303030. Windows color (decimal): -15257233 or 7287063. OLE color: 7287063.
HSL color Cylindrical-coordinate representation of color #17316F: hue angle of 222.27º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17316F is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 49 | 111 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.56 |
| HSL | 222.27º | 0.66% | 0.26% | - |
| HSV(B) | 222.27º | 0.79% | 0.44% | - |
| XYZ | 4.32 | 3.53 | 15.49 | - |
| YUV | 48.29 | 163.39 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 111 | 0.79 | 0.56 | 0 | 0.56 | 222.27 | 0.66 | 0.26 |
| Hex | 17 | 31 | 6F | 4F | 38 | 0 | 38 | DE | 42 | 1A |
| Octal | 27 | 61 | 157 | 117 | 70 | 0 | 70 | 336 | 102 | 32 |
| Binary | 10111 | 110001 | 1101111 | 1001111 | 111000 | 0 | 111000 | 11011110 | 1000010 | 11010 |
Color Harmonies of #17316F
Complementary color
Monochromatic Colors of #17316F
Black with #17316F
Text Example
Text Example
White with #17316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17316F; }
p { color: rgb(23,49,111); }
H1.HeaderClassName
{
color: #17316F;
}
.AnyTagClassName
{
color: #17316F;
}
</style>
background-color css
<style>
a { background-color: #17316F; }
a { background-color: rgb(23,49,111); }
div.DivClassName
{
background-color: #17316F;
}
.BgClassName
{
background-color: #17316F;
}
</style>
border-color css
<style>
span { border-color: #17316F; }
span { border-color: rgb(23,49,111); }
td.TdClassName
{
border-color: #17316F;
}
.TagClassName
{
border-color: #17316F;
}
</style>