Shades of Sherpa Blue #104853
Tints of Sherpa Blue #104853
RGB
CMYK
RGB Variations
Color information
#104853 (or 0x104853) is known color: Sherpa Blue. HEX triplet: 10, 48 and 53. RGB value is (16,72,83). Sum of RGB (Red+Green+Blue) = 16+72+83=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #104853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104853 is #EFB7AC. Grayscale: #383838. Windows color (decimal): -15710125 or 5457936. OLE color: 5457936.
HSL color Cylindrical-coordinate representation of color #104853: hue angle of 189.85º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104853 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 72 | 83 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.67 |
| HSL | 189.85º | 0.68% | 0.19% | - |
| HSV(B) | 189.85º | 0.81% | 0.33% | - |
| XYZ | 4.09 | 5.37 | 9 | - |
| YUV | 56.51 | 142.95 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 83 | 0.81 | 0.13 | 0 | 0.67 | 189.85 | 0.68 | 0.19 |
| Hex | 10 | 48 | 53 | 51 | D | 0 | 43 | BE | 44 | 13 |
| Octal | 20 | 110 | 123 | 121 | 15 | 0 | 103 | 276 | 104 | 23 |
| Binary | 10000 | 1001000 | 1010011 | 1010001 | 1101 | 0 | 1000011 | 10111110 | 1000100 | 10011 |
Color Harmonies of #104853
Complementary color
Monochromatic Colors of #104853
Black with #104853
Text Example
Text Example
White with #104853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104853; }
p { color: rgb(16,72,83); }
H1.HeaderClassName
{
color: #104853;
}
.AnyTagClassName
{
color: #104853;
}
</style>
background-color css
<style>
a { background-color: #104853; }
a { background-color: rgb(16,72,83); }
div.DivClassName
{
background-color: #104853;
}
.BgClassName
{
background-color: #104853;
}
</style>
border-color css
<style>
span { border-color: #104853; }
span { border-color: rgb(16,72,83); }
td.TdClassName
{
border-color: #104853;
}
.TagClassName
{
border-color: #104853;
}
</style>