Shades of Sapphire #102560
Tints of Sapphire #102560
RGB
CMYK
RGB Variations
Color information
#102560 (or 0x102560) is known color: Sapphire. HEX triplet: 10, 25 and 60. RGB value is (16,37,96). Sum of RGB (Red+Green+Blue) = 16+37+96=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #102560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102560 is #EFDA9F. Grayscale: #252525. Windows color (decimal): -15719072 or 6300944. OLE color: 6300944.
HSL color Cylindrical-coordinate representation of color #102560: hue angle of 224.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 #102560 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 37 | 96 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.62 |
| HSL | 224.25º | 0.71% | 0.22% | - |
| HSV(B) | 224.25º | 0.83% | 0.38% | - |
| XYZ | 2.99 | 2.28 | 11.35 | - |
| YUV | 37.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 96 | 0.83 | 0.61 | 0 | 0.62 | 224.25 | 0.71 | 0.22 |
| Hex | 10 | 25 | 60 | 53 | 3D | 0 | 3E | E0 | 47 | 16 |
| Octal | 20 | 45 | 140 | 123 | 75 | 0 | 76 | 340 | 107 | 26 |
| Binary | 10000 | 100101 | 1100000 | 1010011 | 111101 | 0 | 111110 | 11100000 | 1000111 | 10110 |
Color Harmonies of #102560
Complementary color
Monochromatic Colors of #102560
Black with #102560
Text Example
Text Example
White with #102560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102560; }
p { color: rgb(16,37,96); }
H1.HeaderClassName
{
color: #102560;
}
.AnyTagClassName
{
color: #102560;
}
</style>
background-color css
<style>
a { background-color: #102560; }
a { background-color: rgb(16,37,96); }
div.DivClassName
{
background-color: #102560;
}
.BgClassName
{
background-color: #102560;
}
</style>
border-color css
<style>
span { border-color: #102560; }
span { border-color: rgb(16,37,96); }
td.TdClassName
{
border-color: #102560;
}
.TagClassName
{
border-color: #102560;
}
</style>