Shades of Sherpa Blue #114C53
Tints of Sherpa Blue #114C53
RGB
CMYK
RGB Variations
Color information
#114C53 (or 0x114C53) is known color: Sherpa Blue. HEX triplet: 11, 4C and 53. RGB value is (17,76,83). Sum of RGB (Red+Green+Blue) = 17+76+83=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #114C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C53 is #EEB3AC. Grayscale: #3B3B3B. Windows color (decimal): -15643565 or 5458961. OLE color: 5458961.
HSL color Cylindrical-coordinate representation of color #114C53: hue angle of 186.36º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114C53 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 76 | 83 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.67 |
| HSL | 186.36º | 0.66% | 0.2% | - |
| HSV(B) | 186.36º | 0.8% | 0.33% | - |
| XYZ | 4.38 | 5.91 | 9.09 | - |
| YUV | 59.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 83 | 0.80 | 0.08 | 0 | 0.67 | 186.36 | 0.66 | 0.2 |
| Hex | 11 | 4C | 53 | 50 | 8 | 0 | 43 | BA | 42 | 14 |
| Octal | 21 | 114 | 123 | 120 | 10 | 0 | 103 | 272 | 102 | 24 |
| Binary | 10001 | 1001100 | 1010011 | 1010000 | 1000 | 0 | 1000011 | 10111010 | 1000010 | 10100 |
Color Harmonies of #114C53
Complementary color
Monochromatic Colors of #114C53
Black with #114C53
Text Example
Text Example
White with #114C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114C53; }
p { color: rgb(17,76,83); }
H1.HeaderClassName
{
color: #114C53;
}
.AnyTagClassName
{
color: #114C53;
}
</style>
background-color css
<style>
a { background-color: #114C53; }
a { background-color: rgb(17,76,83); }
div.DivClassName
{
background-color: #114C53;
}
.BgClassName
{
background-color: #114C53;
}
</style>
border-color css
<style>
span { border-color: #114C53; }
span { border-color: rgb(17,76,83); }
td.TdClassName
{
border-color: #114C53;
}
.TagClassName
{
border-color: #114C53;
}
</style>