Shades of Sapphire #102160
Tints of Sapphire #102160
RGB
CMYK
RGB Variations
Color information
#102160 (or 0x102160) is known color: Sapphire. HEX triplet: 10, 21 and 60. RGB value is (16,33,96). Sum of RGB (Red+Green+Blue) = 16+33+96=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #102160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102160 is #EFDE9F. Grayscale: #222222. Windows color (decimal): -15720096 or 6299920. OLE color: 6299920.
HSL color Cylindrical-coordinate representation of color #102160: hue angle of 227.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #102160 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 33 | 96 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.62 |
| HSL | 227.25º | 0.71% | 0.22% | - |
| HSV(B) | 227.25º | 0.83% | 0.38% | - |
| XYZ | 2.87 | 2.04 | 11.31 | - |
| YUV | 35.1 | 162.37 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 96 | 0.83 | 0.66 | 0 | 0.62 | 227.25 | 0.71 | 0.22 |
| Hex | 10 | 21 | 60 | 53 | 42 | 0 | 3E | E3 | 47 | 16 |
| Octal | 20 | 41 | 140 | 123 | 102 | 0 | 76 | 343 | 107 | 26 |
| Binary | 10000 | 100001 | 1100000 | 1010011 | 1000010 | 0 | 111110 | 11100011 | 1000111 | 10110 |
Color Harmonies of #102160
Complementary color
Monochromatic Colors of #102160
Black with #102160
Text Example
Text Example
White with #102160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102160; }
p { color: rgb(16,33,96); }
H1.HeaderClassName
{
color: #102160;
}
.AnyTagClassName
{
color: #102160;
}
</style>
background-color css
<style>
a { background-color: #102160; }
a { background-color: rgb(16,33,96); }
div.DivClassName
{
background-color: #102160;
}
.BgClassName
{
background-color: #102160;
}
</style>
border-color css
<style>
span { border-color: #102160; }
span { border-color: rgb(16,33,96); }
td.TdClassName
{
border-color: #102160;
}
.TagClassName
{
border-color: #102160;
}
</style>