Shades of Sherpa Blue #114A55
Tints of Sherpa Blue #114A55
RGB
CMYK
RGB Variations
Color information
#114A55 (or 0x114A55) is known color: Sherpa Blue. HEX triplet: 11, 4A and 55. RGB value is (17,74,85). Sum of RGB (Red+Green+Blue) = 17+74+85=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #114A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A55 is #EEB5AA. Grayscale: #3A3A3A. Windows color (decimal): -15644075 or 5589521. OLE color: 5589521.
HSL color Cylindrical-coordinate representation of color #114A55: hue angle of 189.71º degrees, saturation: 0.67, 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 #114A55 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 74 | 85 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.67 |
| HSL | 189.71º | 0.67% | 0.2% | - |
| HSV(B) | 189.71º | 0.8% | 0.33% | - |
| XYZ | 4.32 | 5.67 | 9.46 | - |
| YUV | 58.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 85 | 0.80 | 0.13 | 0 | 0.67 | 189.71 | 0.67 | 0.2 |
| Hex | 11 | 4A | 55 | 50 | D | 0 | 43 | BE | 43 | 14 |
| Octal | 21 | 112 | 125 | 120 | 15 | 0 | 103 | 276 | 103 | 24 |
| Binary | 10001 | 1001010 | 1010101 | 1010000 | 1101 | 0 | 1000011 | 10111110 | 1000011 | 10100 |
Color Harmonies of #114A55
Complementary color
Monochromatic Colors of #114A55
Black with #114A55
Text Example
Text Example
White with #114A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A55; }
p { color: rgb(17,74,85); }
H1.HeaderClassName
{
color: #114A55;
}
.AnyTagClassName
{
color: #114A55;
}
</style>
background-color css
<style>
a { background-color: #114A55; }
a { background-color: rgb(17,74,85); }
div.DivClassName
{
background-color: #114A55;
}
.BgClassName
{
background-color: #114A55;
}
</style>
border-color css
<style>
span { border-color: #114A55; }
span { border-color: rgb(17,74,85); }
td.TdClassName
{
border-color: #114A55;
}
.TagClassName
{
border-color: #114A55;
}
</style>