Shades of Sapphire #103173
Tints of Sapphire #103173
RGB
CMYK
RGB Variations
Color information
#103173 (or 0x103173) is known color: Sapphire. HEX triplet: 10, 31 and 73. RGB value is (16,49,115). Sum of RGB (Red+Green+Blue) = 16+49+115=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 115 (45.31% from 255 or 63.89% from 180); Max value from RGB is 115 - color contains mainly: blue. Hex color #103173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103173 is #EFCE8C. Grayscale: #2E2E2E. Windows color (decimal): -15715981 or 7549200. OLE color: 7549200.
HSL color Cylindrical-coordinate representation of color #103173: hue angle of 220º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103173 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 49 | 115 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.55 |
| HSL | 220º | 0.76% | 0.26% | - |
| HSV(B) | 220º | 0.86% | 0.45% | - |
| XYZ | 4.41 | 3.54 | 16.67 | - |
| YUV | 46.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 115 | 0.86 | 0.57 | 0 | 0.55 | 220 | 0.76 | 0.26 |
| Hex | 10 | 31 | 73 | 56 | 39 | 0 | 37 | DC | 4C | 1A |
| Octal | 20 | 61 | 163 | 126 | 71 | 0 | 67 | 334 | 114 | 32 |
| Binary | 10000 | 110001 | 1110011 | 1010110 | 111001 | 0 | 110111 | 11011100 | 1001100 | 11010 |
Color Harmonies of #103173
Complementary color
Monochromatic Colors of #103173
Black with #103173
Text Example
Text Example
White with #103173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103173; }
p { color: rgb(16,49,115); }
H1.HeaderClassName
{
color: #103173;
}
.AnyTagClassName
{
color: #103173;
}
</style>
background-color css
<style>
a { background-color: #103173; }
a { background-color: rgb(16,49,115); }
div.DivClassName
{
background-color: #103173;
}
.BgClassName
{
background-color: #103173;
}
</style>
border-color css
<style>
span { border-color: #103173; }
span { border-color: rgb(16,49,115); }
td.TdClassName
{
border-color: #103173;
}
.TagClassName
{
border-color: #103173;
}
</style>