#114A53

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

Shades of Sherpa Blue #114A53

Tints of Sherpa Blue #114A53

Color information

#114A53 (or 0x114A53) is unknown color: approx Sherpa Blue. HEX triplet: 11, 4A and 53. RGB value is (17,74,83). Sum of RGB (Red+Green+Blue) = 17+74+83=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #114A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A53 is #EEB5AC. Grayscale: #393939. Windows color (decimal): -15644077 or 5458449. OLE color: 5458449.

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

Color convert

RGB177483-
CMYK0.800.1100.67
HSL188.18º66%19.61%-
HSV(B)188.18º79.52%32.55%-
XYZ4.245.649.05-
YUV57.98142.1298.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.77%
GREEN value IS 74 (29.30% from 255) = 42.53%
BLUE value IS 83 (32.81% from 255) = 47.70%
R=9.77%
G=42.53%
B=47.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1774830.800.1100.67188.186619.61
Hex114A5350B043bc4214
Octal2111212312013010327410224
Binary1000110010101010011101000010110100001110111100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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