Shades of Sapphire #102764
Tints of Sapphire #102764
RGB
CMYK
RGB Variations
Color information
#102764 (or 0x102764) is known color: Sapphire. HEX triplet: 10, 27 and 64. RGB value is (16,39,100). Sum of RGB (Red+Green+Blue) = 16+39+100=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 100 (39.45% from 255 or 64.52% from 155); Max value from RGB is 100 - color contains mainly: blue. Hex color #102764 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102764 is #EFD89B. Grayscale: #262626. Windows color (decimal): -15718556 or 6563600. OLE color: 6563600.
HSL color Cylindrical-coordinate representation of color #102764: hue angle of 223.57º 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 #102764 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 39 | 100 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.61 |
| HSL | 223.57º | 0.72% | 0.23% | - |
| HSV(B) | 223.57º | 0.84% | 0.39% | - |
| XYZ | 3.24 | 2.48 | 12.36 | - |
| YUV | 39.08 | 162.38 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 100 | 0.84 | 0.61 | 0 | 0.61 | 223.57 | 0.72 | 0.23 |
| Hex | 10 | 27 | 64 | 54 | 3D | 0 | 3D | E0 | 48 | 17 |
| Octal | 20 | 47 | 144 | 124 | 75 | 0 | 75 | 340 | 110 | 27 |
| Binary | 10000 | 100111 | 1100100 | 1010100 | 111101 | 0 | 111101 | 11100000 | 1001000 | 10111 |
Color Harmonies of #102764
Complementary color
Monochromatic Colors of #102764
Black with #102764
Text Example
Text Example
White with #102764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102764; }
p { color: rgb(16,39,100); }
H1.HeaderClassName
{
color: #102764;
}
.AnyTagClassName
{
color: #102764;
}
</style>
background-color css
<style>
a { background-color: #102764; }
a { background-color: rgb(16,39,100); }
div.DivClassName
{
background-color: #102764;
}
.BgClassName
{
background-color: #102764;
}
</style>
border-color css
<style>
span { border-color: #102764; }
span { border-color: rgb(16,39,100); }
td.TdClassName
{
border-color: #102764;
}
.TagClassName
{
border-color: #102764;
}
</style>