COLOR #1B85A1

HEX: #1B85A1
RGB: (27,133,161)

Color info

#1B85A1 contains mainly green and blue colors. Web safe color of #1B85A1 is #339999 (or #399).

RGB color model

#1B85A1 color RGB value is (27,133,161).

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

RGB channels and saturation

R 27 of 255 = 11%
G 133 of 255 = 52%
B 161 of 255 = 63%

27
133
161

R + G + B ~ 42%. #1B85A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
27 + 133 + 161 = 321 (100%)
R 27 of 321 ~ 8.41%
G 133 of 321 ~ 41.43%
B 161 of 321 ~ 50.16%

%41.43
%50.16

CMYK color model

#1B85A1 color CMYK value is (83,17,0,37).

  • cyan value is 83.23%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(83,17,0,37)
C83M17Y0K37 
(83%,17%,0%,37%)
(0.83/0.17/0.00/0.37)	

CMYK percentages

%83.23
%17.39
%0
%36.86

Codes

Color #1B85A1 in popluar color models

1B85A1
RGB27133161
HSL193°71.28%36.86%
HSB/HSV193°83.23%63.14%
CMYK83.23%17.39%0.00%
36.86%

Color #1B85A1 in popluar number systems.

HEX1B85A1
Decimal27133161
Binary110111000010110100001
Octal33205241

Shades and tints

Shades of #1B85A1

#1B85A1
(27,133,161)
#197993
(25,121,147)
#176D85
(23,109,133)
#156177
(21,97,119)
#135569
(19,85,105)
#11495B
(17,73,91)
#0F3D4D
(15,61,77)
#0D313F
(13,49,63)
#0B2531
(11,37,49)
#091923
(9,25,35)
#070D15
(7,13,21)
#000000
(0,0,0)

Tints of #1B85A1

#1B85A1
(27,133,161)
#2F90A9
(47,144,169)
#439BB1
(67,155,177)
#57A6B9
(87,166,185)
#6BB1C1
(107,177,193)
#7FBCC9
(127,188,201)
#93C7D1
(147,199,209)
#A7D2D9
(167,210,217)
#BBDDE1
(187,221,225)
#CFE8E9
(207,232,233)
#E3F3F1
(227,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B85A1; }

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

This text font color is #1B85A1.


Background Color

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

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

This div background color is #1B85A1.


Border color

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

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

This div border color is #1B85A1.


Opacity

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

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

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

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

This text has shadow with #1B85A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B85A1 on black background.


Color preview on white background

This text has color #1B85A1 on white background.



Black color preview on #1B85A1 background

This text has black color on #1B85A1 background.


White color preview on #1B85A1 background

This text has white color on #1B85A1 background.