COLOR #1B6D8E

HEX: #1B6D8E
RGB: (27,109,142)

Color info

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

RGB color model

#1B6D8E color RGB value is (27,109,142).

  • red value is 27;
  • green value is 109;
  • blue value is 142.
RGB:
(27,109,142)
(11%,43%,56%)

RGB channels and saturation

R 27 of 255 = 11%
G 109 of 255 = 43%
B 142 of 255 = 56%

27
109
142

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

Portions of RGB colors in percentages

R + G + B =
27 + 109 + 142 = 278 (100%)
R 27 of 278 ~ 9.71%
G 109 of 278 ~ 39.21%
B 142 of 278 ~ 51.08%

%9.71
%39.21
%51.08

CMYK color model

#1B6D8E color CMYK value is (81,23,0,44).

  • cyan value is 80.99%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(81,23,0,44)
C81M23Y0K44 
(81%,23%,0%,44%)
(0.81/0.23/0.00/0.44)	

CMYK percentages

%80.99
%23.24
%0
%44.31

Codes

Color #1B6D8E in popluar color models

1B6D8E
RGB27109142
HSL197°68.05%33.14%
HSB/HSV197°80.99%55.69%
CMYK80.99%23.24%0.00%
44.31%

Color #1B6D8E in popluar number systems.

HEX1B6D8E
Decimal27109142
Binary11011110110110001110
Octal33155216

Shades and tints

Shades of #1B6D8E

#1B6D8E
(27,109,142)
#196482
(25,100,130)
#175B76
(23,91,118)
#15526A
(21,82,106)
#13495E
(19,73,94)
#114052
(17,64,82)
#0F3746
(15,55,70)
#0D2E3A
(13,46,58)
#0B252E
(11,37,46)
#091C22
(9,28,34)
#071316
(7,19,22)
#000000
(0,0,0)

Tints of #1B6D8E

#1B6D8E
(27,109,142)
#2F7A98
(47,122,152)
#4387A2
(67,135,162)
#5794AC
(87,148,172)
#6BA1B6
(107,161,182)
#7FAEC0
(127,174,192)
#93BBCA
(147,187,202)
#A7C8D4
(167,200,212)
#BBD5DE
(187,213,222)
#CFE2E8
(207,226,232)
#E3EFF2
(227,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B6D8E color. Also use rgb(27,109,142) instead hex code.

Text Font Color

.myTextColor { color: #1B6D8E; }

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

This text font color is #1B6D8E.


Background Color

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

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

This div background color is #1B6D8E.


Border color

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

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

This div border color is #1B6D8E.


Opacity

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

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

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

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

This text has shadow with #1B6D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B6D8E on black background.


Color preview on white background

This text has color #1B6D8E on white background.



Black color preview on #1B6D8E background

This text has black color on #1B6D8E background.


White color preview on #1B6D8E background

This text has white color on #1B6D8E background.