Shades of Sapphire #102873
Tints of Sapphire #102873
RGB
CMYK
RGB Variations
Color information
#102873 (or 0x102873) is known color: Sapphire. HEX triplet: 10, 28 and 73. RGB value is (16,40,115). Sum of RGB (Red+Green+Blue) = 16+40+115=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #102873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102873 is #EFD78C. Grayscale: #292929. Windows color (decimal): -15718285 or 7546896. OLE color: 7546896.
HSL color Cylindrical-coordinate representation of color #102873: hue angle of 225.45º 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 #102873 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 40 | 115 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.55 |
| HSL | 225.45º | 0.76% | 0.26% | - |
| HSV(B) | 225.45º | 0.86% | 0.45% | - |
| XYZ | 4.07 | 2.87 | 16.56 | - |
| YUV | 41.37 | 169.55 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 115 | 0.86 | 0.65 | 0 | 0.55 | 225.45 | 0.76 | 0.26 |
| Hex | 10 | 28 | 73 | 56 | 41 | 0 | 37 | E1 | 4C | 1A |
| Octal | 20 | 50 | 163 | 126 | 101 | 0 | 67 | 341 | 114 | 32 |
| Binary | 10000 | 101000 | 1110011 | 1010110 | 1000001 | 0 | 110111 | 11100001 | 1001100 | 11010 |
Color Harmonies of #102873
Complementary color
Monochromatic Colors of #102873
Black with #102873
Text Example
Text Example
White with #102873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102873; }
p { color: rgb(16,40,115); }
H1.HeaderClassName
{
color: #102873;
}
.AnyTagClassName
{
color: #102873;
}
</style>
background-color css
<style>
a { background-color: #102873; }
a { background-color: rgb(16,40,115); }
div.DivClassName
{
background-color: #102873;
}
.BgClassName
{
background-color: #102873;
}
</style>
border-color css
<style>
span { border-color: #102873; }
span { border-color: rgb(16,40,115); }
td.TdClassName
{
border-color: #102873;
}
.TagClassName
{
border-color: #102873;
}
</style>