#114A56

Color #114A56 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #114A56

Tints of Sherpa Blue #114A56

Color information

#114A56 (or 0x114A56) is unknown color: approx Sherpa Blue. HEX triplet: 11, 4A and 56. RGB value is (17,74,86). Sum of RGB (Red+Green+Blue) = 17+74+86=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #114A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A56 is #EEB5A9. Grayscale: #3A3A3A. Windows color (decimal): -15644074 or 5655057. OLE color: 5655057.

HSL color Cylindrical-coordinate representation of color #114A56: hue angle of 190.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114A56 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB177486-
CMYK0.800.1400.66
HSL190.43º66.99%20.2%-
HSV(B)190.43º80.23%33.73%-
XYZ4.365.699.67-
YUV58.32143.6298.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 74 (29.30% from 255) = 41.81%
BLUE value IS 86 (33.98% from 255) = 48.59%
R=9.60%
G=41.81%
B=48.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1774860.800.1400.66190.4366.9920.2
Hex114A5650E042be4314
Octal2111212612016010227610324
Binary1000110010101010110101000011100100001010111110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114A56; }

 p { color: rgb(17,74,86); }

 H1.HeaderClassName
 {
   color: #114A56;
 }
 .AnyTagClassName
 {
   color: #114A56;
 }
</style>
background-color css

<style>
 a { background-color: #114A56; }

 a { background-color: rgb(17,74,86); }

 div.DivClassName
 {
   background-color: #114A56;
 }
 .BgClassName
 {
   background-color: #114A56;
 }
</style>
border-color css

<style>
 span { border-color: #114A56; }

 span { border-color: rgb(17,74,86); }

 td.TdClassName
 {
   border-color: #114A56;
 }
 .TagClassName
 {
   border-color: #114A56;
 }
</style>