Shades of Sapphire #102562
Tints of Sapphire #102562
RGB
CMYK
RGB Variations
Color information
#102562 (or 0x102562) is known color: Sapphire. HEX triplet: 10, 25 and 62. RGB value is (16,37,98). Sum of RGB (Red+Green+Blue) = 16+37+98=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #102562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102562 is #EFDA9D. Grayscale: #252525. Windows color (decimal): -15719070 or 6432016. OLE color: 6432016.
HSL color Cylindrical-coordinate representation of color #102562: hue angle of 224.63º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102562 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 37 | 98 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.62 |
| HSL | 224.63º | 0.72% | 0.22% | - |
| HSV(B) | 224.63º | 0.84% | 0.38% | - |
| XYZ | 3.08 | 2.32 | 11.84 | - |
| YUV | 37.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 98 | 0.84 | 0.62 | 0 | 0.62 | 224.63 | 0.72 | 0.22 |
| Hex | 10 | 25 | 62 | 54 | 3E | 0 | 3E | E1 | 48 | 16 |
| Octal | 20 | 45 | 142 | 124 | 76 | 0 | 76 | 341 | 110 | 26 |
| Binary | 10000 | 100101 | 1100010 | 1010100 | 111110 | 0 | 111110 | 11100001 | 1001000 | 10110 |
Color Harmonies of #102562
Complementary color
Monochromatic Colors of #102562
Black with #102562
Text Example
Text Example
White with #102562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102562; }
p { color: rgb(16,37,98); }
H1.HeaderClassName
{
color: #102562;
}
.AnyTagClassName
{
color: #102562;
}
</style>
background-color css
<style>
a { background-color: #102562; }
a { background-color: rgb(16,37,98); }
div.DivClassName
{
background-color: #102562;
}
.BgClassName
{
background-color: #102562;
}
</style>
border-color css
<style>
span { border-color: #102562; }
span { border-color: rgb(16,37,98); }
td.TdClassName
{
border-color: #102562;
}
.TagClassName
{
border-color: #102562;
}
</style>