Html Css Color HEX #114F56 Sherpa Blue

📋 copy color: '#114F56'

red 17 ◦ green 79 ◦ blue 86

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

Shades of Sherpa Blue #114F56

Tints of Sherpa Blue #114F56

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.41%

 BLUE value IS 86 (33.98% from 255) = 47.25%

R = 9.34%
G = 43.41%
B = 47.25%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#114F56 (or 0x114F56) is known color: Sherpa Blue. HEX triplet: 11, 4F and 56. RGB value is (17,79,86). Sum of RGB (Red+Green+Blue) = 17+79+86=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #114F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F56 is #EEB0A9. Grayscale: #3D3D3D. Windows color (decimal): -15642794 or 5656337. OLE color: 5656337.

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

Color convert

RGB 17 79 86 -
CMYK 0.80 0.08 0 0.66
HSL 186.09º 0.67% 0.2% -
HSV(B) 186.09º 0.8% 0.34% -
XYZ 4.71 6.38 9.79 -
YUV 61.26 141.96 96.43 -
System Red Green Blue C M Y K H S L
Decimal 17 79 86 0.80 0.08 0 0.66 186.09 0.67 0.2
Hex 11 4F 56 50 8 0 42 BA 43 14
Octal 21 117 126 120 10 0 102 272 103 24
Binary 10001 1001111 1010110 1010000 1000 0 1000010 10111010 1000011 10100

Color Harmonies of #114F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114F56

Black with #114F56

Text Example


Text Example

White with #114F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,79,86); }

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

background-color css

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

 a { background-color: rgb(17,79,86); }

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

border-color css

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

 span { border-color: rgb(17,79,86); }

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