COLOR #1B478C

HEX: #1B478C
RGB: (27,71,140)

Color info

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

RGB color model

#1B478C color RGB value is (27,71,140).

  • red value is 27;
  • green value is 71;
  • blue value is 140.
RGB:
(27,71,140)
(11%,28%,55%)

RGB channels and saturation

R 27 of 255 = 11%
G 71 of 255 = 28%
B 140 of 255 = 55%

27
71
140

R + G + B ~ 31%. #1B478C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 71 + 140 = 238 (100%)
R 27 of 238 ~ 11.34%
G 71 of 238 ~ 29.83%
B 140 of 238 ~ 58.82%

%11.34
%29.83
%58.82

CMYK color model

#1B478C color CMYK value is (81,49,0,45).

  • cyan value is 80.71%
  • magenta value is 49.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(81,49,0,45)
C81M49Y0K45 
(81%,49%,0%,45%)
(0.81/0.49/0.00/0.45)	

CMYK percentages

%80.71
%49.29
%0
%45.1

Codes

Color #1B478C in popluar color models

1B478C
RGB2771140
HSL217°67.66%32.75%
HSB/HSV217°80.71%54.90%
CMYK80.71%49.29%0.00%
45.10%

Color #1B478C in popluar number systems.

HEX1B478C
Decimal2771140
Binary11011100011110001100
Octal33107214

Shades and tints

Shades of #1B478C

#1B478C
(27,71,140)
#194180
(25,65,128)
#173B74
(23,59,116)
#153568
(21,53,104)
#132F5C
(19,47,92)
#112950
(17,41,80)
#0F2344
(15,35,68)
#0D1D38
(13,29,56)
#0B172C
(11,23,44)
#091120
(9,17,32)
#070B14
(7,11,20)
#000000
(0,0,0)

Tints of #1B478C

#1B478C
(27,71,140)
#2F5796
(47,87,150)
#4367A0
(67,103,160)
#5777AA
(87,119,170)
#6B87B4
(107,135,180)
#7F97BE
(127,151,190)
#93A7C8
(147,167,200)
#A7B7D2
(167,183,210)
#BBC7DC
(187,199,220)
#CFD7E6
(207,215,230)
#E3E7F0
(227,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B478C color. Also use rgb(27,71,140) instead hex code.

Text Font Color

.myTextColor { color: #1B478C; }

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

This text font color is #1B478C.


Background Color

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

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

This div background color is #1B478C.


Border color

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

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

This div border color is #1B478C.


Opacity

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

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

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

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

This text has shadow with #1B478C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B478C on black background.


Color preview on white background

This text has color #1B478C on white background.



Black color preview on #1B478C background

This text has black color on #1B478C background.


White color preview on #1B478C background

This text has white color on #1B478C background.