Shades of Sapphire #102953
Tints of Sapphire #102953
RGB
CMYK
RGB Variations
Color information
#102953 (or 0x102953) is known color: Sapphire. HEX triplet: 10, 29 and 53. RGB value is (16,41,83). Sum of RGB (Red+Green+Blue) = 16+41+83=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #102953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102953 is #EFD6AC. Grayscale: #262626. Windows color (decimal): -15718061 or 5450000. OLE color: 5450000.
HSL color Cylindrical-coordinate representation of color #102953: hue angle of 217.61º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #102953 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 41 | 83 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.67 |
| HSL | 217.61º | 0.68% | 0.19% | - |
| HSV(B) | 217.61º | 0.81% | 0.33% | - |
| XYZ | 2.57 | 2.32 | 8.5 | - |
| YUV | 38.31 | 153.22 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 83 | 0.81 | 0.51 | 0 | 0.67 | 217.61 | 0.68 | 0.19 |
| Hex | 10 | 29 | 53 | 51 | 33 | 0 | 43 | DA | 44 | 13 |
| Octal | 20 | 51 | 123 | 121 | 63 | 0 | 103 | 332 | 104 | 23 |
| Binary | 10000 | 101001 | 1010011 | 1010001 | 110011 | 0 | 1000011 | 11011010 | 1000100 | 10011 |
Color Harmonies of #102953
Complementary color
Monochromatic Colors of #102953
Black with #102953
Text Example
Text Example
White with #102953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102953; }
p { color: rgb(16,41,83); }
H1.HeaderClassName
{
color: #102953;
}
.AnyTagClassName
{
color: #102953;
}
</style>
background-color css
<style>
a { background-color: #102953; }
a { background-color: rgb(16,41,83); }
div.DivClassName
{
background-color: #102953;
}
.BgClassName
{
background-color: #102953;
}
</style>
border-color css
<style>
span { border-color: #102953; }
span { border-color: rgb(16,41,83); }
td.TdClassName
{
border-color: #102953;
}
.TagClassName
{
border-color: #102953;
}
</style>