#114B57

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

Shades of Sherpa Blue #114B57

Tints of Sherpa Blue #114B57

Color information

#114B57 (or 0x114B57) is unknown color: approx Sherpa Blue. HEX triplet: 11, 4B and 57. RGB value is (17,75,87). Sum of RGB (Red+Green+Blue) = 17+75+87=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #114B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B57 is #EEB4A8. Grayscale: #3A3A3A. Windows color (decimal): -15643817 or 5720849. OLE color: 5720849.

HSL color Cylindrical-coordinate representation of color #114B57: hue angle of 190.29º 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 #114B57 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB177587-
CMYK0.800.1400.66
HSL190.29º67.31%20.39%-
HSV(B)190.29º80.46%34.12%-
XYZ4.475.849.91-
YUV59.03143.7898.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 75 (29.69% from 255) = 41.90%
BLUE value IS 87 (34.38% from 255) = 48.60%
R=9.50%
G=41.90%
B=48.60%

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
Decimal1775870.800.1400.66190.2967.3120.39
Hex114B5750E042be4314
Octal2111312712016010227610324
Binary1000110010111010111101000011100100001010111110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,75,87); }

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

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

 a { background-color: rgb(17,75,87); }

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

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

 span { border-color: rgb(17,75,87); }

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