Shades of Sapphire #102051
Tints of Sapphire #102051
RGB
CMYK
RGB Variations
Color information
#102051 (or 0x102051) is known color: Sapphire. HEX triplet: 10, 20 and 51. RGB value is (16,32,81). Sum of RGB (Red+Green+Blue) = 16+32+81=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 81 (32.03% from 255 or 62.79% from 129); Max value from RGB is 81 - color contains mainly: blue. Hex color #102051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102051 is #EFDFAE. Grayscale: #202020. Windows color (decimal): -15720367 or 5316624. OLE color: 5316624.
HSL color Cylindrical-coordinate representation of color #102051: hue angle of 225.23º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #102051 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 32 | 81 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.68 |
| HSL | 225.23º | 0.67% | 0.19% | - |
| HSV(B) | 225.23º | 0.8% | 0.32% | - |
| XYZ | 2.22 | 1.74 | 8 | - |
| YUV | 32.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 81 | 0.80 | 0.60 | 0 | 0.68 | 225.23 | 0.67 | 0.19 |
| Hex | 10 | 20 | 51 | 50 | 3C | 0 | 44 | E1 | 43 | 13 |
| Octal | 20 | 40 | 121 | 120 | 74 | 0 | 104 | 341 | 103 | 23 |
| Binary | 10000 | 100000 | 1010001 | 1010000 | 111100 | 0 | 1000100 | 11100001 | 1000011 | 10011 |
Color Harmonies of #102051
Complementary color
Monochromatic Colors of #102051
Black with #102051
Text Example
Text Example
White with #102051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102051; }
p { color: rgb(16,32,81); }
H1.HeaderClassName
{
color: #102051;
}
.AnyTagClassName
{
color: #102051;
}
</style>
background-color css
<style>
a { background-color: #102051; }
a { background-color: rgb(16,32,81); }
div.DivClassName
{
background-color: #102051;
}
.BgClassName
{
background-color: #102051;
}
</style>
border-color css
<style>
span { border-color: #102051; }
span { border-color: rgb(16,32,81); }
td.TdClassName
{
border-color: #102051;
}
.TagClassName
{
border-color: #102051;
}
</style>