Shades of Sapphire #113573
Tints of Sapphire #113573
RGB
CMYK
RGB Variations
Color information
#113573 (or 0x113573) is known color: Sapphire. HEX triplet: 11, 35 and 73. RGB value is (17,53,115). Sum of RGB (Red+Green+Blue) = 17+53+115=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #113573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113573 is #EECA8C. Grayscale: #313131. Windows color (decimal): -15649421 or 7550225. OLE color: 7550225.
HSL color Cylindrical-coordinate representation of color #113573: hue angle of 217.96º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113573 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 53 | 115 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.55 |
| HSL | 217.96º | 0.74% | 0.26% | - |
| HSV(B) | 217.96º | 0.85% | 0.45% | - |
| XYZ | 4.6 | 3.9 | 16.73 | - |
| YUV | 49.3 | 165.07 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 115 | 0.85 | 0.54 | 0 | 0.55 | 217.96 | 0.74 | 0.26 |
| Hex | 11 | 35 | 73 | 55 | 36 | 0 | 37 | DA | 4A | 1A |
| Octal | 21 | 65 | 163 | 125 | 66 | 0 | 67 | 332 | 112 | 32 |
| Binary | 10001 | 110101 | 1110011 | 1010101 | 110110 | 0 | 110111 | 11011010 | 1001010 | 11010 |
Color Harmonies of #113573
Complementary color
Monochromatic Colors of #113573
Black with #113573
Text Example
Text Example
White with #113573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113573; }
p { color: rgb(17,53,115); }
H1.HeaderClassName
{
color: #113573;
}
.AnyTagClassName
{
color: #113573;
}
</style>
background-color css
<style>
a { background-color: #113573; }
a { background-color: rgb(17,53,115); }
div.DivClassName
{
background-color: #113573;
}
.BgClassName
{
background-color: #113573;
}
</style>
border-color css
<style>
span { border-color: #113573; }
span { border-color: rgb(17,53,115); }
td.TdClassName
{
border-color: #113573;
}
.TagClassName
{
border-color: #113573;
}
</style>