Shades of Sherpa Blue #10515A
Tints of Sherpa Blue #10515A
RGB
CMYK
RGB Variations
Color information
#10515A (or 0x10515A) is known color: Sherpa Blue. HEX triplet: 10, 51 and 5A. RGB value is (16,81,90). Sum of RGB (Red+Green+Blue) = 16+81+90=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #10515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10515A is #EFAEA5. Grayscale: #3E3E3E. Windows color (decimal): -15707814 or 5918992. OLE color: 5918992.
HSL color Cylindrical-coordinate representation of color #10515A: hue angle of 187.3º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10515A is Cyan = 0.82, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 81 | 90 | - |
| CMYK | 0.82 | 0.1 | 0 | 0.65 |
| HSL | 187.3º | 0.7% | 0.21% | - |
| HSV(B) | 187.3º | 0.82% | 0.35% | - |
| XYZ | 5 | 6.73 | 10.71 | - |
| YUV | 62.59 | 143.47 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 90 | 0.82 | 0.1 | 0 | 0.65 | 187.3 | 0.7 | 0.21 |
| Hex | 10 | 51 | 5A | 52 | A | 0 | 41 | BB | 46 | 15 |
| Octal | 20 | 121 | 132 | 122 | 12 | 0 | 101 | 273 | 106 | 25 |
| Binary | 10000 | 1010001 | 1011010 | 1010010 | 1010 | 0 | 1000001 | 10111011 | 1000110 | 10101 |
Color Harmonies of #10515A
Complementary color
Monochromatic Colors of #10515A
Black with #10515A
Text Example
Text Example
White with #10515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10515A; }
p { color: rgb(16,81,90); }
H1.HeaderClassName
{
color: #10515A;
}
.AnyTagClassName
{
color: #10515A;
}
</style>
background-color css
<style>
a { background-color: #10515A; }
a { background-color: rgb(16,81,90); }
div.DivClassName
{
background-color: #10515A;
}
.BgClassName
{
background-color: #10515A;
}
</style>
border-color css
<style>
span { border-color: #10515A; }
span { border-color: rgb(16,81,90); }
td.TdClassName
{
border-color: #10515A;
}
.TagClassName
{
border-color: #10515A;
}
</style>