Shades of Sherpa Blue #10515C
Tints of Sherpa Blue #10515C
RGB
CMYK
RGB Variations
Color information
#10515C (or 0x10515C) is known color: Sherpa Blue. HEX triplet: 10, 51 and 5C. RGB value is (16,81,92). Sum of RGB (Red+Green+Blue) = 16+81+92=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #10515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10515C is #EFAEA3. Grayscale: #3E3E3E. Windows color (decimal): -15707812 or 6050064. OLE color: 6050064.
HSL color Cylindrical-coordinate representation of color #10515C: hue angle of 188.68º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10515C is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 81 | 92 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.64 |
| HSL | 188.68º | 0.7% | 0.21% | - |
| HSV(B) | 188.68º | 0.83% | 0.36% | - |
| XYZ | 5.09 | 6.77 | 11.16 | - |
| YUV | 62.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 92 | 0.83 | 0.12 | 0 | 0.64 | 188.68 | 0.7 | 0.21 |
| Hex | 10 | 51 | 5C | 53 | C | 0 | 40 | BD | 46 | 15 |
| Octal | 20 | 121 | 134 | 123 | 14 | 0 | 100 | 275 | 106 | 25 |
| Binary | 10000 | 1010001 | 1011100 | 1010011 | 1100 | 0 | 1000000 | 10111101 | 1000110 | 10101 |
Color Harmonies of #10515C
Complementary color
Monochromatic Colors of #10515C
Black with #10515C
Text Example
Text Example
White with #10515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10515C; }
p { color: rgb(16,81,92); }
H1.HeaderClassName
{
color: #10515C;
}
.AnyTagClassName
{
color: #10515C;
}
</style>
background-color css
<style>
a { background-color: #10515C; }
a { background-color: rgb(16,81,92); }
div.DivClassName
{
background-color: #10515C;
}
.BgClassName
{
background-color: #10515C;
}
</style>
border-color css
<style>
span { border-color: #10515C; }
span { border-color: rgb(16,81,92); }
td.TdClassName
{
border-color: #10515C;
}
.TagClassName
{
border-color: #10515C;
}
</style>