Shades of Sapphire #103170
Tints of Sapphire #103170
RGB
CMYK
RGB Variations
Color information
#103170 (or 0x103170) is known color: Sapphire. HEX triplet: 10, 31 and 70. RGB value is (16,49,112). Sum of RGB (Red+Green+Blue) = 16+49+112=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #103170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103170 is #EFCE8F. Grayscale: #2E2E2E. Windows color (decimal): -15715984 or 7352592. OLE color: 7352592.
HSL color Cylindrical-coordinate representation of color #103170: hue angle of 219.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103170 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 49 | 112 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.56 |
| HSL | 219.38º | 0.75% | 0.25% | - |
| HSV(B) | 219.38º | 0.86% | 0.44% | - |
| XYZ | 4.24 | 3.48 | 15.78 | - |
| YUV | 46.32 | 165.07 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 112 | 0.86 | 0.56 | 0 | 0.56 | 219.38 | 0.75 | 0.25 |
| Hex | 10 | 31 | 70 | 56 | 38 | 0 | 38 | DB | 4B | 19 |
| Octal | 20 | 61 | 160 | 126 | 70 | 0 | 70 | 333 | 113 | 31 |
| Binary | 10000 | 110001 | 1110000 | 1010110 | 111000 | 0 | 111000 | 11011011 | 1001011 | 11001 |
Color Harmonies of #103170
Complementary color
Monochromatic Colors of #103170
Black with #103170
Text Example
Text Example
White with #103170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103170; }
p { color: rgb(16,49,112); }
H1.HeaderClassName
{
color: #103170;
}
.AnyTagClassName
{
color: #103170;
}
</style>
background-color css
<style>
a { background-color: #103170; }
a { background-color: rgb(16,49,112); }
div.DivClassName
{
background-color: #103170;
}
.BgClassName
{
background-color: #103170;
}
</style>
border-color css
<style>
span { border-color: #103170; }
span { border-color: rgb(16,49,112); }
td.TdClassName
{
border-color: #103170;
}
.TagClassName
{
border-color: #103170;
}
</style>