Shades of Sapphire #113178
Tints of Sapphire #113178
RGB
CMYK
RGB Variations
Color information
#113178 (or 0x113178) is known color: Sapphire. HEX triplet: 11, 31 and 78. RGB value is (17,49,120). Sum of RGB (Red+Green+Blue) = 17+49+120=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #113178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113178 is #EECE87. Grayscale: #2F2F2F. Windows color (decimal): -15650440 or 7876881. OLE color: 7876881.
HSL color Cylindrical-coordinate representation of color #113178: hue angle of 221.36º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113178 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 49 | 120 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.53 |
| HSL | 221.36º | 0.75% | 0.27% | - |
| HSV(B) | 221.36º | 0.86% | 0.47% | - |
| XYZ | 4.72 | 3.67 | 18.23 | - |
| YUV | 47.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 120 | 0.86 | 0.59 | 0 | 0.53 | 221.36 | 0.75 | 0.27 |
| Hex | 11 | 31 | 78 | 56 | 3B | 0 | 35 | DD | 4B | 1B |
| Octal | 21 | 61 | 170 | 126 | 73 | 0 | 65 | 335 | 113 | 33 |
| Binary | 10001 | 110001 | 1111000 | 1010110 | 111011 | 0 | 110101 | 11011101 | 1001011 | 11011 |
Color Harmonies of #113178
Complementary color
Monochromatic Colors of #113178
Black with #113178
Text Example
Text Example
White with #113178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113178; }
p { color: rgb(17,49,120); }
H1.HeaderClassName
{
color: #113178;
}
.AnyTagClassName
{
color: #113178;
}
</style>
background-color css
<style>
a { background-color: #113178; }
a { background-color: rgb(17,49,120); }
div.DivClassName
{
background-color: #113178;
}
.BgClassName
{
background-color: #113178;
}
</style>
border-color css
<style>
span { border-color: #113178; }
span { border-color: rgb(17,49,120); }
td.TdClassName
{
border-color: #113178;
}
.TagClassName
{
border-color: #113178;
}
</style>