Shades of Sapphire #113175
Tints of Sapphire #113175
RGB
CMYK
RGB Variations
Color information
#113175 (or 0x113175) is known color: Sapphire. HEX triplet: 11, 31 and 75. RGB value is (17,49,117). Sum of RGB (Red+Green+Blue) = 17+49+117=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #113175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113175 is #EECE8A. Grayscale: #2E2E2E. Windows color (decimal): -15650443 or 7680273. OLE color: 7680273.
HSL color Cylindrical-coordinate representation of color #113175: hue angle of 220.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113175 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 49 | 117 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.54 |
| HSL | 220.8º | 0.75% | 0.26% | - |
| HSV(B) | 220.8º | 0.85% | 0.46% | - |
| XYZ | 4.54 | 3.6 | 17.29 | - |
| YUV | 47.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 117 | 0.85 | 0.58 | 0 | 0.54 | 220.8 | 0.75 | 0.26 |
| Hex | 11 | 31 | 75 | 55 | 3A | 0 | 36 | DD | 4B | 1A |
| Octal | 21 | 61 | 165 | 125 | 72 | 0 | 66 | 335 | 113 | 32 |
| Binary | 10001 | 110001 | 1110101 | 1010101 | 111010 | 0 | 110110 | 11011101 | 1001011 | 11010 |
Color Harmonies of #113175
Complementary color
Monochromatic Colors of #113175
Black with #113175
Text Example
Text Example
White with #113175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113175; }
p { color: rgb(17,49,117); }
H1.HeaderClassName
{
color: #113175;
}
.AnyTagClassName
{
color: #113175;
}
</style>
background-color css
<style>
a { background-color: #113175; }
a { background-color: rgb(17,49,117); }
div.DivClassName
{
background-color: #113175;
}
.BgClassName
{
background-color: #113175;
}
</style>
border-color css
<style>
span { border-color: #113175; }
span { border-color: rgb(17,49,117); }
td.TdClassName
{
border-color: #113175;
}
.TagClassName
{
border-color: #113175;
}
</style>