Shades of Sapphire #102760
Tints of Sapphire #102760
RGB
CMYK
RGB Variations
Color information
#102760 (or 0x102760) is known color: Sapphire. HEX triplet: 10, 27 and 60. RGB value is (16,39,96). Sum of RGB (Red+Green+Blue) = 16+39+96=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #102760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102760 is #EFD89F. Grayscale: #262626. Windows color (decimal): -15718560 or 6301456. OLE color: 6301456.
HSL color Cylindrical-coordinate representation of color #102760: hue angle of 222.75º 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 #102760 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 39 | 96 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.62 |
| HSL | 222.75º | 0.71% | 0.22% | - |
| HSV(B) | 222.75º | 0.83% | 0.38% | - |
| XYZ | 3.05 | 2.41 | 11.37 | - |
| YUV | 38.62 | 160.38 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 96 | 0.83 | 0.59 | 0 | 0.62 | 222.75 | 0.71 | 0.22 |
| Hex | 10 | 27 | 60 | 53 | 3B | 0 | 3E | DF | 47 | 16 |
| Octal | 20 | 47 | 140 | 123 | 73 | 0 | 76 | 337 | 107 | 26 |
| Binary | 10000 | 100111 | 1100000 | 1010011 | 111011 | 0 | 111110 | 11011111 | 1000111 | 10110 |
Color Harmonies of #102760
Complementary color
Monochromatic Colors of #102760
Black with #102760
Text Example
Text Example
White with #102760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102760; }
p { color: rgb(16,39,96); }
H1.HeaderClassName
{
color: #102760;
}
.AnyTagClassName
{
color: #102760;
}
</style>
background-color css
<style>
a { background-color: #102760; }
a { background-color: rgb(16,39,96); }
div.DivClassName
{
background-color: #102760;
}
.BgClassName
{
background-color: #102760;
}
</style>
border-color css
<style>
span { border-color: #102760; }
span { border-color: rgb(16,39,96); }
td.TdClassName
{
border-color: #102760;
}
.TagClassName
{
border-color: #102760;
}
</style>