#114A54

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

Shades of Sherpa Blue #114A54

Tints of Sherpa Blue #114A54

Color information

#114A54 (or 0x114A54) is unknown color: approx Sherpa Blue. HEX triplet: 11, 4A and 54. RGB value is (17,74,84). Sum of RGB (Red+Green+Blue) = 17+74+84=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #114A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A54 is #EEB5AB. Grayscale: #3A3A3A. Windows color (decimal): -15644076 or 5523985. OLE color: 5523985.

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

Color convert

RGB177484-
CMYK0.800.1200.67
HSL188.96º66.34%19.8%-
HSV(B)188.96º79.76%32.94%-
XYZ4.285.669.25-
YUV58.1142.6298.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 74 (29.30% from 255) = 42.29%
BLUE value IS 84 (33.20% from 255) = 48%
R=9.71%
G=42.29%
B=48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1774840.800.1200.67188.9666.3419.8
Hex114A5450C043bd4214
Octal2111212412014010327510224
Binary1000110010101010100101000011000100001110111101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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