Shades of Sherpa Blue #114A56
Tints of Sherpa Blue #114A56
RGB
CMYK
RGB Variations
Color information
#114A56 (or 0x114A56) is known color: Sherpa Blue. HEX triplet: 11, 4A and 56. RGB value is (17,74,86). Sum of RGB (Red+Green+Blue) = 17+74+86=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #114A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A56 is #EEB5A9. Grayscale: #3A3A3A. Windows color (decimal): -15644074 or 5655057. OLE color: 5655057.
HSL color Cylindrical-coordinate representation of color #114A56: hue angle of 190.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114A56 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 74 | 86 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.66 |
| HSL | 190.43º | 0.67% | 0.2% | - |
| HSV(B) | 190.43º | 0.8% | 0.34% | - |
| XYZ | 4.36 | 5.69 | 9.67 | - |
| YUV | 58.33 | 143.62 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 86 | 0.80 | 0.14 | 0 | 0.66 | 190.43 | 0.67 | 0.2 |
| Hex | 11 | 4A | 56 | 50 | E | 0 | 42 | BE | 43 | 14 |
| Octal | 21 | 112 | 126 | 120 | 16 | 0 | 102 | 276 | 103 | 24 |
| Binary | 10001 | 1001010 | 1010110 | 1010000 | 1110 | 0 | 1000010 | 10111110 | 1000011 | 10100 |
Color Harmonies of #114A56
Complementary color
Monochromatic Colors of #114A56
Black with #114A56
Text Example
Text Example
White with #114A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A56; }
p { color: rgb(17,74,86); }
H1.HeaderClassName
{
color: #114A56;
}
.AnyTagClassName
{
color: #114A56;
}
</style>
background-color css
<style>
a { background-color: #114A56; }
a { background-color: rgb(17,74,86); }
div.DivClassName
{
background-color: #114A56;
}
.BgClassName
{
background-color: #114A56;
}
</style>
border-color css
<style>
span { border-color: #114A56; }
span { border-color: rgb(17,74,86); }
td.TdClassName
{
border-color: #114A56;
}
.TagClassName
{
border-color: #114A56;
}
</style>