Shades of Sherpa Blue #104755
Tints of Sherpa Blue #104755
RGB
CMYK
RGB Variations
Color information
#104755 (or 0x104755) is known color: Sherpa Blue. HEX triplet: 10, 47 and 55. RGB value is (16,71,85). Sum of RGB (Red+Green+Blue) = 16+71+85=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #104755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104755 is #EFB8AA. Grayscale: #383838. Windows color (decimal): -15710379 or 5588752. OLE color: 5588752.
HSL color Cylindrical-coordinate representation of color #104755: hue angle of 192.17º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104755 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 71 | 85 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.67 |
| HSL | 192.17º | 0.68% | 0.2% | - |
| HSV(B) | 192.17º | 0.81% | 0.33% | - |
| XYZ | 4.11 | 5.27 | 9.4 | - |
| YUV | 56.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 85 | 0.81 | 0.16 | 0 | 0.67 | 192.17 | 0.68 | 0.2 |
| Hex | 10 | 47 | 55 | 51 | 10 | 0 | 43 | C0 | 44 | 14 |
| Octal | 20 | 107 | 125 | 121 | 20 | 0 | 103 | 300 | 104 | 24 |
| Binary | 10000 | 1000111 | 1010101 | 1010001 | 10000 | 0 | 1000011 | 11000000 | 1000100 | 10100 |
Color Harmonies of #104755
Complementary color
Monochromatic Colors of #104755
Black with #104755
Text Example
Text Example
White with #104755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104755; }
p { color: rgb(16,71,85); }
H1.HeaderClassName
{
color: #104755;
}
.AnyTagClassName
{
color: #104755;
}
</style>
background-color css
<style>
a { background-color: #104755; }
a { background-color: rgb(16,71,85); }
div.DivClassName
{
background-color: #104755;
}
.BgClassName
{
background-color: #104755;
}
</style>
border-color css
<style>
span { border-color: #104755; }
span { border-color: rgb(16,71,85); }
td.TdClassName
{
border-color: #104755;
}
.TagClassName
{
border-color: #104755;
}
</style>