COLOR #1B7389

HEX: #1B7389
RGB: (27,115,137)

Color info

#1B7389 contains mainly green and blue colors. Web safe color of #1B7389 is #336699 (or #369).

RGB color model

#1B7389 color RGB value is (27,115,137).

  • red value is 27;
  • green value is 115;
  • blue value is 137.
RGB:
(27,115,137)
(11%,45%,54%)

RGB channels and saturation

R 27 of 255 = 11%
G 115 of 255 = 45%
B 137 of 255 = 54%

27
115
137

R + G + B ~ 37%. #1B7389 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 115 + 137 = 279 (100%)
R 27 of 279 ~ 9.68%
G 115 of 279 ~ 41.22%
B 137 of 279 ~ 49.1%

%9.68
%41.22
%49.1

CMYK color model

#1B7389 color CMYK value is (80,16,0,46).

  • cyan value is 80.29%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(80,16,0,46)
C80M16Y0K46 
(80%,16%,0%,46%)
(0.80/0.16/0.00/0.46)	

CMYK percentages

%80.29
%16.06
%0
%46.27

Codes

Color #1B7389 in popluar color models

1B7389
RGB27115137
HSL192°67.07%32.16%
HSB/HSV192°80.29%53.73%
CMYK80.29%16.06%0.00%
46.27%

Color #1B7389 in popluar number systems.

HEX1B7389
Decimal27115137
Binary11011111001110001001
Octal33163211

Shades and tints

Shades of #1B7389

#1B7389
(27,115,137)
#19697D
(25,105,125)
#175F71
(23,95,113)
#155565
(21,85,101)
#134B59
(19,75,89)
#11414D
(17,65,77)
#0F3741
(15,55,65)
#0D2D35
(13,45,53)
#0B2329
(11,35,41)
#09191D
(9,25,29)
#070F11
(7,15,17)
#000000
(0,0,0)

Tints of #1B7389

#1B7389
(27,115,137)
#2F7F93
(47,127,147)
#438B9D
(67,139,157)
#5797A7
(87,151,167)
#6BA3B1
(107,163,177)
#7FAFBB
(127,175,187)
#93BBC5
(147,187,197)
#A7C7CF
(167,199,207)
#BBD3D9
(187,211,217)
#CFDFE3
(207,223,227)
#E3EBED
(227,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B7389 color. Also use rgb(27,115,137) instead hex code.

Text Font Color

.myTextColor { color: #1B7389; }

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

This text font color is #1B7389.


Background Color

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

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

This div background color is #1B7389.


Border color

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

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

This div border color is #1B7389.


Opacity

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

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

Text with #1B7389 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 #1B7389;}

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

This text has shadow with #1B7389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B7389 on black background.


Color preview on white background

This text has color #1B7389 on white background.



Black color preview on #1B7389 background

This text has black color on #1B7389 background.


White color preview on #1B7389 background

This text has white color on #1B7389 background.