COLOR #1B556F

HEX: #1B556F
RGB: (27,85,111)

Color info

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

RGB color model

#1B556F color RGB value is (27,85,111).

  • red value is 27;
  • green value is 85;
  • blue value is 111.
RGB:
(27,85,111)
(11%,33%,44%)

RGB channels and saturation

R 27 of 255 = 11%
G 85 of 255 = 33%
B 111 of 255 = 44%

27
85
111

R + G + B ~ 29%. #1B556F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 85 + 111 = 223 (100%)
R 27 of 223 ~ 12.11%
G 85 of 223 ~ 38.12%
B 111 of 223 ~ 49.78%

%12.11
%38.12
%49.78

CMYK color model

#1B556F color CMYK value is (76,23,0,56).

  • cyan value is 75.68%
  • magenta value is 23.42%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(76,23,0,56)
C76M23Y0K56 
(76%,23%,0%,56%)
(0.76/0.23/0.00/0.56)	

CMYK percentages

%75.68
%23.42
%0
%56.47

Codes

Color #1B556F in popluar color models

1B556F
RGB2785111
HSL199°60.87%27.06%
HSB/HSV199°75.68%43.53%
CMYK75.68%23.42%0.00%
56.47%

Color #1B556F in popluar number systems.

HEX1B556F
Decimal2785111
Binary1101110101011101111
Octal33125157

Shades and tints

Shades of #1B556F

#1B556F
(27,85,111)
#194E65
(25,78,101)
#17475B
(23,71,91)
#154051
(21,64,81)
#133947
(19,57,71)
#11323D
(17,50,61)
#0F2B33
(15,43,51)
#0D2429
(13,36,41)
#0B1D1F
(11,29,31)
#091615
(9,22,21)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #1B556F

#1B556F
(27,85,111)
#2F647C
(47,100,124)
#437389
(67,115,137)
#578296
(87,130,150)
#6B91A3
(107,145,163)
#7FA0B0
(127,160,176)
#93AFBD
(147,175,189)
#A7BECA
(167,190,202)
#BBCDD7
(187,205,215)
#CFDCE4
(207,220,228)
#E3EBF1
(227,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B556F color. Also use rgb(27,85,111) instead hex code.

Text Font Color

.myTextColor { color: #1B556F; }

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

This text font color is #1B556F.


Background Color

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

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

This div background color is #1B556F.


Border color

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

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

This div border color is #1B556F.


Opacity

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

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

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

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

This text has shadow with #1B556F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B556F on black background.


Color preview on white background

This text has color #1B556F on white background.



Black color preview on #1B556F background

This text has black color on #1B556F background.


White color preview on #1B556F background

This text has white color on #1B556F background.