Html Css Color HEX #114D58 Sherpa Blue

📋 copy color: '#114D58'

red 17 ◦ green 77 ◦ blue 88

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

Shades of Sherpa Blue #114D58

Tints of Sherpa Blue #114D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 48.35%

R = 9.34%
G = 42.31%
B = 48.35%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#114D58 (or 0x114D58) is known color: Sherpa Blue. HEX triplet: 11, 4D and 58. RGB value is (17,77,88). Sum of RGB (Red+Green+Blue) = 17+77+88=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #114D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D58 is #EEB2A7. Grayscale: #3C3C3C. Windows color (decimal): -15643304 or 5786897. OLE color: 5786897.

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

Color convert

RGB 17 77 88 -
CMYK 0.81 0.12 0 0.65
HSL 189.3º 0.68% 0.21% -
HSV(B) 189.3º 0.81% 0.35% -
XYZ 4.65 6.13 10.17 -
YUV 60.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 17 77 88 0.81 0.12 0 0.65 189.3 0.68 0.21
Hex 11 4D 58 51 C 0 41 BD 44 15
Octal 21 115 130 121 14 0 101 275 104 25
Binary 10001 1001101 1011000 1010001 1100 0 1000001 10111101 1000100 10101

Color Harmonies of #114D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D58

Black with #114D58

Text Example


Text Example

White with #114D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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