Shades of Sapphire #102853
Tints of Sapphire #102853
RGB
CMYK
RGB Variations
Color information
#102853 (or 0x102853) is known color: Sapphire. HEX triplet: 10, 28 and 53. RGB value is (16,40,83). Sum of RGB (Red+Green+Blue) = 16+40+83=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #102853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102853 is #EFD7AC. Grayscale: #252525. Windows color (decimal): -15718317 or 5449744. OLE color: 5449744.
HSL color Cylindrical-coordinate representation of color #102853: hue angle of 218.51º 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 #102853 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 40 | 83 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.67 |
| HSL | 218.51º | 0.68% | 0.19% | - |
| HSV(B) | 218.51º | 0.81% | 0.33% | - |
| XYZ | 2.53 | 2.25 | 8.48 | - |
| YUV | 37.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 83 | 0.81 | 0.52 | 0 | 0.67 | 218.51 | 0.68 | 0.19 |
| Hex | 10 | 28 | 53 | 51 | 34 | 0 | 43 | DB | 44 | 13 |
| Octal | 20 | 50 | 123 | 121 | 64 | 0 | 103 | 333 | 104 | 23 |
| Binary | 10000 | 101000 | 1010011 | 1010001 | 110100 | 0 | 1000011 | 11011011 | 1000100 | 10011 |
Color Harmonies of #102853
Complementary color
Monochromatic Colors of #102853
Black with #102853
Text Example
Text Example
White with #102853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102853; }
p { color: rgb(16,40,83); }
H1.HeaderClassName
{
color: #102853;
}
.AnyTagClassName
{
color: #102853;
}
</style>
background-color css
<style>
a { background-color: #102853; }
a { background-color: rgb(16,40,83); }
div.DivClassName
{
background-color: #102853;
}
.BgClassName
{
background-color: #102853;
}
</style>
border-color css
<style>
span { border-color: #102853; }
span { border-color: rgb(16,40,83); }
td.TdClassName
{
border-color: #102853;
}
.TagClassName
{
border-color: #102853;
}
</style>