Html Css Color HEX #114954 Sherpa Blue

📋 copy color: '#114954'

red 17 ◦ green 73 ◦ blue 84

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

Shades of Sherpa Blue #114954

Tints of Sherpa Blue #114954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.95%

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

R = 9.77%
G = 41.95%
B = 48.28%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#114954 (or 0x114954) is known color: Sherpa Blue. HEX triplet: 11, 49 and 54. RGB value is (17,73,84). Sum of RGB (Red+Green+Blue) = 17+73+84=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #114954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114954 is #EEB6AB. Grayscale: #393939. Windows color (decimal): -15644332 or 5523729. OLE color: 5523729.

HSL color Cylindrical-coordinate representation of color #114954: hue angle of 189.85º 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 #114954 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 73 84 -
CMYK 0.80 0.13 0 0.67
HSL 189.85º 0.66% 0.2% -
HSV(B) 189.85º 0.8% 0.33% -
XYZ 4.21 5.52 9.23 -
YUV 57.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 17 73 84 0.80 0.13 0 0.67 189.85 0.66 0.2
Hex 11 49 54 50 D 0 43 BE 42 14
Octal 21 111 124 120 15 0 103 276 102 24
Binary 10001 1001001 1010100 1010000 1101 0 1000011 10111110 1000010 10100

Color Harmonies of #114954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114954

Black with #114954

Text Example


Text Example

White with #114954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114954; }

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

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

background-color css

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

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

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

border-color css

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

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

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