#114b56

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

Shades of Sherpa Blue #114B56

Tints of Sherpa Blue #114B56

Color information

#114B56 (or 0x114B56) is unknown color: approx Sherpa Blue. HEX triplet: 11, 4B and 56. RGB value is (17,75,86). Sum of RGB (Red+Green+Blue) = 17+75+86=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #114B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B56 is #EEB4A9. Grayscale: #3A3A3A. Windows color (decimal): -15643818 or 5655313. OLE color: 5655313.

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

Color convert

RGB177586-
CMYK0.800.1300.66
HSL189.57º66.99%20.2%-
HSV(B)189.57º80.23%33.73%-
XYZ4.435.829.69-
YUV58.91143.2898.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 75 (29.69% from 255) = 42.13%
BLUE value IS 86 (33.98% from 255) = 48.31%
R=9.55%
G=42.13%
B=48.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1775860.800.1300.66189.5766.9920.2
Hex114B5650D042be4314
Octal2111312612015010227610324
Binary1000110010111010110101000011010100001010111110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114b56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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