Shades of Sapphire #102156
Tints of Sapphire #102156
RGB
CMYK
RGB Variations
Color information
#102156 (or 0x102156) is known color: Sapphire. HEX triplet: 10, 21 and 56. RGB value is (16,33,86). Sum of RGB (Red+Green+Blue) = 16+33+86=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 86 (33.98% from 255 or 63.70% from 135); Max value from RGB is 86 - color contains mainly: blue. Hex color #102156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102156 is #EFDEA9. Grayscale: #212121. Windows color (decimal): -15720106 or 5644560. OLE color: 5644560.
HSL color Cylindrical-coordinate representation of color #102156: hue angle of 225.43º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #102156 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 33 | 86 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.66 |
| HSL | 225.43º | 0.69% | 0.2% | - |
| HSV(B) | 225.43º | 0.81% | 0.34% | - |
| XYZ | 2.44 | 1.87 | 9.04 | - |
| YUV | 33.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 86 | 0.81 | 0.62 | 0 | 0.66 | 225.43 | 0.69 | 0.2 |
| Hex | 10 | 21 | 56 | 51 | 3E | 0 | 42 | E1 | 45 | 14 |
| Octal | 20 | 41 | 126 | 121 | 76 | 0 | 102 | 341 | 105 | 24 |
| Binary | 10000 | 100001 | 1010110 | 1010001 | 111110 | 0 | 1000010 | 11100001 | 1000101 | 10100 |
Color Harmonies of #102156
Complementary color
Monochromatic Colors of #102156
Black with #102156
Text Example
Text Example
White with #102156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102156; }
p { color: rgb(16,33,86); }
H1.HeaderClassName
{
color: #102156;
}
.AnyTagClassName
{
color: #102156;
}
</style>
background-color css
<style>
a { background-color: #102156; }
a { background-color: rgb(16,33,86); }
div.DivClassName
{
background-color: #102156;
}
.BgClassName
{
background-color: #102156;
}
</style>
border-color css
<style>
span { border-color: #102156; }
span { border-color: rgb(16,33,86); }
td.TdClassName
{
border-color: #102156;
}
.TagClassName
{
border-color: #102156;
}
</style>