COLOR #1B4855

HEX: #1B4855
RGB: (27,72,85)

Color info

#1B4855 contains red, green and blue colors in about the same proportion. Web safe color of #1B4855 is #333366 (or #336).

RGB color model

#1B4855 color RGB value is (27,72,85).

  • red value is 27;
  • green value is 72;
  • blue value is 85.
RGB:
(27,72,85)
(11%,28%,33%)

RGB channels and saturation

R 27 of 255 = 11%
G 72 of 255 = 28%
B 85 of 255 = 33%

27
72
85

R + G + B ~ 24%. #1B4855 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 72 + 85 = 184 (100%)
R 27 of 184 ~ 14.67%
G 72 of 184 ~ 39.13%
B 85 of 184 ~ 46.2%

%14.67
%39.13
%46.2

CMYK color model

#1B4855 color CMYK value is (68,15,0,67).

  • cyan value is 68.24%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(68,15,0,67)
C68M15Y0K67 
(68%,15%,0%,67%)
(0.68/0.15/0.00/0.67)	

CMYK percentages

%68.24
%15.29
%0
%66.67

Codes

Color #1B4855 in popluar color models

1B4855
RGB277285
HSL193°51.79%21.96%
HSB/HSV193°68.24%33.33%
CMYK68.24%15.29%0.00%
66.67%

Color #1B4855 in popluar number systems.

HEX1B4855
Decimal277285
Binary1101110010001010101
Octal33110125

Shades and tints

Shades of #1B4855

#1B4855
(27,72,85)
#19424E
(25,66,78)
#173C47
(23,60,71)
#153640
(21,54,64)
#133039
(19,48,57)
#112A32
(17,42,50)
#0F242B
(15,36,43)
#0D1E24
(13,30,36)
#0B181D
(11,24,29)
#091216
(9,18,22)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #1B4855

#1B4855
(27,72,85)
#2F5864
(47,88,100)
#436873
(67,104,115)
#577882
(87,120,130)
#6B8891
(107,136,145)
#7F98A0
(127,152,160)
#93A8AF
(147,168,175)
#A7B8BE
(167,184,190)
#BBC8CD
(187,200,205)
#CFD8DC
(207,216,220)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B4855; }

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

This text font color is #1B4855.


Background Color

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

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

This div background color is #1B4855.


Border color

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

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

This div border color is #1B4855.


Opacity

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

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

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

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

This text has shadow with #1B4855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4855 on black background.


Color preview on white background

This text has color #1B4855 on white background.



Black color preview on #1B4855 background

This text has black color on #1B4855 background.


White color preview on #1B4855 background

This text has white color on #1B4855 background.