Shades of Sherpa Blue #104E53
Tints of Sherpa Blue #104E53
RGB
CMYK
RGB Variations
Color information
#104E53 (or 0x104E53) is known color: Sherpa Blue. HEX triplet: 10, 4E and 53. RGB value is (16,78,83). Sum of RGB (Red+Green+Blue) = 16+78+83=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #104E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E53 is #EFB1AC. Grayscale: #3B3B3B. Windows color (decimal): -15708589 or 5459472. OLE color: 5459472.
HSL color Cylindrical-coordinate representation of color #104E53: hue angle of 184.48º 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 #104E53 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 78 | 83 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.67 |
| HSL | 184.48º | 0.68% | 0.19% | - |
| HSV(B) | 184.48º | 0.81% | 0.33% | - |
| XYZ | 4.5 | 6.18 | 9.14 | - |
| YUV | 60.03 | 140.96 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 83 | 0.81 | 0.06 | 0 | 0.67 | 184.48 | 0.68 | 0.19 |
| Hex | 10 | 4E | 53 | 51 | 6 | 0 | 43 | B8 | 44 | 13 |
| Octal | 20 | 116 | 123 | 121 | 6 | 0 | 103 | 270 | 104 | 23 |
| Binary | 10000 | 1001110 | 1010011 | 1010001 | 110 | 0 | 1000011 | 10111000 | 1000100 | 10011 |
Color Harmonies of #104E53
Complementary color
Monochromatic Colors of #104E53
Black with #104E53
Text Example
Text Example
White with #104E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E53; }
p { color: rgb(16,78,83); }
H1.HeaderClassName
{
color: #104E53;
}
.AnyTagClassName
{
color: #104E53;
}
</style>
background-color css
<style>
a { background-color: #104E53; }
a { background-color: rgb(16,78,83); }
div.DivClassName
{
background-color: #104E53;
}
.BgClassName
{
background-color: #104E53;
}
</style>
border-color css
<style>
span { border-color: #104E53; }
span { border-color: rgb(16,78,83); }
td.TdClassName
{
border-color: #104E53;
}
.TagClassName
{
border-color: #104E53;
}
</style>