Shades of Sherpa Blue #114854
Tints of Sherpa Blue #114854
RGB
CMYK
RGB Variations
Color information
#114854 (or 0x114854) is known color: Sherpa Blue. HEX triplet: 11, 48 and 54. RGB value is (17,72,84). Sum of RGB (Red+Green+Blue) = 17+72+84=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #114854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114854 is #EEB7AB. Grayscale: #383838. Windows color (decimal): -15644588 or 5523473. OLE color: 5523473.
HSL color Cylindrical-coordinate representation of color #114854: hue angle of 190.75º 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 #114854 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 72 | 84 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.67 |
| HSL | 190.75º | 0.66% | 0.2% | - |
| HSV(B) | 190.75º | 0.8% | 0.33% | - |
| XYZ | 4.15 | 5.39 | 9.21 | - |
| YUV | 56.92 | 143.28 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 84 | 0.80 | 0.14 | 0 | 0.67 | 190.75 | 0.66 | 0.2 |
| Hex | 11 | 48 | 54 | 50 | E | 0 | 43 | BF | 42 | 14 |
| Octal | 21 | 110 | 124 | 120 | 16 | 0 | 103 | 277 | 102 | 24 |
| Binary | 10001 | 1001000 | 1010100 | 1010000 | 1110 | 0 | 1000011 | 10111111 | 1000010 | 10100 |
Color Harmonies of #114854
Complementary color
Monochromatic Colors of #114854
Black with #114854
Text Example
Text Example
White with #114854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114854; }
p { color: rgb(17,72,84); }
H1.HeaderClassName
{
color: #114854;
}
.AnyTagClassName
{
color: #114854;
}
</style>
background-color css
<style>
a { background-color: #114854; }
a { background-color: rgb(17,72,84); }
div.DivClassName
{
background-color: #114854;
}
.BgClassName
{
background-color: #114854;
}
</style>
border-color css
<style>
span { border-color: #114854; }
span { border-color: rgb(17,72,84); }
td.TdClassName
{
border-color: #114854;
}
.TagClassName
{
border-color: #114854;
}
</style>