Shades of Sapphire #102965
Tints of Sapphire #102965
RGB
CMYK
RGB Variations
Color information
#102965 (or 0x102965) is known color: Sapphire. HEX triplet: 10, 29 and 65. RGB value is (16,41,101). Sum of RGB (Red+Green+Blue) = 16+41+101=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #102965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102965 is #EFD69A. Grayscale: #282828. Windows color (decimal): -15718043 or 6629648. OLE color: 6629648.
HSL color Cylindrical-coordinate representation of color #102965: hue angle of 222.35º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102965 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 41 | 101 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.60 |
| HSL | 222.35º | 0.73% | 0.23% | - |
| HSV(B) | 222.35º | 0.84% | 0.4% | - |
| XYZ | 3.36 | 2.64 | 12.64 | - |
| YUV | 40.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 101 | 0.84 | 0.59 | 0 | 0.60 | 222.35 | 0.73 | 0.23 |
| Hex | 10 | 29 | 65 | 54 | 3B | 0 | 3C | DE | 49 | 17 |
| Octal | 20 | 51 | 145 | 124 | 73 | 0 | 74 | 336 | 111 | 27 |
| Binary | 10000 | 101001 | 1100101 | 1010100 | 111011 | 0 | 111100 | 11011110 | 1001001 | 10111 |
Color Harmonies of #102965
Complementary color
Monochromatic Colors of #102965
Black with #102965
Text Example
Text Example
White with #102965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102965; }
p { color: rgb(16,41,101); }
H1.HeaderClassName
{
color: #102965;
}
.AnyTagClassName
{
color: #102965;
}
</style>
background-color css
<style>
a { background-color: #102965; }
a { background-color: rgb(16,41,101); }
div.DivClassName
{
background-color: #102965;
}
.BgClassName
{
background-color: #102965;
}
</style>
border-color css
<style>
span { border-color: #102965; }
span { border-color: rgb(16,41,101); }
td.TdClassName
{
border-color: #102965;
}
.TagClassName
{
border-color: #102965;
}
</style>