Shades of Sapphire #102159
Tints of Sapphire #102159
RGB
CMYK
RGB Variations
Color information
#102159 (or 0x102159) is known color: Sapphire. HEX triplet: 10, 21 and 59. RGB value is (16,33,89). Sum of RGB (Red+Green+Blue) = 16+33+89=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #102159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102159 is #EFDEA6. Grayscale: #222222. Windows color (decimal): -15720103 or 5841168. OLE color: 5841168.
HSL color Cylindrical-coordinate representation of color #102159: hue angle of 226.03º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #102159 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 33 | 89 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.65 |
| HSL | 226.03º | 0.7% | 0.21% | - |
| HSV(B) | 226.03º | 0.82% | 0.35% | - |
| XYZ | 2.56 | 1.92 | 9.69 | - |
| YUV | 34.3 | 158.87 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 89 | 0.82 | 0.63 | 0 | 0.65 | 226.03 | 0.7 | 0.21 |
| Hex | 10 | 21 | 59 | 52 | 3F | 0 | 41 | E2 | 46 | 15 |
| Octal | 20 | 41 | 131 | 122 | 77 | 0 | 101 | 342 | 106 | 25 |
| Binary | 10000 | 100001 | 1011001 | 1010010 | 111111 | 0 | 1000001 | 11100010 | 1000110 | 10101 |
Color Harmonies of #102159
Complementary color
Monochromatic Colors of #102159
Black with #102159
Text Example
Text Example
White with #102159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102159; }
p { color: rgb(16,33,89); }
H1.HeaderClassName
{
color: #102159;
}
.AnyTagClassName
{
color: #102159;
}
</style>
background-color css
<style>
a { background-color: #102159; }
a { background-color: rgb(16,33,89); }
div.DivClassName
{
background-color: #102159;
}
.BgClassName
{
background-color: #102159;
}
</style>
border-color css
<style>
span { border-color: #102159; }
span { border-color: rgb(16,33,89); }
td.TdClassName
{
border-color: #102159;
}
.TagClassName
{
border-color: #102159;
}
</style>