COLOR #1B7489

HEX: #1B7489
RGB: (27,116,137)

Color info

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

RGB color model

#1B7489 color RGB value is (27,116,137).

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

RGB channels and saturation

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

27
116
137

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

Portions of RGB colors in percentages

R + G + B =
27 + 116 + 137 = 280 (100%)
R 27 of 280 ~ 9.64%
G 116 of 280 ~ 41.43%
B 137 of 280 ~ 48.93%

%9.64
%41.43
%48.93

CMYK color model

#1B7489 color CMYK value is (80,15,0,46).

  • cyan value is 80.29%
  • magenta value is 15.33%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(80,15,0,46)
C80M15Y0K46 
(80%,15%,0%,46%)
(0.80/0.15/0.00/0.46)	

CMYK percentages

%80.29
%15.33
%0
%46.27

Codes

Color #1B7489 in popluar color models

1B7489
RGB27116137
HSL191°67.07%32.16%
HSB/HSV191°80.29%53.73%
CMYK80.29%15.33%0.00%
46.27%

Color #1B7489 in popluar number systems.

HEX1B7489
Decimal27116137
Binary11011111010010001001
Octal33164211

Shades and tints

Shades of #1B7489

#1B7489
(27,116,137)
#196A7D
(25,106,125)
#176071
(23,96,113)
#155665
(21,86,101)
#134C59
(19,76,89)
#11424D
(17,66,77)
#0F3841
(15,56,65)
#0D2E35
(13,46,53)
#0B2429
(11,36,41)
#091A1D
(9,26,29)
#071011
(7,16,17)
#000000
(0,0,0)

Tints of #1B7489

#1B7489
(27,116,137)
#2F8093
(47,128,147)
#438C9D
(67,140,157)
#5798A7
(87,152,167)
#6BA4B1
(107,164,177)
#7FB0BB
(127,176,187)
#93BCC5
(147,188,197)
#A7C8CF
(167,200,207)
#BBD4D9
(187,212,217)
#CFE0E3
(207,224,227)
#E3ECED
(227,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B7489; }

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

This text font color is #1B7489.


Background Color

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

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

This div background color is #1B7489.


Border color

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

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

This div border color is #1B7489.


Opacity

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

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

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

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

This text has shadow with #1B7489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B7489 on black background.


Color preview on white background

This text has color #1B7489 on white background.



Black color preview on #1B7489 background

This text has black color on #1B7489 background.


White color preview on #1B7489 background

This text has white color on #1B7489 background.