Html Css Color HEX #114D57 Sherpa Blue

📋 copy color: '#114D57'

red 17 ◦ green 77 ◦ blue 87

#114D57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #114D57

Tints of Sherpa Blue #114D57

RGB

 RED value IS 17 (7.03% from 255) = 9.39%

 GREEN value IS 77 (30.47% from 255) = 42.54%

 BLUE value IS 87 (34.38% from 255) = 48.07%

R = 9.39%
G = 42.54%
B = 48.07%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#114D57 (or 0x114D57) is known color: Sherpa Blue. HEX triplet: 11, 4D and 57. RGB value is (17,77,87). Sum of RGB (Red+Green+Blue) = 17+77+87=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #114D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D57 is #EEB2A8. Grayscale: #3C3C3C. Windows color (decimal): -15643305 or 5721361. OLE color: 5721361.

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

Color convert

RGB 17 77 87 -
CMYK 0.80 0.11 0 0.66
HSL 188.57º 0.67% 0.2% -
HSV(B) 188.57º 0.8% 0.34% -
XYZ 4.61 6.12 9.95 -
YUV 60.2 143.12 97.19 -
System Red Green Blue C M Y K H S L
Decimal 17 77 87 0.80 0.11 0 0.66 188.57 0.67 0.2
Hex 11 4D 57 50 B 0 42 BD 43 14
Octal 21 115 127 120 13 0 102 275 103 24
Binary 10001 1001101 1010111 1010000 1011 0 1000010 10111101 1000011 10100

Color Harmonies of #114D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D57

Black with #114D57

Text Example


Text Example

White with #114D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,77,87); }

 H1.HeaderClassName
 {
   color: #114D57;
 }
 .AnyTagClassName
 {
   color: #114D57;
 }
</style>

background-color css

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

 a { background-color: rgb(17,77,87); }

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

border-color css

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

 span { border-color: rgb(17,77,87); }

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