Shades of Sherpa Blue #10525D
Tints of Sherpa Blue #10525D
RGB
CMYK
RGB Variations
Color information
#10525D (or 0x10525D) is known color: Sherpa Blue. HEX triplet: 10, 52 and 5D. RGB value is (16,82,93). Sum of RGB (Red+Green+Blue) = 16+82+93=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #10525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10525D is #EFADA2. Grayscale: #3F3F3F. Windows color (decimal): -15707555 or 6115856. OLE color: 6115856.
HSL color Cylindrical-coordinate representation of color #10525D: hue angle of 188.57º degrees, saturation: 0.71, 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 #10525D is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 82 | 93 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.64 |
| HSL | 188.57º | 0.71% | 0.21% | - |
| HSV(B) | 188.57º | 0.83% | 0.36% | - |
| XYZ | 5.21 | 6.94 | 11.42 | - |
| YUV | 63.52 | 144.63 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 93 | 0.83 | 0.12 | 0 | 0.64 | 188.57 | 0.71 | 0.21 |
| Hex | 10 | 52 | 5D | 53 | C | 0 | 40 | BD | 47 | 15 |
| Octal | 20 | 122 | 135 | 123 | 14 | 0 | 100 | 275 | 107 | 25 |
| Binary | 10000 | 1010010 | 1011101 | 1010011 | 1100 | 0 | 1000000 | 10111101 | 1000111 | 10101 |
Color Harmonies of #10525D
Complementary color
Monochromatic Colors of #10525D
Black with #10525D
Text Example
Text Example
White with #10525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10525D; }
p { color: rgb(16,82,93); }
H1.HeaderClassName
{
color: #10525D;
}
.AnyTagClassName
{
color: #10525D;
}
</style>
background-color css
<style>
a { background-color: #10525D; }
a { background-color: rgb(16,82,93); }
div.DivClassName
{
background-color: #10525D;
}
.BgClassName
{
background-color: #10525D;
}
</style>
border-color css
<style>
span { border-color: #10525D; }
span { border-color: rgb(16,82,93); }
td.TdClassName
{
border-color: #10525D;
}
.TagClassName
{
border-color: #10525D;
}
</style>