COLOR #1B5985

HEX: #1B5985 RGB: (27,89,133)

Color info

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

RGB color model

#1B5985 color RGB value is (27,89,133).

RGB: (27,89,133) (11%, 35%, 52%)

RGB channels and saturation

R 27 of 255 = 11%
G 89 of 255 = 35%
B 133 of 255 = 52%

27
89
133

R + G + B ~ 33%. #1B5985 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 89 + 133 = 249 (100%)
R 27 of 249 ~ 10.84%
G 89 of 249 ~ 35.74%
B 133 of 249 ~ 53.41'%

%10.84
%35.74
%53.41

CMYK color model

#1B5985 color CMYK value is (80,33,0,48).

  • cyan value is 79.70%
  • magenta value is 33.08%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (80,33,0,48) C80M33Y0K48 (80%,33%,0%,48%) (0.80/0.33/0.00/0.48) 

CMYK percentages

%79.7
%33.08
%0
%47.84

Codes

Color #1B5985 in popluar color models

1B 59 85
RGB 27 89 133
HSL 205° 66.25% 31.37%
HSB/HSV 205° 79.70% 52.16%
CMYK 79.70% 33.08% 0.00%
47.84%

Color #1B5985 in popluar number systems.

HEX 1B 59 85
Decimal 27 89 133
Binary 11011 1011001 10000101
Octal 33 131 205

Shades and tints

Shades of #1B5985

#1B5985
(27,89,133)
#195179
(25,81,121)
#17496D
(23,73,109)
#154161
(21,65,97)
#133955
(19,57,85)
#113149
(17,49,73)
#0F293D
(15,41,61)
#0D2131
(13,33,49)
#0B1925
(11,25,37)
#091119
(9,17,25)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #1B5985

#1B5985
(27,89,133)
#2F6890
(47,104,144)
#43779B
(67,119,155)
#5786A6
(87,134,166)
#6B95B1
(107,149,177)
#7FA4BC
(127,164,188)
#93B3C7
(147,179,199)
#A7C2D2
(167,194,210)
#BBD1DD
(187,209,221)
#CFE0E8
(207,224,232)
#E3EFF3
(227,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B5985 color. Also use rgb(27,89,133) instead hex code.

Text Font Color

.myTextColor { color: #1B5985; }

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

This text font color is #1B5985.

Background Color

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

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

This div background color is #1B5985.

Border color

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

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

This div border color is #1B5985.

Opacity

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

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

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

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

This text has shadow with #1B5985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B5985.

Preview

Color preview on black background

This text has color #1B5985 on black background.


Color preview on white background

This text has color #1B5985 on white background.


Black color preview on #1B5985 background

This text has black color on #1B5985 background.


White color preview on #1B5985 background

This text has white color on #1B5985 background.


Related colors

Complementary color

Complementary color for #hex is #E4A67A.


I love getcolorcode.com

Triadic colors

1 #851B59 and #59851B with #1B5985 are triadic colors.

2 #85591B and #591B85 with #1B5985 are triadic colors.