Shades of Sherpa Blue #114A54
Tints of Sherpa Blue #114A54
RGB
CMYK
RGB Variations
Color information
#114A54 (or 0x114A54) is known color: Sherpa Blue. HEX triplet: 11, 4A and 54. RGB value is (17,74,84). Sum of RGB (Red+Green+Blue) = 17+74+84=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #114A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A54 is #EEB5AB. Grayscale: #3A3A3A. Windows color (decimal): -15644076 or 5523985. OLE color: 5523985.
HSL color Cylindrical-coordinate representation of color #114A54: hue angle of 188.96º 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 #114A54 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 74 | 84 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.67 |
| HSL | 188.96º | 0.66% | 0.2% | - |
| HSV(B) | 188.96º | 0.8% | 0.33% | - |
| XYZ | 4.28 | 5.66 | 9.25 | - |
| YUV | 58.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 84 | 0.80 | 0.12 | 0 | 0.67 | 188.96 | 0.66 | 0.2 |
| Hex | 11 | 4A | 54 | 50 | C | 0 | 43 | BD | 42 | 14 |
| Octal | 21 | 112 | 124 | 120 | 14 | 0 | 103 | 275 | 102 | 24 |
| Binary | 10001 | 1001010 | 1010100 | 1010000 | 1100 | 0 | 1000011 | 10111101 | 1000010 | 10100 |
Color Harmonies of #114A54
Complementary color
Monochromatic Colors of #114A54
Black with #114A54
Text Example
Text Example
White with #114A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A54; }
p { color: rgb(17,74,84); }
H1.HeaderClassName
{
color: #114A54;
}
.AnyTagClassName
{
color: #114A54;
}
</style>
background-color css
<style>
a { background-color: #114A54; }
a { background-color: rgb(17,74,84); }
div.DivClassName
{
background-color: #114A54;
}
.BgClassName
{
background-color: #114A54;
}
</style>
border-color css
<style>
span { border-color: #114A54; }
span { border-color: rgb(17,74,84); }
td.TdClassName
{
border-color: #114A54;
}
.TagClassName
{
border-color: #114A54;
}
</style>