Shades of Sherpa Blue #114B53
Tints of Sherpa Blue #114B53
RGB
CMYK
RGB Variations
Color information
#114B53 (or 0x114B53) is known color: Sherpa Blue. HEX triplet: 11, 4B and 53. RGB value is (17,75,83). Sum of RGB (Red+Green+Blue) = 17+75+83=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #114B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B53 is #EEB4AC. Grayscale: #3A3A3A. Windows color (decimal): -15643821 or 5458705. OLE color: 5458705.
HSL color Cylindrical-coordinate representation of color #114B53: hue angle of 187.27º 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 #114B53 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 75 | 83 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.67 |
| HSL | 187.27º | 0.66% | 0.2% | - |
| HSV(B) | 187.27º | 0.8% | 0.33% | - |
| XYZ | 4.31 | 5.78 | 9.07 | - |
| YUV | 58.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 83 | 0.80 | 0.10 | 0 | 0.67 | 187.27 | 0.66 | 0.2 |
| Hex | 11 | 4B | 53 | 50 | A | 0 | 43 | BB | 42 | 14 |
| Octal | 21 | 113 | 123 | 120 | 12 | 0 | 103 | 273 | 102 | 24 |
| Binary | 10001 | 1001011 | 1010011 | 1010000 | 1010 | 0 | 1000011 | 10111011 | 1000010 | 10100 |
Color Harmonies of #114B53
Complementary color
Monochromatic Colors of #114B53
Black with #114B53
Text Example
Text Example
White with #114B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B53; }
p { color: rgb(17,75,83); }
H1.HeaderClassName
{
color: #114B53;
}
.AnyTagClassName
{
color: #114B53;
}
</style>
background-color css
<style>
a { background-color: #114B53; }
a { background-color: rgb(17,75,83); }
div.DivClassName
{
background-color: #114B53;
}
.BgClassName
{
background-color: #114B53;
}
</style>
border-color css
<style>
span { border-color: #114B53; }
span { border-color: rgb(17,75,83); }
td.TdClassName
{
border-color: #114B53;
}
.TagClassName
{
border-color: #114B53;
}
</style>