Shades of Sapphire #102958
Tints of Sapphire #102958
RGB
CMYK
RGB Variations
Color information
#102958 (or 0x102958) is known color: Sapphire. HEX triplet: 10, 29 and 58. RGB value is (16,41,88). Sum of RGB (Red+Green+Blue) = 16+41+88=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #102958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102958 is #EFD6A7. Grayscale: #262626. Windows color (decimal): -15718056 or 5777680. OLE color: 5777680.
HSL color Cylindrical-coordinate representation of color #102958: hue angle of 219.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #102958 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 41 | 88 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.65 |
| HSL | 219.17º | 0.69% | 0.2% | - |
| HSV(B) | 219.17º | 0.82% | 0.35% | - |
| XYZ | 2.77 | 2.4 | 9.55 | - |
| YUV | 38.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 88 | 0.82 | 0.53 | 0 | 0.65 | 219.17 | 0.69 | 0.2 |
| Hex | 10 | 29 | 58 | 52 | 35 | 0 | 41 | DB | 45 | 14 |
| Octal | 20 | 51 | 130 | 122 | 65 | 0 | 101 | 333 | 105 | 24 |
| Binary | 10000 | 101001 | 1011000 | 1010010 | 110101 | 0 | 1000001 | 11011011 | 1000101 | 10100 |
Color Harmonies of #102958
Complementary color
Monochromatic Colors of #102958
Black with #102958
Text Example
Text Example
White with #102958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102958; }
p { color: rgb(16,41,88); }
H1.HeaderClassName
{
color: #102958;
}
.AnyTagClassName
{
color: #102958;
}
</style>
background-color css
<style>
a { background-color: #102958; }
a { background-color: rgb(16,41,88); }
div.DivClassName
{
background-color: #102958;
}
.BgClassName
{
background-color: #102958;
}
</style>
border-color css
<style>
span { border-color: #102958; }
span { border-color: rgb(16,41,88); }
td.TdClassName
{
border-color: #102958;
}
.TagClassName
{
border-color: #102958;
}
</style>