Shades of Sapphire #102766
Tints of Sapphire #102766
RGB
CMYK
RGB Variations
Color information
#102766 (or 0x102766) is known color: Sapphire. HEX triplet: 10, 27 and 66. RGB value is (16,39,102). Sum of RGB (Red+Green+Blue) = 16+39+102=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #102766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102766 is #EFD899. Grayscale: #272727. Windows color (decimal): -15718554 or 6694672. OLE color: 6694672.
HSL color Cylindrical-coordinate representation of color #102766: hue angle of 223.95º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102766 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 39 | 102 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.6 |
| HSL | 223.95º | 0.73% | 0.23% | - |
| HSV(B) | 223.95º | 0.84% | 0.4% | - |
| XYZ | 3.34 | 2.52 | 12.88 | - |
| YUV | 39.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 102 | 0.84 | 0.62 | 0 | 0.6 | 223.95 | 0.73 | 0.23 |
| Hex | 10 | 27 | 66 | 54 | 3E | 0 | 3C | E0 | 49 | 17 |
| Octal | 20 | 47 | 146 | 124 | 76 | 0 | 74 | 340 | 111 | 27 |
| Binary | 10000 | 100111 | 1100110 | 1010100 | 111110 | 0 | 111100 | 11100000 | 1001001 | 10111 |
Color Harmonies of #102766
Complementary color
Monochromatic Colors of #102766
Black with #102766
Text Example
Text Example
White with #102766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102766; }
p { color: rgb(16,39,102); }
H1.HeaderClassName
{
color: #102766;
}
.AnyTagClassName
{
color: #102766;
}
</style>
background-color css
<style>
a { background-color: #102766; }
a { background-color: rgb(16,39,102); }
div.DivClassName
{
background-color: #102766;
}
.BgClassName
{
background-color: #102766;
}
</style>
border-color css
<style>
span { border-color: #102766; }
span { border-color: rgb(16,39,102); }
td.TdClassName
{
border-color: #102766;
}
.TagClassName
{
border-color: #102766;
}
</style>