COLOR #1B3873

HEX: #1B3873 RGB: (27,56,115)

Color info

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

RGB color model

#1B3873 color RGB value is (27,56,115).

RGB: (27,56,115) (11%, 22%, 45%)

RGB channels and saturation

R 27 of 255 = 11%
G 56 of 255 = 22%
B 115 of 255 = 45%

27
56
115

R + G + B ~ 26%. #1B3873 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 56 + 115 = 198 (100%)
R 27 of 198 ~ 13.64%
G 56 of 198 ~ 28.28%
B 115 of 198 ~ 58.08'%

%13.64
%28.28
%58.08

CMYK color model

#1B3873 color CMYK value is (77,51,0,55).

  • cyan value is 76.52%
  • magenta value is 51.30%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK: (77,51,0,55) C77M51Y0K55 (77%,51%,0%,55%) (0.77/0.51/0.00/0.55) 

CMYK percentages

%76.52
%51.3
%0
%54.9

Codes

Color #1B3873 in popluar color models

1B 38 73
RGB 27 56 115
HSL 220° 61.97% 27.84%
HSB/HSV 220° 76.52% 45.10%
CMYK 76.52% 51.30% 0.00%
54.90%

Color #1B3873 in popluar number systems.

HEX 1B 38 73
Decimal 27 56 115
Binary 11011 111000 1110011
Octal 33 70 163

Shades and tints

Shades of #1B3873

#1B3873
(27,56,115)
#193369
(25,51,105)
#172E5F
(23,46,95)
#152955
(21,41,85)
#13244B
(19,36,75)
#111F41
(17,31,65)
#0F1A37
(15,26,55)
#0D152D
(13,21,45)
#0B1023
(11,16,35)
#090B19
(9,11,25)
#07060F
(7,6,15)
#000000
(0,0,0)

Tints of #1B3873

#1B3873
(27,56,115)
#2F4A7F
(47,74,127)
#435C8B
(67,92,139)
#576E97
(87,110,151)
#6B80A3
(107,128,163)
#7F92AF
(127,146,175)
#93A4BB
(147,164,187)
#A7B6C7
(167,182,199)
#BBC8D3
(187,200,211)
#CFDADF
(207,218,223)
#E3ECEB
(227,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B3873 color. Also use rgb(27,56,115) instead hex code.

Text Font Color

.myTextColor { color: #1B3873; }

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

This text font color is #1B3873.

Background Color

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

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

This div background color is #1B3873.

Border color

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

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

This div border color is #1B3873.

Opacity

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

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

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

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

This text has shadow with #1B3873 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B3873.

Preview

Color preview on black background

This text has color #1B3873 on black background.


Color preview on white background

This text has color #1B3873 on white background.


Black color preview on #1B3873 background

This text has black color on #1B3873 background.


White color preview on #1B3873 background

This text has white color on #1B3873 background.


Related colors

Complementary color

Complementary color for #hex is #E4C78C.


I love getcolorcode.com

Triadic colors

1 #731B38 and #38731B with #1B3873 are triadic colors.

2 #73381B and #381B73 with #1B3873 are triadic colors.