Shades of Sapphire #103179
Tints of Sapphire #103179
RGB
CMYK
RGB Variations
Color information
#103179 (or 0x103179) is known color: Sapphire. HEX triplet: 10, 31 and 79. RGB value is (16,49,121). Sum of RGB (Red+Green+Blue) = 16+49+121=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 121 (47.66% from 255 or 65.05% from 186); Max value from RGB is 121 - color contains mainly: blue. Hex color #103179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103179 is #EFCE86. Grayscale: #2F2F2F. Windows color (decimal): -15715975 or 7942416. OLE color: 7942416.
HSL color Cylindrical-coordinate representation of color #103179: hue angle of 221.14º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103179 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 49 | 121 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.53 |
| HSL | 221.14º | 0.77% | 0.27% | - |
| HSV(B) | 221.14º | 0.87% | 0.47% | - |
| XYZ | 4.76 | 3.69 | 18.55 | - |
| YUV | 47.34 | 169.57 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 121 | 0.87 | 0.60 | 0 | 0.53 | 221.14 | 0.77 | 0.27 |
| Hex | 10 | 31 | 79 | 57 | 3C | 0 | 35 | DD | 4D | 1B |
| Octal | 20 | 61 | 171 | 127 | 74 | 0 | 65 | 335 | 115 | 33 |
| Binary | 10000 | 110001 | 1111001 | 1010111 | 111100 | 0 | 110101 | 11011101 | 1001101 | 11011 |
Color Harmonies of #103179
Complementary color
Monochromatic Colors of #103179
Black with #103179
Text Example
Text Example
White with #103179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103179; }
p { color: rgb(16,49,121); }
H1.HeaderClassName
{
color: #103179;
}
.AnyTagClassName
{
color: #103179;
}
</style>
background-color css
<style>
a { background-color: #103179; }
a { background-color: rgb(16,49,121); }
div.DivClassName
{
background-color: #103179;
}
.BgClassName
{
background-color: #103179;
}
</style>
border-color css
<style>
span { border-color: #103179; }
span { border-color: rgb(16,49,121); }
td.TdClassName
{
border-color: #103179;
}
.TagClassName
{
border-color: #103179;
}
</style>