COLOR #1B6783

HEX: #1B6783
RGB: (27,103,131)

Color info

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

RGB color model

#1B6783 color RGB value is (27,103,131).

  • red value is 27;
  • green value is 103;
  • blue value is 131.
RGB:
(27,103,131)
(11%,40%,51%)

RGB channels and saturation

R 27 of 255 = 11%
G 103 of 255 = 40%
B 131 of 255 = 51%

27
103
131

R + G + B ~ 34%. #1B6783 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 103 + 131 = 261 (100%)
R 27 of 261 ~ 10.34%
G 103 of 261 ~ 39.46%
B 131 of 261 ~ 50.19%

%10.34
%39.46
%50.19

CMYK color model

#1B6783 color CMYK value is (79,21,0,49).

  • cyan value is 79.39%
  • magenta value is 21.37%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(79,21,0,49)
C79M21Y0K49 
(79%,21%,0%,49%)
(0.79/0.21/0.00/0.49)	

CMYK percentages

%79.39
%21.37
%0
%48.63

Codes

Color #1B6783 in popluar color models

1B6783
RGB27103131
HSL196°65.82%30.98%
HSB/HSV196°79.39%51.37%
CMYK79.39%21.37%0.00%
48.63%

Color #1B6783 in popluar number systems.

HEX1B6783
Decimal27103131
Binary11011110011110000011
Octal33147203

Shades and tints

Shades of #1B6783

#1B6783
(27,103,131)
#195E78
(25,94,120)
#17556D
(23,85,109)
#154C62
(21,76,98)
#134357
(19,67,87)
#113A4C
(17,58,76)
#0F3141
(15,49,65)
#0D2836
(13,40,54)
#0B1F2B
(11,31,43)
#091620
(9,22,32)
#070D15
(7,13,21)
#000000
(0,0,0)

Tints of #1B6783

#1B6783
(27,103,131)
#2F748E
(47,116,142)
#438199
(67,129,153)
#578EA4
(87,142,164)
#6B9BAF
(107,155,175)
#7FA8BA
(127,168,186)
#93B5C5
(147,181,197)
#A7C2D0
(167,194,208)
#BBCFDB
(187,207,219)
#CFDCE6
(207,220,230)
#E3E9F1
(227,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B6783 color. Also use rgb(27,103,131) instead hex code.

Text Font Color

.myTextColor { color: #1B6783; }

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

This text font color is #1B6783.


Background Color

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

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

This div background color is #1B6783.


Border color

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

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

This div border color is #1B6783.


Opacity

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

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

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

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

This text has shadow with #1B6783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B6783 on black background.


Color preview on white background

This text has color #1B6783 on white background.



Black color preview on #1B6783 background

This text has black color on #1B6783 background.


White color preview on #1B6783 background

This text has white color on #1B6783 background.