Html Css Color HEX #114E5A Sherpa Blue

📋 copy color: '#114E5A'

red 17 ◦ green 78 ◦ blue 90

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

Shades of Sherpa Blue #114E5A

Tints of Sherpa Blue #114E5A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.16%

 BLUE value IS 90 (35.55% from 255) = 48.65%

R = 9.19%
G = 42.16%
B = 48.65%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#114E5A (or 0x114E5A) is known color: Sherpa Blue. HEX triplet: 11, 4E and 5A. RGB value is (17,78,90). Sum of RGB (Red+Green+Blue) = 17+78+90=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #114E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E5A is #EEB1A5. Grayscale: #3D3D3D. Windows color (decimal): -15643046 or 5918225. OLE color: 5918225.

HSL color Cylindrical-coordinate representation of color #114E5A: hue angle of 189.86º 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 #114E5A is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 78 90 -
CMYK 0.81 0.13 0 0.65
HSL 189.86º 0.68% 0.21% -
HSV(B) 189.86º 0.81% 0.35% -
XYZ 4.8 6.31 10.64 -
YUV 61.13 144.29 96.52 -
System Red Green Blue C M Y K H S L
Decimal 17 78 90 0.81 0.13 0 0.65 189.86 0.68 0.21
Hex 11 4E 5A 51 D 0 41 BE 44 15
Octal 21 116 132 121 15 0 101 276 104 25
Binary 10001 1001110 1011010 1010001 1101 0 1000001 10111110 1000100 10101

Color Harmonies of #114E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E5A

Black with #114E5A

Text Example


Text Example

White with #114E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,78,90); }

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

background-color css

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

 a { background-color: rgb(17,78,90); }

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

border-color css

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

 span { border-color: rgb(17,78,90); }

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