COLOR #1B1137

HEX: #1B1137
RGB: (27,17,55)

Color info

#1B1137 contains red, green and blue colors in about the same proportion. Web safe color of #1B1137 is #330033 (or #303).

RGB color model

#1B1137 color RGB value is (27,17,55).

  • red value is 27;
  • green value is 17;
  • blue value is 55.
RGB:
(27,17,55)
(11%,7%,22%)

RGB channels and saturation

R 27 of 255 = 11%
G 17 of 255 = 7%
B 55 of 255 = 22%

27
17
55

R + G + B ~ 13%. #1B1137 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 17 + 55 = 99 (100%)
R 27 of 99 ~ 27.27%
G 17 of 99 ~ 17.17%
B 55 of 99 ~ 55.56%

%27.27
%17.17
%55.56

CMYK color model

#1B1137 color CMYK value is (51,69,0,78).

  • cyan value is 50.91%
  • magenta value is 69.09%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(51,69,0,78)
C51M69Y0K78 
(51%,69%,0%,78%)
(0.51/0.69/0.00/0.78)	

CMYK percentages

%50.91
%69.09
%0
%78.43

Codes

Color #1B1137 in popluar color models

1B1137
RGB271755
HSL256°52.78%14.12%
HSB/HSV256°69.09%21.57%
CMYK50.91%69.09%0.00%
78.43%

Color #1B1137 in popluar number systems.

HEX1B1137
Decimal271755
Binary1101110001110111
Octal332167

Shades and tints

Shades of #1B1137

#1B1137
(27,17,55)
#191032
(25,16,50)
#170F2D
(23,15,45)
#150E28
(21,14,40)
#130D23
(19,13,35)
#110C1E
(17,12,30)
#0F0B19
(15,11,25)
#0D0A14
(13,10,20)
#0B090F
(11,9,15)
#09080A
(9,8,10)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #1B1137

#1B1137
(27,17,55)
#2F2649
(47,38,73)
#433B5B
(67,59,91)
#57506D
(87,80,109)
#6B657F
(107,101,127)
#7F7A91
(127,122,145)
#938FA3
(147,143,163)
#A7A4B5
(167,164,181)
#BBB9C7
(187,185,199)
#CFCED9
(207,206,217)
#E3E3EB
(227,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B1137 color. Also use rgb(27,17,55) instead hex code.

Text Font Color

.myTextColor { color: #1B1137; }

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

This text font color is #1B1137.


Background Color

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

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

This div background color is #1B1137.


Border color

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

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

This div border color is #1B1137.


Opacity

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

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

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

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

This text has shadow with #1B1137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B1137 on black background.


Color preview on white background

This text has color #1B1137 on white background.



Black color preview on #1B1137 background

This text has black color on #1B1137 background.


White color preview on #1B1137 background

This text has white color on #1B1137 background.