Shades of Sapphire #102C76
Tints of Sapphire #102C76
RGB
CMYK
RGB Variations
Color information
#102C76 (or 0x102C76) is known color: Sapphire. HEX triplet: 10, 2C and 76. RGB value is (16,44,118). Sum of RGB (Red+Green+Blue) = 16+44+118=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #102C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C76 is #EFD389. Grayscale: #2B2B2B. Windows color (decimal): -15717258 or 7744528. OLE color: 7744528.
HSL color Cylindrical-coordinate representation of color #102C76: hue angle of 223.53º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102C76 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 44 | 118 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.54 |
| HSL | 223.53º | 0.76% | 0.26% | - |
| HSV(B) | 223.53º | 0.86% | 0.46% | - |
| XYZ | 4.38 | 3.22 | 17.53 | - |
| YUV | 44.06 | 169.72 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 118 | 0.86 | 0.63 | 0 | 0.54 | 223.53 | 0.76 | 0.26 |
| Hex | 10 | 2C | 76 | 56 | 3F | 0 | 36 | E0 | 4C | 1A |
| Octal | 20 | 54 | 166 | 126 | 77 | 0 | 66 | 340 | 114 | 32 |
| Binary | 10000 | 101100 | 1110110 | 1010110 | 111111 | 0 | 110110 | 11100000 | 1001100 | 11010 |
Color Harmonies of #102C76
Complementary color
Monochromatic Colors of #102C76
Black with #102C76
Text Example
Text Example
White with #102C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C76; }
p { color: rgb(16,44,118); }
H1.HeaderClassName
{
color: #102C76;
}
.AnyTagClassName
{
color: #102C76;
}
</style>
background-color css
<style>
a { background-color: #102C76; }
a { background-color: rgb(16,44,118); }
div.DivClassName
{
background-color: #102C76;
}
.BgClassName
{
background-color: #102C76;
}
</style>
border-color css
<style>
span { border-color: #102C76; }
span { border-color: rgb(16,44,118); }
td.TdClassName
{
border-color: #102C76;
}
.TagClassName
{
border-color: #102C76;
}
</style>