Html Css Color HEX #114F55 Sherpa Blue

📋 copy color: '#114F55'

red 17 ◦ green 79 ◦ blue 85

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

Shades of Sherpa Blue #114F55

Tints of Sherpa Blue #114F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 46.96%

R = 9.39%
G = 43.65%
B = 46.96%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#114F55 (or 0x114F55) is known color: Sherpa Blue. HEX triplet: 11, 4F and 55. RGB value is (17,79,85). Sum of RGB (Red+Green+Blue) = 17+79+85=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #114F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F55 is #EEB0AA. Grayscale: #3D3D3D. Windows color (decimal): -15642795 or 5590801. OLE color: 5590801.

HSL color Cylindrical-coordinate representation of color #114F55: hue angle of 185.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114F55 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 79 85 -
CMYK 0.80 0.07 0 0.67
HSL 185.29º 0.67% 0.2% -
HSV(B) 185.29º 0.8% 0.33% -
XYZ 4.67 6.37 9.58 -
YUV 61.15 141.46 96.51 -
System Red Green Blue C M Y K H S L
Decimal 17 79 85 0.80 0.07 0 0.67 185.29 0.67 0.2
Hex 11 4F 55 50 7 0 43 B9 43 14
Octal 21 117 125 120 7 0 103 271 103 24
Binary 10001 1001111 1010101 1010000 111 0 1000011 10111001 1000011 10100

Color Harmonies of #114F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114F55

Black with #114F55

Text Example


Text Example

White with #114F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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