COLOR #1B5E80

HEX: #1B5E80
RGB: (27,94,128)

Color info

#1B5E80 contains mainly green and blue colors. Web safe color of #1B5E80 is #336666 (or #366).

RGB color model

#1B5E80 color RGB value is (27,94,128).

  • red value is 27;
  • green value is 94;
  • blue value is 128.
RGB:
(27,94,128)
(11%,37%,50%)

RGB channels and saturation

R 27 of 255 = 11%
G 94 of 255 = 37%
B 128 of 255 = 50%

27
94
128

R + G + B ~ 33%. #1B5E80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 94 + 128 = 249 (100%)
R 27 of 249 ~ 10.84%
G 94 of 249 ~ 37.75%
B 128 of 249 ~ 51.41%

%10.84
%37.75
%51.41

CMYK color model

#1B5E80 color CMYK value is (79,27,0,50).

  • cyan value is 78.91%
  • magenta value is 26.56%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(79,27,0,50)
C79M27Y0K50 
(79%,27%,0%,50%)
(0.79/0.27/0.00/0.50)	

CMYK percentages

%78.91
%26.56
%0
%49.8

Codes

Color #1B5E80 in popluar color models

1B5E80
RGB2794128
HSL200°65.16%30.39%
HSB/HSV200°78.91%50.20%
CMYK78.91%26.56%0.00%
49.80%

Color #1B5E80 in popluar number systems.

HEX1B5E80
Decimal2794128
Binary11011101111010000000
Octal33136200

Shades and tints

Shades of #1B5E80

#1B5E80
(27,94,128)
#195675
(25,86,117)
#174E6A
(23,78,106)
#15465F
(21,70,95)
#133E54
(19,62,84)
#113649
(17,54,73)
#0F2E3E
(15,46,62)
#0D2633
(13,38,51)
#0B1E28
(11,30,40)
#09161D
(9,22,29)
#070E12
(7,14,18)
#000000
(0,0,0)

Tints of #1B5E80

#1B5E80
(27,94,128)
#2F6C8B
(47,108,139)
#437A96
(67,122,150)
#5788A1
(87,136,161)
#6B96AC
(107,150,172)
#7FA4B7
(127,164,183)
#93B2C2
(147,178,194)
#A7C0CD
(167,192,205)
#BBCED8
(187,206,216)
#CFDCE3
(207,220,227)
#E3EAEE
(227,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B5E80 color. Also use rgb(27,94,128) instead hex code.

Text Font Color

.myTextColor { color: #1B5E80; }

<p style="color:#1B5E80">This sample text font color is #1B5E80.</p>

This text font color is #1B5E80.


Background Color

.myBgColor { background-color: #1B5E80; }

<div style="background-color:#1B5E80">Inner text</div>

This div background color is #1B5E80.


Border color

.myBorderColor { border: 1px solid #1B5E80; }

<div style="border:3px solid #1B5E80">Div</div>

This div border color is #1B5E80.


Opacity

.myOpacity80 { color: #1B5E80; opacity: 0.8; }

<p style="color:#1B5E80;opacity:0.8;">80%</p>

Text with #1B5E80 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1B5E80;}

<p style="text-shadow: 3px 3px 1px #1B5E80">Text here.</p>

This text has shadow with #1B5E80 color.

.textShadow {text-shadow: 3px 3px 1px #1B5E80, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1B5E80, 5px 5px 20px red">Text here.</p>

This text has shadow with #1B5E80 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1B5E80, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1B5E80, Direction=45, Strength=4)">Text</p>

This text has shadow with #1B5E80 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1B5E80;
  -webkit-box-shadow:	1px 1px 3px 2px #1B5E80;
  box-shadow:		1px 1px 3px 2px #1B5E80;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1B5E80;
-webkit-box-shadow: 1px 1px 3px 2px #1B5E80;
box-shadow:1px 1px 3px 2px #1B5E80;">
Div content here</div>
This div box has shadow with color #1B5E80.

Preview

Color preview on black background

This text has color #1B5E80 on black background.


Color preview on white background

This text has color #1B5E80 on white background.



Black color preview on #1B5E80 background

This text has black color on #1B5E80 background.


White color preview on #1B5E80 background

This text has white color on #1B5E80 background.