COLOR #1B6BB7

HEX: #1B6BB7 RGB: (27,107,183)

Color info

#1B6BB7 contains mainly blue color. Web safe color of #1B6BB7 is #3366CC (or #36C).

RGB color model

#1B6BB7 color RGB value is (27,107,183).

RGB: (27,107,183) (11%, 42%, 72%)

RGB channels and saturation

R 27 of 255 = 11%
G 107 of 255 = 42%
B 183 of 255 = 72%

27
107
183

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

Portions of RGB colors in percentages

R + G + B = 27 + 107 + 183 = 317 (100%)
R 27 of 317 ~ 8.52%
G 107 of 317 ~ 33.75%
B 183 of 317 ~ 57.73'%

%33.75
%57.73

CMYK color model

#1B6BB7 color CMYK value is (85,42,0,28).

  • cyan value is 85.25%
  • magenta value is 41.53%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (85,42,0,28)
C85M42Y0K28 (85%, 42%, 0%, 28%)
(0.85 / 0.42 / 0.00 / 0.28)

CMYK percentages

%85.25
%41.53
%0
%28.24

Codes

Color #1B6BB7 in popluar color models

1B 6B B7
RGB 27 107 183
HSL 209° 74.29% 41.18%
HSB/HSV 209° 85.25% 71.76%
CMYK 85.25% 41.53% 0.00%
28.24%

Color #1B6BB7 in popluar number systems.

HEX 1B 6B B7
Decimal 27 107 183
Binary 11011 1101011 10110111
Octal 33 153 267

Shades and tints

Shades of #1B6BB7

#1B6BB7
(27,107,183)
#1962A7
(25,98,167)
#175997
(23,89,151)
#155087
(21,80,135)
#134777
(19,71,119)
#113E67
(17,62,103)
#0F3557
(15,53,87)
#0D2C47
(13,44,71)
#0B2337
(11,35,55)
#091A27
(9,26,39)
#071117
(7,17,23)
#000000
(0,0,0)

Tints of #1B6BB7

#1B6BB7
(27,107,183)
#2F78BD
(47,120,189)
#4385C3
(67,133,195)
#5792C9
(87,146,201)
#6B9FCF
(107,159,207)
#7FACD5
(127,172,213)
#93B9DB
(147,185,219)
#A7C6E1
(167,198,225)
#BBD3E7
(187,211,231)
#CFE0ED
(207,224,237)
#E3EDF3
(227,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B6BB7 color. Also use rgb(27,107,183) instead hex code.

Text Font Color

.myTextColor { color: #1B6BB7; }

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

This text font color is #1B6BB7.

Background Color

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

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

This div background color is #1B6BB7.

Border color

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

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

This div border color is #1B6BB7.

Opacity

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

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

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

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

This text has shadow with #1B6BB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B6BB7.

Preview

Color preview on black background

This text has color #1B6BB7 on black background.


Color preview on white background

This text has color #1B6BB7 on white background.


Black color preview on #1B6BB7 background

This text has black color on #1B6BB7 background.


White color preview on #1B6BB7 background

This text has white color on #1B6BB7 background.


Related colors

Complementary color

Complementary color for #1B6BB7 is #E49448.


I love getcolorcode.com

Triadic colors

1 #B71B6B and #6BB71B with #1B6BB7 are triadic colors.

2 #B76B1B and #6B1BB7 with #1B6BB7 are triadic colors.