COLOR #1B5F85

HEX: #1B5F85
RGB: (27,95,133)

Color info

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

RGB color model

#1B5F85 color RGB value is (27,95,133).

  • red value is 27;
  • green value is 95;
  • blue value is 133.
RGB:
(27,95,133)
(11%,37%,52%)

RGB channels and saturation

R 27 of 255 = 11%
G 95 of 255 = 37%
B 133 of 255 = 52%

27
95
133

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

Portions of RGB colors in percentages

R + G + B =
27 + 95 + 133 = 255 (100%)
R 27 of 255 ~ 10.59%
G 95 of 255 ~ 37.25%
B 133 of 255 ~ 52.16%

%10.59
%37.25
%52.16

CMYK color model

#1B5F85 color CMYK value is (80,29,0,48).

  • cyan value is 79.70%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(80,29,0,48)
C80M29Y0K48 
(80%,29%,0%,48%)
(0.80/0.29/0.00/0.48)	

CMYK percentages

%79.7
%28.57
%0
%47.84

Codes

Color #1B5F85 in popluar color models

1B5F85
RGB2795133
HSL202°66.25%31.37%
HSB/HSV202°79.70%52.16%
CMYK79.70%28.57%0.00%
47.84%

Color #1B5F85 in popluar number systems.

HEX1B5F85
Decimal2795133
Binary11011101111110000101
Octal33137205

Shades and tints

Shades of #1B5F85

#1B5F85
(27,95,133)
#195779
(25,87,121)
#174F6D
(23,79,109)
#154761
(21,71,97)
#133F55
(19,63,85)
#113749
(17,55,73)
#0F2F3D
(15,47,61)
#0D2731
(13,39,49)
#0B1F25
(11,31,37)
#091719
(9,23,25)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #1B5F85

#1B5F85
(27,95,133)
#2F6D90
(47,109,144)
#437B9B
(67,123,155)
#5789A6
(87,137,166)
#6B97B1
(107,151,177)
#7FA5BC
(127,165,188)
#93B3C7
(147,179,199)
#A7C1D2
(167,193,210)
#BBCFDD
(187,207,221)
#CFDDE8
(207,221,232)
#E3EBF3
(227,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B5F85; }

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

This text font color is #1B5F85.


Background Color

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

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

This div background color is #1B5F85.


Border color

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

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

This div border color is #1B5F85.


Opacity

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

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

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

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

This text has shadow with #1B5F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B5F85 on black background.


Color preview on white background

This text has color #1B5F85 on white background.



Black color preview on #1B5F85 background

This text has black color on #1B5F85 background.


White color preview on #1B5F85 background

This text has white color on #1B5F85 background.