COLOR #1B5563

HEX: #1B5563 RGB: (27,85,99)

Color info

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

RGB color model

#1B5563 color RGB value is (27,85,99).

RGB: (27,85,99) (11%, 33%, 39%)

RGB channels and saturation

R 27 of 255 = 11%
G 85 of 255 = 33%
B 99 of 255 = 39%

27
85
99

R + G + B ~ 28%. #1B5563 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 85 + 99 = 211 (100%)
R 27 of 211 ~ 12.8%
G 85 of 211 ~ 40.28%
B 99 of 211 ~ 46.92'%

%12.8
%40.28
%46.92

CMYK color model

#1B5563 color CMYK value is (73,14,0,61).

  • cyan value is 72.73%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (73,14,0,61)
C73M14Y0K61 (73%, 14%, 0%, 61%)
(0.73 / 0.14 / 0.00 / 0.61)

CMYK percentages

%72.73
%14.14
%0
%61.18

Codes

Color #1B5563 in popluar color models

1B 55 63
RGB 27 85 99
HSL 192° 57.14% 24.71%
HSB/HSV 192° 72.73% 38.82%
CMYK 72.73% 14.14% 0.00%
61.18%

Color #1B5563 in popluar number systems.

HEX 1B 55 63
Decimal 27 85 99
Binary 11011 1010101 1100011
Octal 33 125 143

Shades and tints

Shades of #1B5563

#1B5563
(27,85,99)
#194E5A
(25,78,90)
#174751
(23,71,81)
#154048
(21,64,72)
#13393F
(19,57,63)
#113236
(17,50,54)
#0F2B2D
(15,43,45)
#0D2424
(13,36,36)
#0B1D1B
(11,29,27)
#091612
(9,22,18)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #1B5563

#1B5563
(27,85,99)
#2F6471
(47,100,113)
#43737F
(67,115,127)
#57828D
(87,130,141)
#6B919B
(107,145,155)
#7FA0A9
(127,160,169)
#93AFB7
(147,175,183)
#A7BEC5
(167,190,197)
#BBCDD3
(187,205,211)
#CFDCE1
(207,220,225)
#E3EBEF
(227,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B5563 color. Also use rgb(27,85,99) instead hex code.

Text Font Color

.myTextColor { color: #1B5563; }

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

This text font color is #1B5563.

Background Color

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

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

This div background color is #1B5563.

Border color

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

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

This div border color is #1B5563.

Opacity

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

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

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

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

This text has shadow with #1B5563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B5563.

Preview

Color preview on black background

This text has color #1B5563 on black background.


Color preview on white background

This text has color #1B5563 on white background.


Black color preview on #1B5563 background

This text has black color on #1B5563 background.


White color preview on #1B5563 background

This text has white color on #1B5563 background.


Related colors

Complementary color

Complementary color for #hex is #E4AA9C.


I love getcolorcode.com

Triadic colors

1 #631B55 and #55631B with #1B5563 are triadic colors.

2 #63551B and #551B63 with #1B5563 are triadic colors.