Shades of Sapphire #113161
Tints of Sapphire #113161
RGB
CMYK
RGB Variations
Color information
#113161 (or 0x113161) is known color: Sapphire. HEX triplet: 11, 31 and 61. RGB value is (17,49,97). Sum of RGB (Red+Green+Blue) = 17+49+97=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #113161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113161 is #EECE9E. Grayscale: #2C2C2C. Windows color (decimal): -15650463 or 6369553. OLE color: 6369553.
HSL color Cylindrical-coordinate representation of color #113161: hue angle of 216º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113161 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 49 | 97 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.62 |
| HSL | 216º | 0.7% | 0.22% | - |
| HSV(B) | 216º | 0.82% | 0.38% | - |
| XYZ | 3.49 | 3.18 | 11.74 | - |
| YUV | 44.9 | 157.4 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 97 | 0.82 | 0.49 | 0 | 0.62 | 216 | 0.7 | 0.22 |
| Hex | 11 | 31 | 61 | 52 | 31 | 0 | 3E | D8 | 46 | 16 |
| Octal | 21 | 61 | 141 | 122 | 61 | 0 | 76 | 330 | 106 | 26 |
| Binary | 10001 | 110001 | 1100001 | 1010010 | 110001 | 0 | 111110 | 11011000 | 1000110 | 10110 |
Color Harmonies of #113161
Complementary color
Monochromatic Colors of #113161
Black with #113161
Text Example
Text Example
White with #113161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113161; }
p { color: rgb(17,49,97); }
H1.HeaderClassName
{
color: #113161;
}
.AnyTagClassName
{
color: #113161;
}
</style>
background-color css
<style>
a { background-color: #113161; }
a { background-color: rgb(17,49,97); }
div.DivClassName
{
background-color: #113161;
}
.BgClassName
{
background-color: #113161;
}
</style>
border-color css
<style>
span { border-color: #113161; }
span { border-color: rgb(17,49,97); }
td.TdClassName
{
border-color: #113161;
}
.TagClassName
{
border-color: #113161;
}
</style>