Shades of Sherpa Blue #114F54
Tints of Sherpa Blue #114F54
RGB
CMYK
RGB Variations
Color information
#114F54 (or 0x114F54) is known color: Sherpa Blue. HEX triplet: 11, 4F and 54. RGB value is (17,79,84). Sum of RGB (Red+Green+Blue) = 17+79+84=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #114F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F54 is #EEB0AB. Grayscale: #3C3C3C. Windows color (decimal): -15642796 or 5525265. OLE color: 5525265.
HSL color Cylindrical-coordinate representation of color #114F54: hue angle of 184.48º 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 #114F54 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 79 | 84 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.67 |
| HSL | 184.48º | 0.66% | 0.2% | - |
| HSV(B) | 184.48º | 0.8% | 0.33% | - |
| XYZ | 4.63 | 6.35 | 9.37 | - |
| YUV | 61.03 | 140.96 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 84 | 0.80 | 0.06 | 0 | 0.67 | 184.48 | 0.66 | 0.2 |
| Hex | 11 | 4F | 54 | 50 | 6 | 0 | 43 | B8 | 42 | 14 |
| Octal | 21 | 117 | 124 | 120 | 6 | 0 | 103 | 270 | 102 | 24 |
| Binary | 10001 | 1001111 | 1010100 | 1010000 | 110 | 0 | 1000011 | 10111000 | 1000010 | 10100 |
Color Harmonies of #114F54
Complementary color
Monochromatic Colors of #114F54
Black with #114F54
Text Example
Text Example
White with #114F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114F54; }
p { color: rgb(17,79,84); }
H1.HeaderClassName
{
color: #114F54;
}
.AnyTagClassName
{
color: #114F54;
}
</style>
background-color css
<style>
a { background-color: #114F54; }
a { background-color: rgb(17,79,84); }
div.DivClassName
{
background-color: #114F54;
}
.BgClassName
{
background-color: #114F54;
}
</style>
border-color css
<style>
span { border-color: #114F54; }
span { border-color: rgb(17,79,84); }
td.TdClassName
{
border-color: #114F54;
}
.TagClassName
{
border-color: #114F54;
}
</style>