Shades of Sherpa Blue #104A52
Tints of Sherpa Blue #104A52
RGB
CMYK
RGB Variations
Color information
#104A52 (or 0x104A52) is known color: Sherpa Blue. HEX triplet: 10, 4A and 52. RGB value is (16,74,82). Sum of RGB (Red+Green+Blue) = 16+74+82=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #104A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A52 is #EFB5AD. Grayscale: #393939. Windows color (decimal): -15709614 or 5392912. OLE color: 5392912.
HSL color Cylindrical-coordinate representation of color #104A52: hue angle of 187.27º 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 #104A52 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 74 | 82 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.68 |
| HSL | 187.27º | 0.67% | 0.19% | - |
| HSV(B) | 187.27º | 0.8% | 0.32% | - |
| XYZ | 4.19 | 5.62 | 8.85 | - |
| YUV | 57.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 82 | 0.80 | 0.10 | 0 | 0.68 | 187.27 | 0.67 | 0.19 |
| Hex | 10 | 4A | 52 | 50 | A | 0 | 44 | BB | 43 | 13 |
| Octal | 20 | 112 | 122 | 120 | 12 | 0 | 104 | 273 | 103 | 23 |
| Binary | 10000 | 1001010 | 1010010 | 1010000 | 1010 | 0 | 1000100 | 10111011 | 1000011 | 10011 |
Color Harmonies of #104A52
Complementary color
Monochromatic Colors of #104A52
Black with #104A52
Text Example
Text Example
White with #104A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A52; }
p { color: rgb(16,74,82); }
H1.HeaderClassName
{
color: #104A52;
}
.AnyTagClassName
{
color: #104A52;
}
</style>
background-color css
<style>
a { background-color: #104A52; }
a { background-color: rgb(16,74,82); }
div.DivClassName
{
background-color: #104A52;
}
.BgClassName
{
background-color: #104A52;
}
</style>
border-color css
<style>
span { border-color: #104A52; }
span { border-color: rgb(16,74,82); }
td.TdClassName
{
border-color: #104A52;
}
.TagClassName
{
border-color: #104A52;
}
</style>