Html Css Color HEX #114F57 Sherpa Blue

📋 copy color: '#114F57'

red 17 ◦ green 79 ◦ blue 87

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

Shades of Sherpa Blue #114F57

Tints of Sherpa Blue #114F57

RGB

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

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

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

R = 9.29%
G = 43.17%
B = 47.54%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#114F57 (or 0x114F57) is known color: Sherpa Blue. HEX triplet: 11, 4F and 57. RGB value is (17,79,87). Sum of RGB (Red+Green+Blue) = 17+79+87=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #114F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F57 is #EEB0A8. Grayscale: #3D3D3D. Windows color (decimal): -15642793 or 5721873. OLE color: 5721873.

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

Color convert

RGB 17 79 87 -
CMYK 0.80 0.09 0 0.66
HSL 186.86º 0.67% 0.2% -
HSV(B) 186.86º 0.8% 0.34% -
XYZ 4.75 6.4 10 -
YUV 61.37 142.46 96.35 -
System Red Green Blue C M Y K H S L
Decimal 17 79 87 0.80 0.09 0 0.66 186.86 0.67 0.2
Hex 11 4F 57 50 9 0 42 BB 43 14
Octal 21 117 127 120 11 0 102 273 103 24
Binary 10001 1001111 1010111 1010000 1001 0 1000010 10111011 1000011 10100

Color Harmonies of #114F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114F57

Black with #114F57

Text Example


Text Example

White with #114F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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