COLOR #1B77B0

HEX: #1B77B0
RGB: (27,119,176)

Color info

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

RGB color model

#1B77B0 color RGB value is (27,119,176).

  • red value is 27;
  • green value is 119;
  • blue value is 176.
RGB:
(27,119,176)
(11%,47%,69%)

RGB channels and saturation

R 27 of 255 = 11%
G 119 of 255 = 47%
B 176 of 255 = 69%

27
119
176

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

Portions of RGB colors in percentages

R + G + B =
27 + 119 + 176 = 322 (100%)
R 27 of 322 ~ 8.39%
G 119 of 322 ~ 36.96%
B 176 of 322 ~ 54.66%

%36.96
%54.66

CMYK color model

#1B77B0 color CMYK value is (85,32,0,31).

  • cyan value is 84.66%
  • magenta value is 32.39%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(85,32,0,31)
C85M32Y0K31 
(85%,32%,0%,31%)
(0.85/0.32/0.00/0.31)	

CMYK percentages

%84.66
%32.39
%0
%30.98

Codes

Color #1B77B0 in popluar color models

1B77B0
RGB27119176
HSL203°73.40%39.80%
HSB/HSV203°84.66%69.02%
CMYK84.66%32.39%0.00%
30.98%

Color #1B77B0 in popluar number systems.

HEX1B77B0
Decimal27119176
Binary11011111011110110000
Octal33167260

Shades and tints

Shades of #1B77B0

#1B77B0
(27,119,176)
#196DA0
(25,109,160)
#176390
(23,99,144)
#155980
(21,89,128)
#134F70
(19,79,112)
#114560
(17,69,96)
#0F3B50
(15,59,80)
#0D3140
(13,49,64)
#0B2730
(11,39,48)
#091D20
(9,29,32)
#071310
(7,19,16)
#000000
(0,0,0)

Tints of #1B77B0

#1B77B0
(27,119,176)
#2F83B7
(47,131,183)
#438FBE
(67,143,190)
#579BC5
(87,155,197)
#6BA7CC
(107,167,204)
#7FB3D3
(127,179,211)
#93BFDA
(147,191,218)
#A7CBE1
(167,203,225)
#BBD7E8
(187,215,232)
#CFE3EF
(207,227,239)
#E3EFF6
(227,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B77B0 color. Also use rgb(27,119,176) instead hex code.

Text Font Color

.myTextColor { color: #1B77B0; }

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

This text font color is #1B77B0.


Background Color

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

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

This div background color is #1B77B0.


Border color

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

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

This div border color is #1B77B0.


Opacity

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

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

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

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

This text has shadow with #1B77B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B77B0 on black background.


Color preview on white background

This text has color #1B77B0 on white background.



Black color preview on #1B77B0 background

This text has black color on #1B77B0 background.


White color preview on #1B77B0 background

This text has white color on #1B77B0 background.