COLOR #1B3671

HEX: #1B3671 RGB: (27,54,113)

Color info

#1B3671 contains mainly green and blue colors. Web safe color of #1B3671 is #333366 (or #336).

RGB color model

#1B3671 color RGB value is (27,54,113).

RGB: (27,54,113) (11%, 21%, 44%)

RGB channels and saturation

R 27 of 255 = 11%
G 54 of 255 = 21%
B 113 of 255 = 44%

27
54
113

R + G + B ~ 25%. #1B3671 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 54 + 113 = 194 (100%)
R 27 of 194 ~ 13.92%
G 54 of 194 ~ 27.84%
B 113 of 194 ~ 58.25'%

%13.92
%27.84
%58.25

CMYK color model

#1B3671 color CMYK value is (76,52,0,56).

  • cyan value is 76.11%
  • magenta value is 52.21%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (76,52,0,56)
C76M52Y0K56 (76%, 52%, 0%, 56%)
(0.76 / 0.52 / 0.00 / 0.56)

CMYK percentages

%76.11
%52.21
%0
%55.69

Codes

Color #1B3671 in popluar color models

1B 36 71
RGB 27 54 113
HSL 221° 61.43% 27.45%
HSB/HSV 221° 76.11% 44.31%
CMYK 76.11% 52.21% 0.00%
55.69%

Color #1B3671 in popluar number systems.

HEX 1B 36 71
Decimal 27 54 113
Binary 11011 110110 1110001
Octal 33 66 161

Shades and tints

Shades of #1B3671

#1B3671
(27,54,113)
#193267
(25,50,103)
#172E5D
(23,46,93)
#152A53
(21,42,83)
#132649
(19,38,73)
#11223F
(17,34,63)
#0F1E35
(15,30,53)
#0D1A2B
(13,26,43)
#0B1621
(11,22,33)
#091217
(9,18,23)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #1B3671

#1B3671
(27,54,113)
#2F487D
(47,72,125)
#435A89
(67,90,137)
#576C95
(87,108,149)
#6B7EA1
(107,126,161)
#7F90AD
(127,144,173)
#93A2B9
(147,162,185)
#A7B4C5
(167,180,197)
#BBC6D1
(187,198,209)
#CFD8DD
(207,216,221)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B3671; }

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

This text font color is #1B3671.

Background Color

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

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

This div background color is #1B3671.

Border color

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

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

This div border color is #1B3671.

Opacity

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

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

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

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

This text has shadow with #1B3671 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B3671.

Preview

Color preview on black background

This text has color #1B3671 on black background.


Color preview on white background

This text has color #1B3671 on white background.


Black color preview on #1B3671 background

This text has black color on #1B3671 background.


White color preview on #1B3671 background

This text has white color on #1B3671 background.


Related colors

Complementary color

Complementary color for #hex is #E4C98E.


I love getcolorcode.com

Triadic colors

1 #711B36 and #36711B with #1B3671 are triadic colors.

2 #71361B and #361B71 with #1B3671 are triadic colors.