Shades of Sapphire #113173
Tints of Sapphire #113173
RGB
CMYK
RGB Variations
Color information
#113173 (or 0x113173) is known color: Sapphire. HEX triplet: 11, 31 and 73. RGB value is (17,49,115). Sum of RGB (Red+Green+Blue) = 17+49+115=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #113173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113173 is #EECE8C. Grayscale: #2E2E2E. Windows color (decimal): -15650445 or 7549201. OLE color: 7549201.
HSL color Cylindrical-coordinate representation of color #113173: hue angle of 220.41º 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 #113173 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 49 | 115 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.55 |
| HSL | 220.41º | 0.74% | 0.26% | - |
| HSV(B) | 220.41º | 0.85% | 0.45% | - |
| XYZ | 4.42 | 3.55 | 16.67 | - |
| YUV | 46.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 115 | 0.85 | 0.57 | 0 | 0.55 | 220.41 | 0.74 | 0.26 |
| Hex | 11 | 31 | 73 | 55 | 39 | 0 | 37 | DC | 4A | 1A |
| Octal | 21 | 61 | 163 | 125 | 71 | 0 | 67 | 334 | 112 | 32 |
| Binary | 10001 | 110001 | 1110011 | 1010101 | 111001 | 0 | 110111 | 11011100 | 1001010 | 11010 |
Color Harmonies of #113173
Complementary color
Monochromatic Colors of #113173
Black with #113173
Text Example
Text Example
White with #113173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113173; }
p { color: rgb(17,49,115); }
H1.HeaderClassName
{
color: #113173;
}
.AnyTagClassName
{
color: #113173;
}
</style>
background-color css
<style>
a { background-color: #113173; }
a { background-color: rgb(17,49,115); }
div.DivClassName
{
background-color: #113173;
}
.BgClassName
{
background-color: #113173;
}
</style>
border-color css
<style>
span { border-color: #113173; }
span { border-color: rgb(17,49,115); }
td.TdClassName
{
border-color: #113173;
}
.TagClassName
{
border-color: #113173;
}
</style>