COLOR #1B4C93

HEX: #1B4C93
RGB: (27,76,147)

Color info

#1B4C93 contains mainly blue color. Web safe color of #1B4C93 is #333399 (or #339).

RGB color model

#1B4C93 color RGB value is (27,76,147).

  • red value is 27;
  • green value is 76;
  • blue value is 147.
RGB:
(27,76,147)
(11%,30%,58%)

RGB channels and saturation

R 27 of 255 = 11%
G 76 of 255 = 30%
B 147 of 255 = 58%

27
76
147

R + G + B ~ 33%. #1B4C93 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 76 + 147 = 250 (100%)
R 27 of 250 ~ 10.8%
G 76 of 250 ~ 30.4%
B 147 of 250 ~ 58.8%

%10.8
%30.4
%58.8

CMYK color model

#1B4C93 color CMYK value is (82,48,0,42).

  • cyan value is 81.63%
  • magenta value is 48.30%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(82,48,0,42)
C82M48Y0K42 
(82%,48%,0%,42%)
(0.82/0.48/0.00/0.42)	

CMYK percentages

%81.63
%48.3
%0
%42.35

Codes

Color #1B4C93 in popluar color models

1B4C93
RGB2776147
HSL216°68.97%34.12%
HSB/HSV216°81.63%57.65%
CMYK81.63%48.30%0.00%
42.35%

Color #1B4C93 in popluar number systems.

HEX1B4C93
Decimal2776147
Binary11011100110010010011
Octal33114223

Shades and tints

Shades of #1B4C93

#1B4C93
(27,76,147)
#194686
(25,70,134)
#174079
(23,64,121)
#153A6C
(21,58,108)
#13345F
(19,52,95)
#112E52
(17,46,82)
#0F2845
(15,40,69)
#0D2238
(13,34,56)
#0B1C2B
(11,28,43)
#09161E
(9,22,30)
#071011
(7,16,17)
#000000
(0,0,0)

Tints of #1B4C93

#1B4C93
(27,76,147)
#2F5C9C
(47,92,156)
#436CA5
(67,108,165)
#577CAE
(87,124,174)
#6B8CB7
(107,140,183)
#7F9CC0
(127,156,192)
#93ACC9
(147,172,201)
#A7BCD2
(167,188,210)
#BBCCDB
(187,204,219)
#CFDCE4
(207,220,228)
#E3ECED
(227,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B4C93 color. Also use rgb(27,76,147) instead hex code.

Text Font Color

.myTextColor { color: #1B4C93; }

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

This text font color is #1B4C93.


Background Color

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

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

This div background color is #1B4C93.


Border color

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

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

This div border color is #1B4C93.


Opacity

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

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

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

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

This text has shadow with #1B4C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4C93 on black background.


Color preview on white background

This text has color #1B4C93 on white background.



Black color preview on #1B4C93 background

This text has black color on #1B4C93 background.


White color preview on #1B4C93 background

This text has white color on #1B4C93 background.