#114A52

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

Shades of Sherpa Blue #114A52

Tints of Sherpa Blue #114A52

Color information

#114A52 (or 0x114A52) is unknown color: approx Sherpa Blue. HEX triplet: 11, 4A and 52. RGB value is (17,74,82). Sum of RGB (Red+Green+Blue) = 17+74+82=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: blue. Hex color #114A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A52 is #EEB5AD. Grayscale: #393939. Windows color (decimal): -15644078 or 5392913. OLE color: 5392913.

HSL color Cylindrical-coordinate representation of color #114A52: hue angle of 187.38º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #114A52 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB177482-
CMYK0.790.1000.68
HSL187.38º65.66%19.41%-
HSV(B)187.38º79.27%32.16%-
XYZ4.25.638.85-
YUV57.87141.6298.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 74 (29.30% from 255) = 42.77%
BLUE value IS 82 (32.42% from 255) = 47.40%
R=9.83%
G=42.77%
B=47.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1774820.790.1000.68187.3865.6619.41
Hex114A524FA044bb4213
Octal2111212211712010427310223
Binary1000110010101010010100111110100100010010111011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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