COLOR #1B4D60

HEX: #1B4D60 RGB: (27,77,96)

Color info

#1B4D60 contains mainly green and blue colors. Web safe color of #1B4D60 is #333366 (or #336).

RGB color model

#1B4D60 color RGB value is (27,77,96).

RGB: (27,77,96) (11%, 30%, 38%)

RGB channels and saturation

R 27 of 255 = 11%
G 77 of 255 = 30%
B 96 of 255 = 38%

27
77
96

R + G + B ~ 26%. #1B4D60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 77 + 96 = 200 (100%)
R 27 of 200 ~ 13.5%
G 77 of 200 ~ 38.5%
B 96 of 200 ~ 48'%

%13.5
%38.5
%48

CMYK color model

#1B4D60 color CMYK value is (72,20,0,62).

  • cyan value is 71.88%
  • magenta value is 19.79%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (72,20,0,62)
C72M20Y0K62 (72%, 20%, 0%, 62%)
(0.72 / 0.20 / 0.00 / 0.62)

CMYK percentages

%71.88
%19.79
%0
%62.35

Codes

Color #1B4D60 in popluar color models

1B 4D 60
RGB 27 77 96
HSL 197° 56.10% 24.12%
HSB/HSV 197° 71.88% 37.65%
CMYK 71.88% 19.79% 0.00%
62.35%

Color #1B4D60 in popluar number systems.

HEX 1B 4D 60
Decimal 27 77 96
Binary 11011 1001101 1100000
Octal 33 115 140

Shades and tints

Shades of #1B4D60

#1B4D60
(27,77,96)
#194658
(25,70,88)
#173F50
(23,63,80)
#153848
(21,56,72)
#133140
(19,49,64)
#112A38
(17,42,56)
#0F2330
(15,35,48)
#0D1C28
(13,28,40)
#0B1520
(11,21,32)
#090E18
(9,14,24)
#070710
(7,7,16)
#000000
(0,0,0)

Tints of #1B4D60

#1B4D60
(27,77,96)
#2F5D6E
(47,93,110)
#436D7C
(67,109,124)
#577D8A
(87,125,138)
#6B8D98
(107,141,152)
#7F9DA6
(127,157,166)
#93ADB4
(147,173,180)
#A7BDC2
(167,189,194)
#BBCDD0
(187,205,208)
#CFDDDE
(207,221,222)
#E3EDEC
(227,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B4D60 color. Also use rgb(27,77,96) instead hex code.

Text Font Color

.myTextColor { color: #1B4D60; }

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

This text font color is #1B4D60.

Background Color

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

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

This div background color is #1B4D60.

Border color

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

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

This div border color is #1B4D60.

Opacity

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

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

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

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

This text has shadow with #1B4D60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B4D60.

Preview

Color preview on black background

This text has color #1B4D60 on black background.


Color preview on white background

This text has color #1B4D60 on white background.


Black color preview on #1B4D60 background

This text has black color on #1B4D60 background.


White color preview on #1B4D60 background

This text has white color on #1B4D60 background.


Related colors

Complementary color

Complementary color for #hex is #E4B29F.


I love getcolorcode.com

Triadic colors

1 #601B4D and #4D601B with #1B4D60 are triadic colors.

2 #604D1B and #4D1B60 with #1B4D60 are triadic colors.