COLOR #1B2139

HEX: #1B2139
RGB: (27,33,57)

Color info

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

RGB color model

#1B2139 color RGB value is (27,33,57).

  • red value is 27;
  • green value is 33;
  • blue value is 57.
RGB:
(27,33,57)
(11%,13%,22%)

RGB channels and saturation

R 27 of 255 = 11%
G 33 of 255 = 13%
B 57 of 255 = 22%

27
33
57

R + G + B ~ 15%. #1B2139 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 33 + 57 = 117 (100%)
R 27 of 117 ~ 23.08%
G 33 of 117 ~ 28.21%
B 57 of 117 ~ 48.72%

%23.08
%28.21
%48.72

CMYK color model

#1B2139 color CMYK value is (53,42,0,78).

  • cyan value is 52.63%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(53,42,0,78)
C53M42Y0K78 
(53%,42%,0%,78%)
(0.53/0.42/0.00/0.78)	

CMYK percentages

%52.63
%42.11
%0
%77.65

Codes

Color #1B2139 in popluar color models

1B2139
RGB273357
HSL228°35.71%16.47%
HSB/HSV228°52.63%22.35%
CMYK52.63%42.11%0.00%
77.65%

Color #1B2139 in popluar number systems.

HEX1B2139
Decimal273357
Binary11011100001111001
Octal334171

Shades and tints

Shades of #1B2139

#1B2139
(27,33,57)
#191E34
(25,30,52)
#171B2F
(23,27,47)
#15182A
(21,24,42)
#131525
(19,21,37)
#111220
(17,18,32)
#0F0F1B
(15,15,27)
#0D0C16
(13,12,22)
#0B0911
(11,9,17)
#09060C
(9,6,12)
#070307
(7,3,7)
#000000
(0,0,0)

Tints of #1B2139

#1B2139
(27,33,57)
#2F354B
(47,53,75)
#43495D
(67,73,93)
#575D6F
(87,93,111)
#6B7181
(107,113,129)
#7F8593
(127,133,147)
#9399A5
(147,153,165)
#A7ADB7
(167,173,183)
#BBC1C9
(187,193,201)
#CFD5DB
(207,213,219)
#E3E9ED
(227,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B2139 color. Also use rgb(27,33,57) instead hex code.

Text Font Color

.myTextColor { color: #1B2139; }

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

This text font color is #1B2139.


Background Color

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

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

This div background color is #1B2139.


Border color

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

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

This div border color is #1B2139.


Opacity

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

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

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

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

This text has shadow with #1B2139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B2139 on black background.


Color preview on white background

This text has color #1B2139 on white background.



Black color preview on #1B2139 background

This text has black color on #1B2139 background.


White color preview on #1B2139 background

This text has white color on #1B2139 background.