Shades of Sapphire #102763
Tints of Sapphire #102763
RGB
CMYK
RGB Variations
Color information
#102763 (or 0x102763) is known color: Sapphire. HEX triplet: 10, 27 and 63. RGB value is (16,39,99). Sum of RGB (Red+Green+Blue) = 16+39+99=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #102763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102763 is #EFD89C. Grayscale: #262626. Windows color (decimal): -15718557 or 6498064. OLE color: 6498064.
HSL color Cylindrical-coordinate representation of color #102763: hue angle of 223.37º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102763 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 39 | 99 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.61 |
| HSL | 223.37º | 0.72% | 0.23% | - |
| HSV(B) | 223.37º | 0.84% | 0.39% | - |
| XYZ | 3.19 | 2.46 | 12.11 | - |
| YUV | 38.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 99 | 0.84 | 0.61 | 0 | 0.61 | 223.37 | 0.72 | 0.23 |
| Hex | 10 | 27 | 63 | 54 | 3D | 0 | 3D | DF | 48 | 17 |
| Octal | 20 | 47 | 143 | 124 | 75 | 0 | 75 | 337 | 110 | 27 |
| Binary | 10000 | 100111 | 1100011 | 1010100 | 111101 | 0 | 111101 | 11011111 | 1001000 | 10111 |
Color Harmonies of #102763
Complementary color
Monochromatic Colors of #102763
Black with #102763
Text Example
Text Example
White with #102763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102763; }
p { color: rgb(16,39,99); }
H1.HeaderClassName
{
color: #102763;
}
.AnyTagClassName
{
color: #102763;
}
</style>
background-color css
<style>
a { background-color: #102763; }
a { background-color: rgb(16,39,99); }
div.DivClassName
{
background-color: #102763;
}
.BgClassName
{
background-color: #102763;
}
</style>
border-color css
<style>
span { border-color: #102763; }
span { border-color: rgb(16,39,99); }
td.TdClassName
{
border-color: #102763;
}
.TagClassName
{
border-color: #102763;
}
</style>