COLOR #1B3447

HEX: #1B3447
RGB: (27,52,71)

Color info

#1B3447 contains red, green and blue colors in about the same proportion. Web safe color of #1B3447 is #333333 (or #333).

RGB color model

#1B3447 color RGB value is (27,52,71).

  • red value is 27;
  • green value is 52;
  • blue value is 71.
RGB:
(27,52,71)
(11%,20%,28%)

RGB channels and saturation

R 27 of 255 = 11%
G 52 of 255 = 20%
B 71 of 255 = 28%

27
52
71

R + G + B ~ 20%. #1B3447 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 52 + 71 = 150 (100%)
R 27 of 150 ~ 18%
G 52 of 150 ~ 34.67%
B 71 of 150 ~ 47.33%

%18
%34.67
%47.33

CMYK color model

#1B3447 color CMYK value is (62,27,0,72).

  • cyan value is 61.97%
  • magenta value is 26.76%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(62,27,0,72)
C62M27Y0K72 
(62%,27%,0%,72%)
(0.62/0.27/0.00/0.72)	

CMYK percentages

%61.97
%26.76
%0
%72.16

Codes

Color #1B3447 in popluar color models

1B3447
RGB275271
HSL206°44.90%19.22%
HSB/HSV206°61.97%27.84%
CMYK61.97%26.76%0.00%
72.16%

Color #1B3447 in popluar number systems.

HEX1B3447
Decimal275271
Binary110111101001000111
Octal3364107

Shades and tints

Shades of #1B3447

#1B3447
(27,52,71)
#193041
(25,48,65)
#172C3B
(23,44,59)
#152835
(21,40,53)
#13242F
(19,36,47)
#112029
(17,32,41)
#0F1C23
(15,28,35)
#0D181D
(13,24,29)
#0B1417
(11,20,23)
#091011
(9,16,17)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #1B3447

#1B3447
(27,52,71)
#2F4657
(47,70,87)
#435867
(67,88,103)
#576A77
(87,106,119)
#6B7C87
(107,124,135)
#7F8E97
(127,142,151)
#93A0A7
(147,160,167)
#A7B2B7
(167,178,183)
#BBC4C7
(187,196,199)
#CFD6D7
(207,214,215)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B3447 color. Also use rgb(27,52,71) instead hex code.

Text Font Color

.myTextColor { color: #1B3447; }

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

This text font color is #1B3447.


Background Color

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

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

This div background color is #1B3447.


Border color

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

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

This div border color is #1B3447.


Opacity

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

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

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

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

This text has shadow with #1B3447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B3447 on black background.


Color preview on white background

This text has color #1B3447 on white background.



Black color preview on #1B3447 background

This text has black color on #1B3447 background.


White color preview on #1B3447 background

This text has white color on #1B3447 background.