COLOR #1B2741

HEX: #1B2741
RGB: (27,39,65)

Color info

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

RGB color model

#1B2741 color RGB value is (27,39,65).

  • red value is 27;
  • green value is 39;
  • blue value is 65.
RGB:
(27,39,65)
(11%,15%,25%)

RGB channels and saturation

R 27 of 255 = 11%
G 39 of 255 = 15%
B 65 of 255 = 25%

27
39
65

R + G + B ~ 17%. #1B2741 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 39 + 65 = 131 (100%)
R 27 of 131 ~ 20.61%
G 39 of 131 ~ 29.77%
B 65 of 131 ~ 49.62%

%20.61
%29.77
%49.62

CMYK color model

#1B2741 color CMYK value is (58,40,0,75).

  • cyan value is 58.46%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(58,40,0,75)
C58M40Y0K75 
(58%,40%,0%,75%)
(0.58/0.40/0.00/0.75)	

CMYK percentages

%58.46
%40
%0
%74.51

Codes

Color #1B2741 in popluar color models

1B2741
RGB273965
HSL221°41.30%18.04%
HSB/HSV221°58.46%25.49%
CMYK58.46%40.00%0.00%
74.51%

Color #1B2741 in popluar number systems.

HEX1B2741
Decimal273965
Binary110111001111000001
Octal3347101

Shades and tints

Shades of #1B2741

#1B2741
(27,39,65)
#19243C
(25,36,60)
#172137
(23,33,55)
#151E32
(21,30,50)
#131B2D
(19,27,45)
#111828
(17,24,40)
#0F1523
(15,21,35)
#0D121E
(13,18,30)
#0B0F19
(11,15,25)
#090C14
(9,12,20)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #1B2741

#1B2741
(27,39,65)
#2F3A52
(47,58,82)
#434D63
(67,77,99)
#576074
(87,96,116)
#6B7385
(107,115,133)
#7F8696
(127,134,150)
#9399A7
(147,153,167)
#A7ACB8
(167,172,184)
#BBBFC9
(187,191,201)
#CFD2DA
(207,210,218)
#E3E5EB
(227,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B2741 color. Also use rgb(27,39,65) instead hex code.

Text Font Color

.myTextColor { color: #1B2741; }

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

This text font color is #1B2741.


Background Color

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

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

This div background color is #1B2741.


Border color

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

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

This div border color is #1B2741.


Opacity

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

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

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

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

This text has shadow with #1B2741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B2741 on black background.


Color preview on white background

This text has color #1B2741 on white background.



Black color preview on #1B2741 background

This text has black color on #1B2741 background.


White color preview on #1B2741 background

This text has white color on #1B2741 background.