Shades of Sherpa Blue #10515B
Tints of Sherpa Blue #10515B
RGB
CMYK
RGB Variations
Color information
#10515B (or 0x10515B) is known color: Sherpa Blue. HEX triplet: 10, 51 and 5B. RGB value is (16,81,91). Sum of RGB (Red+Green+Blue) = 16+81+91=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #10515B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10515B is #EFAEA4. Grayscale: #3E3E3E. Windows color (decimal): -15707813 or 5984528. OLE color: 5984528.
HSL color Cylindrical-coordinate representation of color #10515B: hue angle of 188º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10515B is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 81 | 91 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.64 |
| HSL | 188º | 0.7% | 0.21% | - |
| HSV(B) | 188º | 0.82% | 0.36% | - |
| XYZ | 5.04 | 6.75 | 10.93 | - |
| YUV | 62.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 91 | 0.82 | 0.11 | 0 | 0.64 | 188 | 0.7 | 0.21 |
| Hex | 10 | 51 | 5B | 52 | B | 0 | 40 | BC | 46 | 15 |
| Octal | 20 | 121 | 133 | 122 | 13 | 0 | 100 | 274 | 106 | 25 |
| Binary | 10000 | 1010001 | 1011011 | 1010010 | 1011 | 0 | 1000000 | 10111100 | 1000110 | 10101 |
Color Harmonies of #10515B
Complementary color
Monochromatic Colors of #10515B
Black with #10515B
Text Example
Text Example
White with #10515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10515B; }
p { color: rgb(16,81,91); }
H1.HeaderClassName
{
color: #10515B;
}
.AnyTagClassName
{
color: #10515B;
}
</style>
background-color css
<style>
a { background-color: #10515B; }
a { background-color: rgb(16,81,91); }
div.DivClassName
{
background-color: #10515B;
}
.BgClassName
{
background-color: #10515B;
}
</style>
border-color css
<style>
span { border-color: #10515B; }
span { border-color: rgb(16,81,91); }
td.TdClassName
{
border-color: #10515B;
}
.TagClassName
{
border-color: #10515B;
}
</style>