#114C58

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

Shades of Sherpa Blue #114C58

Tints of Sherpa Blue #114C58

Color information

#114C58 (or 0x114C58) is unknown color: approx Sherpa Blue. HEX triplet: 11, 4C and 58. RGB value is (17,76,88). Sum of RGB (Red+Green+Blue) = 17+76+88=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #114C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C58 is #EEB3A7. Grayscale: #3B3B3B. Windows color (decimal): -15643560 or 5786641. OLE color: 5786641.

HSL color Cylindrical-coordinate representation of color #114C58: hue angle of 190.14º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114C58 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB177688-
CMYK0.810.1400.65
HSL190.14º67.62%20.59%-
HSV(B)190.14º80.68%34.51%-
XYZ4.585.9910.15-
YUV59.73143.9597.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.39%
GREEN value IS 76 (30.08% from 255) = 41.99%
BLUE value IS 88 (34.77% from 255) = 48.62%
R=9.39%
G=41.99%
B=48.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1776880.810.1400.65190.1467.6220.59
Hex114C5851E041be4415
Octal2111413012116010127610425
Binary1000110011001011000101000111100100000110111110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,76,88); }

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

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

 a { background-color: rgb(17,76,88); }

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

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

 span { border-color: rgb(17,76,88); }

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