Shades of Sapphire #102961
Tints of Sapphire #102961
RGB
CMYK
RGB Variations
Color information
#102961 (or 0x102961) is known color: Sapphire. HEX triplet: 10, 29 and 61. RGB value is (16,41,97). Sum of RGB (Red+Green+Blue) = 16+41+97=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #102961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102961 is #EFD69E. Grayscale: #272727. Windows color (decimal): -15718047 or 6367504. OLE color: 6367504.
HSL color Cylindrical-coordinate representation of color #102961: hue angle of 221.48º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102961 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 41 | 97 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.62 |
| HSL | 221.48º | 0.72% | 0.22% | - |
| HSV(B) | 221.48º | 0.84% | 0.38% | - |
| XYZ | 3.16 | 2.56 | 11.64 | - |
| YUV | 39.91 | 160.22 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 97 | 0.84 | 0.58 | 0 | 0.62 | 221.48 | 0.72 | 0.22 |
| Hex | 10 | 29 | 61 | 54 | 3A | 0 | 3E | DD | 48 | 16 |
| Octal | 20 | 51 | 141 | 124 | 72 | 0 | 76 | 335 | 110 | 26 |
| Binary | 10000 | 101001 | 1100001 | 1010100 | 111010 | 0 | 111110 | 11011101 | 1001000 | 10110 |
Color Harmonies of #102961
Complementary color
Monochromatic Colors of #102961
Black with #102961
Text Example
Text Example
White with #102961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102961; }
p { color: rgb(16,41,97); }
H1.HeaderClassName
{
color: #102961;
}
.AnyTagClassName
{
color: #102961;
}
</style>
background-color css
<style>
a { background-color: #102961; }
a { background-color: rgb(16,41,97); }
div.DivClassName
{
background-color: #102961;
}
.BgClassName
{
background-color: #102961;
}
</style>
border-color css
<style>
span { border-color: #102961; }
span { border-color: rgb(16,41,97); }
td.TdClassName
{
border-color: #102961;
}
.TagClassName
{
border-color: #102961;
}
</style>