Shades of Sherpa Blue #104751
Tints of Sherpa Blue #104751
RGB
CMYK
RGB Variations
Color information
#104751 (or 0x104751) is known color: Sherpa Blue. HEX triplet: 10, 47 and 51. RGB value is (16,71,81). Sum of RGB (Red+Green+Blue) = 16+71+81=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #104751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104751 is #EFB8AE. Grayscale: #373737. Windows color (decimal): -15710383 or 5326608. OLE color: 5326608.
HSL color Cylindrical-coordinate representation of color #104751: hue angle of 189.23º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104751 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 71 | 81 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.68 |
| HSL | 189.23º | 0.67% | 0.19% | - |
| HSV(B) | 189.23º | 0.8% | 0.32% | - |
| XYZ | 3.95 | 5.21 | 8.58 | - |
| YUV | 55.7 | 142.28 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 81 | 0.80 | 0.12 | 0 | 0.68 | 189.23 | 0.67 | 0.19 |
| Hex | 10 | 47 | 51 | 50 | C | 0 | 44 | BD | 43 | 13 |
| Octal | 20 | 107 | 121 | 120 | 14 | 0 | 104 | 275 | 103 | 23 |
| Binary | 10000 | 1000111 | 1010001 | 1010000 | 1100 | 0 | 1000100 | 10111101 | 1000011 | 10011 |
Color Harmonies of #104751
Complementary color
Monochromatic Colors of #104751
Black with #104751
Text Example
Text Example
White with #104751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104751; }
p { color: rgb(16,71,81); }
H1.HeaderClassName
{
color: #104751;
}
.AnyTagClassName
{
color: #104751;
}
</style>
background-color css
<style>
a { background-color: #104751; }
a { background-color: rgb(16,71,81); }
div.DivClassName
{
background-color: #104751;
}
.BgClassName
{
background-color: #104751;
}
</style>
border-color css
<style>
span { border-color: #104751; }
span { border-color: rgb(16,71,81); }
td.TdClassName
{
border-color: #104751;
}
.TagClassName
{
border-color: #104751;
}
</style>