COLOR #1B4561

HEX: #1B4561
RGB: (27,69,97)

Color info

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

RGB color model

#1B4561 color RGB value is (27,69,97).

  • red value is 27;
  • green value is 69;
  • blue value is 97.
RGB:
(27,69,97)
(11%,27%,38%)

RGB channels and saturation

R 27 of 255 = 11%
G 69 of 255 = 27%
B 97 of 255 = 38%

27
69
97

R + G + B ~ 25%. #1B4561 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 69 + 97 = 193 (100%)
R 27 of 193 ~ 13.99%
G 69 of 193 ~ 35.75%
B 97 of 193 ~ 50.26%

%13.99
%35.75
%50.26

CMYK color model

#1B4561 color CMYK value is (72,29,0,62).

  • cyan value is 72.16%
  • magenta value is 28.87%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(72,29,0,62)
C72M29Y0K62 
(72%,29%,0%,62%)
(0.72/0.29/0.00/0.62)	

CMYK percentages

%72.16
%28.87
%0
%61.96

Codes

Color #1B4561 in popluar color models

1B4561
RGB276997
HSL204°56.45%24.31%
HSB/HSV204°72.16%38.04%
CMYK72.16%28.87%0.00%
61.96%

Color #1B4561 in popluar number systems.

HEX1B4561
Decimal276997
Binary1101110001011100001
Octal33105141

Shades and tints

Shades of #1B4561

#1B4561
(27,69,97)
#193F59
(25,63,89)
#173951
(23,57,81)
#153349
(21,51,73)
#132D41
(19,45,65)
#112739
(17,39,57)
#0F2131
(15,33,49)
#0D1B29
(13,27,41)
#0B1521
(11,21,33)
#090F19
(9,15,25)
#070911
(7,9,17)
#000000
(0,0,0)

Tints of #1B4561

#1B4561
(27,69,97)
#2F556F
(47,85,111)
#43657D
(67,101,125)
#57758B
(87,117,139)
#6B8599
(107,133,153)
#7F95A7
(127,149,167)
#93A5B5
(147,165,181)
#A7B5C3
(167,181,195)
#BBC5D1
(187,197,209)
#CFD5DF
(207,213,223)
#E3E5ED
(227,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B4561 color. Also use rgb(27,69,97) instead hex code.

Text Font Color

.myTextColor { color: #1B4561; }

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

This text font color is #1B4561.


Background Color

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

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

This div background color is #1B4561.


Border color

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

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

This div border color is #1B4561.


Opacity

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

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

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

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

This text has shadow with #1B4561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4561 on black background.


Color preview on white background

This text has color #1B4561 on white background.



Black color preview on #1B4561 background

This text has black color on #1B4561 background.


White color preview on #1B4561 background

This text has white color on #1B4561 background.