Shades of Sherpa Blue #10525C
Tints of Sherpa Blue #10525C
RGB
CMYK
RGB Variations
Color information
#10525C (or 0x10525C) is known color: Sherpa Blue. HEX triplet: 10, 52 and 5C. RGB value is (16,82,92). Sum of RGB (Red+Green+Blue) = 16+82+92=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #10525C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10525C is #EFADA3. Grayscale: #3F3F3F. Windows color (decimal): -15707556 or 6050320. OLE color: 6050320.
HSL color Cylindrical-coordinate representation of color #10525C: hue angle of 187.89º 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 #10525C is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 82 | 92 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.64 |
| HSL | 187.89º | 0.7% | 0.21% | - |
| HSV(B) | 187.89º | 0.83% | 0.36% | - |
| XYZ | 5.16 | 6.92 | 11.19 | - |
| YUV | 63.41 | 144.13 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 92 | 0.83 | 0.11 | 0 | 0.64 | 187.89 | 0.7 | 0.21 |
| Hex | 10 | 52 | 5C | 53 | B | 0 | 40 | BC | 46 | 15 |
| Octal | 20 | 122 | 134 | 123 | 13 | 0 | 100 | 274 | 106 | 25 |
| Binary | 10000 | 1010010 | 1011100 | 1010011 | 1011 | 0 | 1000000 | 10111100 | 1000110 | 10101 |
Color Harmonies of #10525C
Complementary color
Monochromatic Colors of #10525C
Black with #10525C
Text Example
Text Example
White with #10525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10525C; }
p { color: rgb(16,82,92); }
H1.HeaderClassName
{
color: #10525C;
}
.AnyTagClassName
{
color: #10525C;
}
</style>
background-color css
<style>
a { background-color: #10525C; }
a { background-color: rgb(16,82,92); }
div.DivClassName
{
background-color: #10525C;
}
.BgClassName
{
background-color: #10525C;
}
</style>
border-color css
<style>
span { border-color: #10525C; }
span { border-color: rgb(16,82,92); }
td.TdClassName
{
border-color: #10525C;
}
.TagClassName
{
border-color: #10525C;
}
</style>