Shades of Sapphire #113179
Tints of Sapphire #113179
RGB
CMYK
RGB Variations
Color information
#113179 (or 0x113179) is known color: Sapphire. HEX triplet: 11, 31 and 79. RGB value is (17,49,121). Sum of RGB (Red+Green+Blue) = 17+49+121=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #113179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113179 is #EECE86. Grayscale: #2F2F2F. Windows color (decimal): -15650439 or 7942417. OLE color: 7942417.
HSL color Cylindrical-coordinate representation of color #113179: hue angle of 221.54º 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 #113179 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 49 | 121 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.53 |
| HSL | 221.54º | 0.75% | 0.27% | - |
| HSV(B) | 221.54º | 0.86% | 0.47% | - |
| XYZ | 4.78 | 3.7 | 18.55 | - |
| YUV | 47.64 | 169.4 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 121 | 0.86 | 0.60 | 0 | 0.53 | 221.54 | 0.75 | 0.27 |
| Hex | 11 | 31 | 79 | 56 | 3C | 0 | 35 | DE | 4B | 1B |
| Octal | 21 | 61 | 171 | 126 | 74 | 0 | 65 | 336 | 113 | 33 |
| Binary | 10001 | 110001 | 1111001 | 1010110 | 111100 | 0 | 110101 | 11011110 | 1001011 | 11011 |
Color Harmonies of #113179
Complementary color
Monochromatic Colors of #113179
Black with #113179
Text Example
Text Example
White with #113179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113179; }
p { color: rgb(17,49,121); }
H1.HeaderClassName
{
color: #113179;
}
.AnyTagClassName
{
color: #113179;
}
</style>
background-color css
<style>
a { background-color: #113179; }
a { background-color: rgb(17,49,121); }
div.DivClassName
{
background-color: #113179;
}
.BgClassName
{
background-color: #113179;
}
</style>
border-color css
<style>
span { border-color: #113179; }
span { border-color: rgb(17,49,121); }
td.TdClassName
{
border-color: #113179;
}
.TagClassName
{
border-color: #113179;
}
</style>