COLOR #1B5587

HEX: #1B5587 RGB: (27,85,135)

Color info

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

RGB color model

#1B5587 color RGB value is (27,85,135).

RGB: (27,85,135) (11%, 33%, 53%)

RGB channels and saturation

R 27 of 255 = 11%
G 85 of 255 = 33%
B 135 of 255 = 53%

27
85
135

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

Portions of RGB colors in percentages

R + G + B = 27 + 85 + 135 = 247 (100%)
R 27 of 247 ~ 10.93%
G 85 of 247 ~ 34.41%
B 135 of 247 ~ 54.66'%

%10.93
%34.41
%54.66

CMYK color model

#1B5587 color CMYK value is (80,37,0,47).

  • cyan value is 80.00%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (80,37,0,47)
C80M37Y0K47 (80%, 37%, 0%, 47%)
(0.80 / 0.37 / 0.00 / 0.47)

CMYK percentages

%80
%37.04
%0
%47.06

Codes

Color #1B5587 in popluar color models

1B 55 87
RGB 27 85 135
HSL 208° 66.67% 31.76%
HSB/HSV 208° 80.00% 52.94%
CMYK 80.00% 37.04% 0.00%
47.06%

Color #1B5587 in popluar number systems.

HEX 1B 55 87
Decimal 27 85 135
Binary 11011 1010101 10000111
Octal 33 125 207

Shades and tints

Shades of #1B5587

#1B5587
(27,85,135)
#194E7B
(25,78,123)
#17476F
(23,71,111)
#154063
(21,64,99)
#133957
(19,57,87)
#11324B
(17,50,75)
#0F2B3F
(15,43,63)
#0D2433
(13,36,51)
#0B1D27
(11,29,39)
#09161B
(9,22,27)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #1B5587

#1B5587
(27,85,135)
#2F6491
(47,100,145)
#43739B
(67,115,155)
#5782A5
(87,130,165)
#6B91AF
(107,145,175)
#7FA0B9
(127,160,185)
#93AFC3
(147,175,195)
#A7BECD
(167,190,205)
#BBCDD7
(187,205,215)
#CFDCE1
(207,220,225)
#E3EBEB
(227,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B5587; }

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

This text font color is #1B5587.

Background Color

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

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

This div background color is #1B5587.

Border color

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

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

This div border color is #1B5587.

Opacity

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

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

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

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

This text has shadow with #1B5587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B5587.

Preview

Color preview on black background

This text has color #1B5587 on black background.


Color preview on white background

This text has color #1B5587 on white background.


Black color preview on #1B5587 background

This text has black color on #1B5587 background.


White color preview on #1B5587 background

This text has white color on #1B5587 background.


Related colors

Complementary color

Complementary color for #hex is #E4AA78.


I love getcolorcode.com

Triadic colors

1 #871B55 and #55871B with #1B5587 are triadic colors.

2 #87551B and #551B87 with #1B5587 are triadic colors.