Html Css Color HEX #114C54 Sherpa Blue

📋 copy color: '#114C54'

red 17 ◦ green 76 ◦ blue 84

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

Shades of Sherpa Blue #114C54

Tints of Sherpa Blue #114C54

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.94%

 BLUE value IS 84 (33.2% from 255) = 47.46%

R = 9.6%
G = 42.94%
B = 47.46%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#114C54 (or 0x114C54) is known color: Sherpa Blue. HEX triplet: 11, 4C and 54. RGB value is (17,76,84). Sum of RGB (Red+Green+Blue) = 17+76+84=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #114C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C54 is #EEB3AB. Grayscale: #3B3B3B. Windows color (decimal): -15643564 or 5524497. OLE color: 5524497.

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

Color convert

RGB 17 76 84 -
CMYK 0.80 0.10 0 0.67
HSL 187.16º 0.66% 0.2% -
HSV(B) 187.16º 0.8% 0.33% -
XYZ 4.42 5.93 9.3 -
YUV 59.27 141.95 97.85 -
System Red Green Blue C M Y K H S L
Decimal 17 76 84 0.80 0.10 0 0.67 187.16 0.66 0.2
Hex 11 4C 54 50 A 0 43 BB 42 14
Octal 21 114 124 120 12 0 103 273 102 24
Binary 10001 1001100 1010100 1010000 1010 0 1000011 10111011 1000010 10100

Color Harmonies of #114C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C54

Black with #114C54

Text Example


Text Example

White with #114C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,76,84); }

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

background-color css

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

 a { background-color: rgb(17,76,84); }

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

border-color css

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

 span { border-color: rgb(17,76,84); }

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