COLOR #1B6774

HEX: #1B6774
RGB: (27,103,116)

Color info

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

RGB color model

#1B6774 color RGB value is (27,103,116).

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

RGB channels and saturation

R 27 of 255 = 11%
G 103 of 255 = 40%
B 116 of 255 = 45%

27
103
116

R + G + B ~ 32%. #1B6774 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 103 + 116 = 246 (100%)
R 27 of 246 ~ 10.98%
G 103 of 246 ~ 41.87%
B 116 of 246 ~ 47.15%

%10.98
%41.87
%47.15

CMYK color model

#1B6774 color CMYK value is (77,11,0,55).

  • cyan value is 76.72%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(77,11,0,55)
C77M11Y0K55 
(77%,11%,0%,55%)
(0.77/0.11/0.00/0.55)	

CMYK percentages

%76.72
%11.21
%0
%54.51

Codes

Color #1B6774 in popluar color models

1B6774
RGB27103116
HSL189°62.24%28.04%
HSB/HSV189°76.72%45.49%
CMYK76.72%11.21%0.00%
54.51%

Color #1B6774 in popluar number systems.

HEX1B6774
Decimal27103116
Binary1101111001111110100
Octal33147164

Shades and tints

Shades of #1B6774

#1B6774
(27,103,116)
#195E6A
(25,94,106)
#175560
(23,85,96)
#154C56
(21,76,86)
#13434C
(19,67,76)
#113A42
(17,58,66)
#0F3138
(15,49,56)
#0D282E
(13,40,46)
#0B1F24
(11,31,36)
#09161A
(9,22,26)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #1B6774

#1B6774
(27,103,116)
#2F7480
(47,116,128)
#43818C
(67,129,140)
#578E98
(87,142,152)
#6B9BA4
(107,155,164)
#7FA8B0
(127,168,176)
#93B5BC
(147,181,188)
#A7C2C8
(167,194,200)
#BBCFD4
(187,207,212)
#CFDCE0
(207,220,224)
#E3E9EC
(227,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B6774; }

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

This text font color is #1B6774.


Background Color

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

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

This div background color is #1B6774.


Border color

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

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

This div border color is #1B6774.


Opacity

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

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

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

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

This text has shadow with #1B6774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B6774 on black background.


Color preview on white background

This text has color #1B6774 on white background.



Black color preview on #1B6774 background

This text has black color on #1B6774 background.


White color preview on #1B6774 background

This text has white color on #1B6774 background.