Shades of Sapphire #102762
Tints of Sapphire #102762
RGB
CMYK
RGB Variations
Color information
#102762 (or 0x102762) is known color: Sapphire. HEX triplet: 10, 27 and 62. RGB value is (16,39,98). Sum of RGB (Red+Green+Blue) = 16+39+98=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 98 (38.67% from 255 or 64.05% from 153); Max value from RGB is 98 - color contains mainly: blue. Hex color #102762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102762 is #EFD89D. Grayscale: #262626. Windows color (decimal): -15718558 or 6432528. OLE color: 6432528.
HSL color Cylindrical-coordinate representation of color #102762: hue angle of 223.17º 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 #102762 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 39 | 98 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.62 |
| HSL | 223.17º | 0.72% | 0.22% | - |
| HSV(B) | 223.17º | 0.84% | 0.38% | - |
| XYZ | 3.14 | 2.44 | 11.86 | - |
| YUV | 38.85 | 161.38 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 98 | 0.84 | 0.60 | 0 | 0.62 | 223.17 | 0.72 | 0.22 |
| Hex | 10 | 27 | 62 | 54 | 3C | 0 | 3E | DF | 48 | 16 |
| Octal | 20 | 47 | 142 | 124 | 74 | 0 | 76 | 337 | 110 | 26 |
| Binary | 10000 | 100111 | 1100010 | 1010100 | 111100 | 0 | 111110 | 11011111 | 1001000 | 10110 |
Color Harmonies of #102762
Complementary color
Monochromatic Colors of #102762
Black with #102762
Text Example
Text Example
White with #102762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102762; }
p { color: rgb(16,39,98); }
H1.HeaderClassName
{
color: #102762;
}
.AnyTagClassName
{
color: #102762;
}
</style>
background-color css
<style>
a { background-color: #102762; }
a { background-color: rgb(16,39,98); }
div.DivClassName
{
background-color: #102762;
}
.BgClassName
{
background-color: #102762;
}
</style>
border-color css
<style>
span { border-color: #102762; }
span { border-color: rgb(16,39,98); }
td.TdClassName
{
border-color: #102762;
}
.TagClassName
{
border-color: #102762;
}
</style>