Shades of Sapphire #113571
Tints of Sapphire #113571
RGB
CMYK
RGB Variations
Color information
#113571 (or 0x113571) is known color: Sapphire. HEX triplet: 11, 35 and 71. RGB value is (17,53,113). Sum of RGB (Red+Green+Blue) = 17+53+113=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #113571 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113571 is #EECA8E. Grayscale: #303030. Windows color (decimal): -15649423 or 7419153. OLE color: 7419153.
HSL color Cylindrical-coordinate representation of color #113571: hue angle of 217.5º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113571 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 53 | 113 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.56 |
| HSL | 217.5º | 0.74% | 0.25% | - |
| HSV(B) | 217.5º | 0.85% | 0.44% | - |
| XYZ | 4.48 | 3.86 | 16.13 | - |
| YUV | 49.08 | 164.07 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 113 | 0.85 | 0.53 | 0 | 0.56 | 217.5 | 0.74 | 0.25 |
| Hex | 11 | 35 | 71 | 55 | 35 | 0 | 38 | DA | 4A | 19 |
| Octal | 21 | 65 | 161 | 125 | 65 | 0 | 70 | 332 | 112 | 31 |
| Binary | 10001 | 110101 | 1110001 | 1010101 | 110101 | 0 | 111000 | 11011010 | 1001010 | 11001 |
Color Harmonies of #113571
Complementary color
Monochromatic Colors of #113571
Black with #113571
Text Example
Text Example
White with #113571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113571; }
p { color: rgb(17,53,113); }
H1.HeaderClassName
{
color: #113571;
}
.AnyTagClassName
{
color: #113571;
}
</style>
background-color css
<style>
a { background-color: #113571; }
a { background-color: rgb(17,53,113); }
div.DivClassName
{
background-color: #113571;
}
.BgClassName
{
background-color: #113571;
}
</style>
border-color css
<style>
span { border-color: #113571; }
span { border-color: rgb(17,53,113); }
td.TdClassName
{
border-color: #113571;
}
.TagClassName
{
border-color: #113571;
}
</style>