Shades of Sapphire #102053
Tints of Sapphire #102053
RGB
CMYK
RGB Variations
Color information
#102053 (or 0x102053) is known color: Sapphire. HEX triplet: 10, 20 and 53. RGB value is (16,32,83). Sum of RGB (Red+Green+Blue) = 16+32+83=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #102053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102053 is #EFDFAC. Grayscale: #202020. Windows color (decimal): -15720365 or 5447696. OLE color: 5447696.
HSL color Cylindrical-coordinate representation of color #102053: hue angle of 225.67º 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 #102053 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 32 | 83 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.67 |
| HSL | 225.67º | 0.68% | 0.19% | - |
| HSV(B) | 225.67º | 0.81% | 0.33% | - |
| XYZ | 2.29 | 1.77 | 8.4 | - |
| YUV | 33.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 83 | 0.81 | 0.61 | 0 | 0.67 | 225.67 | 0.68 | 0.19 |
| Hex | 10 | 20 | 53 | 51 | 3D | 0 | 43 | E2 | 44 | 13 |
| Octal | 20 | 40 | 123 | 121 | 75 | 0 | 103 | 342 | 104 | 23 |
| Binary | 10000 | 100000 | 1010011 | 1010001 | 111101 | 0 | 1000011 | 11100010 | 1000100 | 10011 |
Color Harmonies of #102053
Complementary color
Monochromatic Colors of #102053
Black with #102053
Text Example
Text Example
White with #102053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102053; }
p { color: rgb(16,32,83); }
H1.HeaderClassName
{
color: #102053;
}
.AnyTagClassName
{
color: #102053;
}
</style>
background-color css
<style>
a { background-color: #102053; }
a { background-color: rgb(16,32,83); }
div.DivClassName
{
background-color: #102053;
}
.BgClassName
{
background-color: #102053;
}
</style>
border-color css
<style>
span { border-color: #102053; }
span { border-color: rgb(16,32,83); }
td.TdClassName
{
border-color: #102053;
}
.TagClassName
{
border-color: #102053;
}
</style>