#114B53

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

Shades of Sherpa Blue #114B53

Tints of Sherpa Blue #114B53

Color information

#114B53 (or 0x114B53) is unknown color: approx Sherpa Blue. HEX triplet: 11, 4B and 53. RGB value is (17,75,83). Sum of RGB (Red+Green+Blue) = 17+75+83=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #114B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B53 is #EEB4AC. Grayscale: #3A3A3A. Windows color (decimal): -15643821 or 5458705. OLE color: 5458705.

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

Color convert

RGB177583-
CMYK0.800.1000.67
HSL187.27º66%19.61%-
HSV(B)187.27º79.52%32.55%-
XYZ4.315.789.07-
YUV58.57141.7898.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 75 (29.69% from 255) = 42.86%
BLUE value IS 83 (32.81% from 255) = 47.43%
R=9.71%
G=42.86%
B=47.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1775830.800.1000.67187.276619.61
Hex114B5350A043bb4214
Octal2111312312012010327310224
Binary1000110010111010011101000010100100001110111011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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