Shades of Sherpa Blue #104650
Tints of Sherpa Blue #104650
RGB
CMYK
RGB Variations
Color information
#104650 (or 0x104650) is known color: Sherpa Blue. HEX triplet: 10, 46 and 50. RGB value is (16,70,80). Sum of RGB (Red+Green+Blue) = 16+70+80=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #104650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104650 is #EFB9AF. Grayscale: #363636. Windows color (decimal): -15710640 or 5260816. OLE color: 5260816.
HSL color Cylindrical-coordinate representation of color #104650: hue angle of 189.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104650 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 70 | 80 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.69 |
| HSL | 189.38º | 0.67% | 0.19% | - |
| HSV(B) | 189.38º | 0.8% | 0.31% | - |
| XYZ | 3.85 | 5.07 | 8.36 | - |
| YUV | 54.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 80 | 0.80 | 0.12 | 0 | 0.69 | 189.38 | 0.67 | 0.19 |
| Hex | 10 | 46 | 50 | 50 | C | 0 | 45 | BD | 43 | 13 |
| Octal | 20 | 106 | 120 | 120 | 14 | 0 | 105 | 275 | 103 | 23 |
| Binary | 10000 | 1000110 | 1010000 | 1010000 | 1100 | 0 | 1000101 | 10111101 | 1000011 | 10011 |
Color Harmonies of #104650
Complementary color
Monochromatic Colors of #104650
Black with #104650
Text Example
Text Example
White with #104650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104650; }
p { color: rgb(16,70,80); }
H1.HeaderClassName
{
color: #104650;
}
.AnyTagClassName
{
color: #104650;
}
</style>
background-color css
<style>
a { background-color: #104650; }
a { background-color: rgb(16,70,80); }
div.DivClassName
{
background-color: #104650;
}
.BgClassName
{
background-color: #104650;
}
</style>
border-color css
<style>
span { border-color: #104650; }
span { border-color: rgb(16,70,80); }
td.TdClassName
{
border-color: #104650;
}
.TagClassName
{
border-color: #104650;
}
</style>