Shades of Sherpa Blue #104855
Tints of Sherpa Blue #104855
RGB
CMYK
RGB Variations
Color information
#104855 (or 0x104855) is known color: Sherpa Blue. HEX triplet: 10, 48 and 55. RGB value is (16,72,85). Sum of RGB (Red+Green+Blue) = 16+72+85=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #104855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104855 is #EFB7AA. Grayscale: #383838. Windows color (decimal): -15710123 or 5589008. OLE color: 5589008.
HSL color Cylindrical-coordinate representation of color #104855: hue angle of 191.3º 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 #104855 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 72 | 85 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.67 |
| HSL | 191.3º | 0.68% | 0.2% | - |
| HSV(B) | 191.3º | 0.81% | 0.33% | - |
| XYZ | 4.17 | 5.4 | 9.42 | - |
| YUV | 56.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 85 | 0.81 | 0.15 | 0 | 0.67 | 191.3 | 0.68 | 0.2 |
| Hex | 10 | 48 | 55 | 51 | F | 0 | 43 | BF | 44 | 14 |
| Octal | 20 | 110 | 125 | 121 | 17 | 0 | 103 | 277 | 104 | 24 |
| Binary | 10000 | 1001000 | 1010101 | 1010001 | 1111 | 0 | 1000011 | 10111111 | 1000100 | 10100 |
Color Harmonies of #104855
Complementary color
Monochromatic Colors of #104855
Black with #104855
Text Example
Text Example
White with #104855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104855; }
p { color: rgb(16,72,85); }
H1.HeaderClassName
{
color: #104855;
}
.AnyTagClassName
{
color: #104855;
}
</style>
background-color css
<style>
a { background-color: #104855; }
a { background-color: rgb(16,72,85); }
div.DivClassName
{
background-color: #104855;
}
.BgClassName
{
background-color: #104855;
}
</style>
border-color css
<style>
span { border-color: #104855; }
span { border-color: rgb(16,72,85); }
td.TdClassName
{
border-color: #104855;
}
.TagClassName
{
border-color: #104855;
}
</style>