Shades of Sapphire #102376
Tints of Sapphire #102376
RGB
CMYK
RGB Variations
Color information
#102376 (or 0x102376) is known color: Sapphire. HEX triplet: 10, 23 and 76. RGB value is (16,35,118). Sum of RGB (Red+Green+Blue) = 16+35+118=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #102376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102376 is #EFDC89. Grayscale: #262626. Windows color (decimal): -15719562 or 7742224. OLE color: 7742224.
HSL color Cylindrical-coordinate representation of color #102376: hue angle of 228.82º 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 #102376 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 35 | 118 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.54 |
| HSL | 228.82º | 0.76% | 0.26% | - |
| HSV(B) | 228.82º | 0.86% | 0.46% | - |
| XYZ | 4.08 | 2.62 | 17.43 | - |
| YUV | 38.78 | 172.71 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 118 | 0.86 | 0.70 | 0 | 0.54 | 228.82 | 0.76 | 0.26 |
| Hex | 10 | 23 | 76 | 56 | 46 | 0 | 36 | E5 | 4C | 1A |
| Octal | 20 | 43 | 166 | 126 | 106 | 0 | 66 | 345 | 114 | 32 |
| Binary | 10000 | 100011 | 1110110 | 1010110 | 1000110 | 0 | 110110 | 11100101 | 1001100 | 11010 |
Color Harmonies of #102376
Complementary color
Monochromatic Colors of #102376
Black with #102376
Text Example
Text Example
White with #102376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102376; }
p { color: rgb(16,35,118); }
H1.HeaderClassName
{
color: #102376;
}
.AnyTagClassName
{
color: #102376;
}
</style>
background-color css
<style>
a { background-color: #102376; }
a { background-color: rgb(16,35,118); }
div.DivClassName
{
background-color: #102376;
}
.BgClassName
{
background-color: #102376;
}
</style>
border-color css
<style>
span { border-color: #102376; }
span { border-color: rgb(16,35,118); }
td.TdClassName
{
border-color: #102376;
}
.TagClassName
{
border-color: #102376;
}
</style>