Shades of Sherpa Blue #104A56
Tints of Sherpa Blue #104A56
RGB
CMYK
RGB Variations
Color information
#104A56 (or 0x104A56) is known color: Sherpa Blue. HEX triplet: 10, 4A and 56. RGB value is (16,74,86). Sum of RGB (Red+Green+Blue) = 16+74+86=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #104A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A56 is #EFB5A9. Grayscale: #393939. Windows color (decimal): -15709610 or 5655056. OLE color: 5655056.
HSL color Cylindrical-coordinate representation of color #104A56: hue angle of 190.29º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104A56 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 74 | 86 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.66 |
| HSL | 190.29º | 0.69% | 0.2% | - |
| HSV(B) | 190.29º | 0.81% | 0.34% | - |
| XYZ | 4.34 | 5.68 | 9.67 | - |
| YUV | 58.03 | 143.78 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 86 | 0.81 | 0.14 | 0 | 0.66 | 190.29 | 0.69 | 0.2 |
| Hex | 10 | 4A | 56 | 51 | E | 0 | 42 | BE | 45 | 14 |
| Octal | 20 | 112 | 126 | 121 | 16 | 0 | 102 | 276 | 105 | 24 |
| Binary | 10000 | 1001010 | 1010110 | 1010001 | 1110 | 0 | 1000010 | 10111110 | 1000101 | 10100 |
Color Harmonies of #104A56
Complementary color
Monochromatic Colors of #104A56
Black with #104A56
Text Example
Text Example
White with #104A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A56; }
p { color: rgb(16,74,86); }
H1.HeaderClassName
{
color: #104A56;
}
.AnyTagClassName
{
color: #104A56;
}
</style>
background-color css
<style>
a { background-color: #104A56; }
a { background-color: rgb(16,74,86); }
div.DivClassName
{
background-color: #104A56;
}
.BgClassName
{
background-color: #104A56;
}
</style>
border-color css
<style>
span { border-color: #104A56; }
span { border-color: rgb(16,74,86); }
td.TdClassName
{
border-color: #104A56;
}
.TagClassName
{
border-color: #104A56;
}
</style>