COLOR #1B5776

HEX: #1B5776
RGB: (27,87,118)

Color info

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

RGB color model

#1B5776 color RGB value is (27,87,118).

  • red value is 27;
  • green value is 87;
  • blue value is 118.
RGB:
(27,87,118)
(11%,34%,46%)

RGB channels and saturation

R 27 of 255 = 11%
G 87 of 255 = 34%
B 118 of 255 = 46%

27
87
118

R + G + B ~ 30%. #1B5776 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 87 + 118 = 232 (100%)
R 27 of 232 ~ 11.64%
G 87 of 232 ~ 37.5%
B 118 of 232 ~ 50.86%

%11.64
%37.5
%50.86

CMYK color model

#1B5776 color CMYK value is (77,26,0,54).

  • cyan value is 77.12%
  • magenta value is 26.27%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(77,26,0,54)
C77M26Y0K54 
(77%,26%,0%,54%)
(0.77/0.26/0.00/0.54)	

CMYK percentages

%77.12
%26.27
%0
%53.73

Codes

Color #1B5776 in popluar color models

1B5776
RGB2787118
HSL200°62.76%28.43%
HSB/HSV200°77.12%46.27%
CMYK77.12%26.27%0.00%
53.73%

Color #1B5776 in popluar number systems.

HEX1B5776
Decimal2787118
Binary1101110101111110110
Octal33127166

Shades and tints

Shades of #1B5776

#1B5776
(27,87,118)
#19506C
(25,80,108)
#174962
(23,73,98)
#154258
(21,66,88)
#133B4E
(19,59,78)
#113444
(17,52,68)
#0F2D3A
(15,45,58)
#0D2630
(13,38,48)
#0B1F26
(11,31,38)
#09181C
(9,24,28)
#071112
(7,17,18)
#000000
(0,0,0)

Tints of #1B5776

#1B5776
(27,87,118)
#2F6682
(47,102,130)
#43758E
(67,117,142)
#57849A
(87,132,154)
#6B93A6
(107,147,166)
#7FA2B2
(127,162,178)
#93B1BE
(147,177,190)
#A7C0CA
(167,192,202)
#BBCFD6
(187,207,214)
#CFDEE2
(207,222,226)
#E3EDEE
(227,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B5776 color. Also use rgb(27,87,118) instead hex code.

Text Font Color

.myTextColor { color: #1B5776; }

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

This text font color is #1B5776.


Background Color

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

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

This div background color is #1B5776.


Border color

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

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

This div border color is #1B5776.


Opacity

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

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

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

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

This text has shadow with #1B5776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B5776 on black background.


Color preview on white background

This text has color #1B5776 on white background.



Black color preview on #1B5776 background

This text has black color on #1B5776 background.


White color preview on #1B5776 background

This text has white color on #1B5776 background.