Shades of Sherpa Blue #114651
Tints of Sherpa Blue #114651
RGB
CMYK
RGB Variations
Color information
#114651 (or 0x114651) is known color: Sherpa Blue. HEX triplet: 11, 46 and 51. RGB value is (17,70,81). Sum of RGB (Red+Green+Blue) = 17+70+81=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #114651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114651 is #EEB9AE. Grayscale: #373737. Windows color (decimal): -15645103 or 5326353. OLE color: 5326353.
HSL color Cylindrical-coordinate representation of color #114651: hue angle of 190.31º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #114651 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 70 | 81 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.68 |
| HSL | 190.31º | 0.65% | 0.19% | - |
| HSV(B) | 190.31º | 0.79% | 0.32% | - |
| XYZ | 3.91 | 5.09 | 8.56 | - |
| YUV | 55.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 81 | 0.79 | 0.14 | 0 | 0.68 | 190.31 | 0.65 | 0.19 |
| Hex | 11 | 46 | 51 | 4F | E | 0 | 44 | BE | 41 | 13 |
| Octal | 21 | 106 | 121 | 117 | 16 | 0 | 104 | 276 | 101 | 23 |
| Binary | 10001 | 1000110 | 1010001 | 1001111 | 1110 | 0 | 1000100 | 10111110 | 1000001 | 10011 |
Color Harmonies of #114651
Complementary color
Monochromatic Colors of #114651
Black with #114651
Text Example
Text Example
White with #114651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114651; }
p { color: rgb(17,70,81); }
H1.HeaderClassName
{
color: #114651;
}
.AnyTagClassName
{
color: #114651;
}
</style>
background-color css
<style>
a { background-color: #114651; }
a { background-color: rgb(17,70,81); }
div.DivClassName
{
background-color: #114651;
}
.BgClassName
{
background-color: #114651;
}
</style>
border-color css
<style>
span { border-color: #114651; }
span { border-color: rgb(17,70,81); }
td.TdClassName
{
border-color: #114651;
}
.TagClassName
{
border-color: #114651;
}
</style>