Shades of Sherpa Blue #114F5A
Tints of Sherpa Blue #114F5A
RGB
CMYK
RGB Variations
Color information
#114F5A (or 0x114F5A) is known color: Sherpa Blue. HEX triplet: 11, 4F and 5A. RGB value is (17,79,90). Sum of RGB (Red+Green+Blue) = 17+79+90=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #114F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F5A is #EEB0A5. Grayscale: #3D3D3D. Windows color (decimal): -15642790 or 5918481. OLE color: 5918481.
HSL color Cylindrical-coordinate representation of color #114F5A: hue angle of 189.04º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114F5A is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 79 | 90 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.65 |
| HSL | 189.04º | 0.68% | 0.21% | - |
| HSV(B) | 189.04º | 0.81% | 0.35% | - |
| XYZ | 4.87 | 6.45 | 10.66 | - |
| YUV | 61.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 90 | 0.81 | 0.12 | 0 | 0.65 | 189.04 | 0.68 | 0.21 |
| Hex | 11 | 4F | 5A | 51 | C | 0 | 41 | BD | 44 | 15 |
| Octal | 21 | 117 | 132 | 121 | 14 | 0 | 101 | 275 | 104 | 25 |
| Binary | 10001 | 1001111 | 1011010 | 1010001 | 1100 | 0 | 1000001 | 10111101 | 1000100 | 10101 |
Color Harmonies of #114F5A
Complementary color
Monochromatic Colors of #114F5A
Black with #114F5A
Text Example
Text Example
White with #114F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114F5A; }
p { color: rgb(17,79,90); }
H1.HeaderClassName
{
color: #114F5A;
}
.AnyTagClassName
{
color: #114F5A;
}
</style>
background-color css
<style>
a { background-color: #114F5A; }
a { background-color: rgb(17,79,90); }
div.DivClassName
{
background-color: #114F5A;
}
.BgClassName
{
background-color: #114F5A;
}
</style>
border-color css
<style>
span { border-color: #114F5A; }
span { border-color: rgb(17,79,90); }
td.TdClassName
{
border-color: #114F5A;
}
.TagClassName
{
border-color: #114F5A;
}
</style>