COLOR #1B5065

HEX: #1B5065 RGB: (27,80,101)

Color info

#1B5065 contains mainly green and blue colors. Web safe color of #1B5065 is #336666 (or #366).

RGB color model

#1B5065 color RGB value is (27,80,101).

RGB: (27,80,101) (11%, 31%, 40%)

RGB channels and saturation

R 27 of 255 = 11%
G 80 of 255 = 31%
B 101 of 255 = 40%

27
80
101

R + G + B ~ 27%. #1B5065 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 80 + 101 = 208 (100%)
R 27 of 208 ~ 12.98%
G 80 of 208 ~ 38.46%
B 101 of 208 ~ 48.56'%

%12.98
%38.46
%48.56

CMYK color model

#1B5065 color CMYK value is (73,21,0,60).

  • cyan value is 73.27%
  • magenta value is 20.79%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (73,21,0,60)
C73M21Y0K60 (73%, 21%, 0%, 60%)
(0.73 / 0.21 / 0.00 / 0.60)

CMYK percentages

%73.27
%20.79
%0
%60.39

Codes

Color #1B5065 in popluar color models

1B 50 65
RGB 27 80 101
HSL 197° 57.81% 25.10%
HSB/HSV 197° 73.27% 39.61%
CMYK 73.27% 20.79% 0.00%
60.39%

Color #1B5065 in popluar number systems.

HEX 1B 50 65
Decimal 27 80 101
Binary 11011 1010000 1100101
Octal 33 120 145

Shades and tints

Shades of #1B5065

#1B5065
(27,80,101)
#19495C
(25,73,92)
#174253
(23,66,83)
#153B4A
(21,59,74)
#133441
(19,52,65)
#112D38
(17,45,56)
#0F262F
(15,38,47)
#0D1F26
(13,31,38)
#0B181D
(11,24,29)
#091114
(9,17,20)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #1B5065

#1B5065
(27,80,101)
#2F5F73
(47,95,115)
#436E81
(67,110,129)
#577D8F
(87,125,143)
#6B8C9D
(107,140,157)
#7F9BAB
(127,155,171)
#93AAB9
(147,170,185)
#A7B9C7
(167,185,199)
#BBC8D5
(187,200,213)
#CFD7E3
(207,215,227)
#E3E6F1
(227,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B5065 color. Also use rgb(27,80,101) instead hex code.

Text Font Color

.myTextColor { color: #1B5065; }

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

This text font color is #1B5065.

Background Color

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

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

This div background color is #1B5065.

Border color

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

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

This div border color is #1B5065.

Opacity

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

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

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

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

This text has shadow with #1B5065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B5065.

Preview

Color preview on black background

This text has color #1B5065 on black background.


Color preview on white background

This text has color #1B5065 on white background.


Black color preview on #1B5065 background

This text has black color on #1B5065 background.


White color preview on #1B5065 background

This text has white color on #1B5065 background.


Related colors

Complementary color

Complementary color for #hex is #E4AF9A.


I love getcolorcode.com

Triadic colors

1 #651B50 and #50651B with #1B5065 are triadic colors.

2 #65501B and #501B65 with #1B5065 are triadic colors.