Shades of Sapphire #102959
Tints of Sapphire #102959
RGB
CMYK
RGB Variations
Color information
#102959 (or 0x102959) is known color: Sapphire. HEX triplet: 10, 29 and 59. RGB value is (16,41,89). Sum of RGB (Red+Green+Blue) = 16+41+89=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #102959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102959 is #EFD6A6. Grayscale: #262626. Windows color (decimal): -15718055 or 5843216. OLE color: 5843216.
HSL color Cylindrical-coordinate representation of color #102959: hue angle of 219.45º 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 #102959 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 41 | 89 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.65 |
| HSL | 219.45º | 0.7% | 0.21% | - |
| HSV(B) | 219.45º | 0.82% | 0.35% | - |
| XYZ | 2.81 | 2.42 | 9.77 | - |
| YUV | 39 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 89 | 0.82 | 0.54 | 0 | 0.65 | 219.45 | 0.7 | 0.21 |
| Hex | 10 | 29 | 59 | 52 | 36 | 0 | 41 | DB | 46 | 15 |
| Octal | 20 | 51 | 131 | 122 | 66 | 0 | 101 | 333 | 106 | 25 |
| Binary | 10000 | 101001 | 1011001 | 1010010 | 110110 | 0 | 1000001 | 11011011 | 1000110 | 10101 |
Color Harmonies of #102959
Complementary color
Monochromatic Colors of #102959
Black with #102959
Text Example
Text Example
White with #102959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102959; }
p { color: rgb(16,41,89); }
H1.HeaderClassName
{
color: #102959;
}
.AnyTagClassName
{
color: #102959;
}
</style>
background-color css
<style>
a { background-color: #102959; }
a { background-color: rgb(16,41,89); }
div.DivClassName
{
background-color: #102959;
}
.BgClassName
{
background-color: #102959;
}
</style>
border-color css
<style>
span { border-color: #102959; }
span { border-color: rgb(16,41,89); }
td.TdClassName
{
border-color: #102959;
}
.TagClassName
{
border-color: #102959;
}
</style>