COLOR #1B1771

HEX: #1B1771
RGB: (27,23,113)

Color info

#1B1771 contains mainly blue color. Web safe color of #1B1771 is #330066 (or #306).

RGB color model

#1B1771 color RGB value is (27,23,113).

  • red value is 27;
  • green value is 23;
  • blue value is 113.
RGB:
(27,23,113)
(11%,9%,44%)

RGB channels and saturation

R 27 of 255 = 11%
G 23 of 255 = 9%
B 113 of 255 = 44%

27
23
113

R + G + B ~ 21%. #1B1771 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 23 + 113 = 163 (100%)
R 27 of 163 ~ 16.56%
G 23 of 163 ~ 14.11%
B 113 of 163 ~ 69.33%

%16.56
%14.11
%69.33

CMYK color model

#1B1771 color CMYK value is (76,80,0,56).

  • cyan value is 76.11%
  • magenta value is 79.65%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(76,80,0,56)
C76M80Y0K56 
(76%,80%,0%,56%)
(0.76/0.80/0.00/0.56)	

CMYK percentages

%76.11
%79.65
%0
%55.69

Codes

Color #1B1771 in popluar color models

1B1771
RGB2723113
HSL243°66.18%26.67%
HSB/HSV243°79.65%44.31%
CMYK76.11%79.65%0.00%
55.69%

Color #1B1771 in popluar number systems.

HEX1B1771
Decimal2723113
Binary11011101111110001
Octal3327161

Shades and tints

Shades of #1B1771

#1B1771
(27,23,113)
#191567
(25,21,103)
#17135D
(23,19,93)
#151153
(21,17,83)
#130F49
(19,15,73)
#110D3F
(17,13,63)
#0F0B35
(15,11,53)
#0D092B
(13,9,43)
#0B0721
(11,7,33)
#090517
(9,5,23)
#07030D
(7,3,13)
#000000
(0,0,0)

Tints of #1B1771

#1B1771
(27,23,113)
#2F2C7D
(47,44,125)
#434189
(67,65,137)
#575695
(87,86,149)
#6B6BA1
(107,107,161)
#7F80AD
(127,128,173)
#9395B9
(147,149,185)
#A7AAC5
(167,170,197)
#BBBFD1
(187,191,209)
#CFD4DD
(207,212,221)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B1771 color. Also use rgb(27,23,113) instead hex code.

Text Font Color

.myTextColor { color: #1B1771; }

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

This text font color is #1B1771.


Background Color

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

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

This div background color is #1B1771.


Border color

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

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

This div border color is #1B1771.


Opacity

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

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

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

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

This text has shadow with #1B1771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B1771 on black background.


Color preview on white background

This text has color #1B1771 on white background.



Black color preview on #1B1771 background

This text has black color on #1B1771 background.


White color preview on #1B1771 background

This text has white color on #1B1771 background.