COLOR #1B5971

HEX: #1B5971 RGB: (27,89,113)

Color info

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

RGB color model

#1B5971 color RGB value is (27,89,113).

RGB: (27,89,113) (11%, 35%, 44%)

RGB channels and saturation

R 27 of 255 = 11%
G 89 of 255 = 35%
B 113 of 255 = 44%

27
89
113

R + G + B ~ 30%. #1B5971 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 89 + 113 = 229 (100%)
R 27 of 229 ~ 11.79%
G 89 of 229 ~ 38.86%
B 113 of 229 ~ 49.34'%

%11.79
%38.86
%49.34

CMYK color model

#1B5971 color CMYK value is (76,21,0,56).

  • cyan value is 76.11%
  • magenta value is 21.24%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK: (76,21,0,56) C76M21Y0K56 (76%,21%,0%,56%) (0.76/0.21/0.00/0.56) 

CMYK percentages

%76.11
%21.24
%0
%55.69

Codes

Color #1B5971 in popluar color models

1B 59 71
RGB 27 89 113
HSL 197° 61.43% 27.45%
HSB/HSV 197° 76.11% 44.31%
CMYK 76.11% 21.24% 0.00%
55.69%

Color #1B5971 in popluar number systems.

HEX 1B 59 71
Decimal 27 89 113
Binary 11011 1011001 1110001
Octal 33 131 161

Shades and tints

Shades of #1B5971

#1B5971
(27,89,113)
#195167
(25,81,103)
#17495D
(23,73,93)
#154153
(21,65,83)
#133949
(19,57,73)
#11313F
(17,49,63)
#0F2935
(15,41,53)
#0D212B
(13,33,43)
#0B1921
(11,25,33)
#091117
(9,17,23)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #1B5971

#1B5971
(27,89,113)
#2F687D
(47,104,125)
#437789
(67,119,137)
#578695
(87,134,149)
#6B95A1
(107,149,161)
#7FA4AD
(127,164,173)
#93B3B9
(147,179,185)
#A7C2C5
(167,194,197)
#BBD1D1
(187,209,209)
#CFE0DD
(207,224,221)
#E3EFE9
(227,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B5971 color. Also use rgb(27,89,113) instead hex code.

Text Font Color

.myTextColor { color: #1B5971; }

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

This text font color is #1B5971.

Background Color

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

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

This div background color is #1B5971.

Border color

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

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

This div border color is #1B5971.

Opacity

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

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

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

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

This text has shadow with #1B5971 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B5971.

Preview

Color preview on black background

This text has color #1B5971 on black background.


Color preview on white background

This text has color #1B5971 on white background.


Black color preview on #1B5971 background

This text has black color on #1B5971 background.


White color preview on #1B5971 background

This text has white color on #1B5971 background.


Related colors

Complementary color

Complementary color for #hex is #E4A68E.


I love getcolorcode.com

Triadic colors

1 #711B59 and #59711B with #1B5971 are triadic colors.

2 #71591B and #591B71 with #1B5971 are triadic colors.