Html Css Color HEX #114C58 Sherpa Blue

📋 copy color: '#114C58'

red 17 ◦ green 76 ◦ blue 88

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

Shades of Sherpa Blue #114C58

Tints of Sherpa Blue #114C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 48.62%

R = 9.39%
G = 41.99%
B = 48.62%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#114C58 (or 0x114C58) is known color: Sherpa Blue. HEX triplet: 11, 4C and 58. RGB value is (17,76,88). Sum of RGB (Red+Green+Blue) = 17+76+88=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #114C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C58 is #EEB3A7. Grayscale: #3B3B3B. Windows color (decimal): -15643560 or 5786641. OLE color: 5786641.

HSL color Cylindrical-coordinate representation of color #114C58: hue angle of 190.14º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114C58 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 76 88 -
CMYK 0.81 0.14 0 0.65
HSL 190.14º 0.68% 0.21% -
HSV(B) 190.14º 0.81% 0.35% -
XYZ 4.58 5.99 10.15 -
YUV 59.73 143.95 97.52 -
System Red Green Blue C M Y K H S L
Decimal 17 76 88 0.81 0.14 0 0.65 190.14 0.68 0.21
Hex 11 4C 58 51 E 0 41 BE 44 15
Octal 21 114 130 121 16 0 101 276 104 25
Binary 10001 1001100 1011000 1010001 1110 0 1000001 10111110 1000100 10101

Color Harmonies of #114C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C58

Black with #114C58

Text Example


Text Example

White with #114C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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