COLOR #1B4989

HEX: #1B4989
RGB: (27,73,137)

Color info

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

RGB color model

#1B4989 color RGB value is (27,73,137).

  • red value is 27;
  • green value is 73;
  • blue value is 137.
RGB:
(27,73,137)
(11%,29%,54%)

RGB channels and saturation

R 27 of 255 = 11%
G 73 of 255 = 29%
B 137 of 255 = 54%

27
73
137

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

Portions of RGB colors in percentages

R + G + B =
27 + 73 + 137 = 237 (100%)
R 27 of 237 ~ 11.39%
G 73 of 237 ~ 30.8%
B 137 of 237 ~ 57.81%

%11.39
%30.8
%57.81

CMYK color model

#1B4989 color CMYK value is (80,47,0,46).

  • cyan value is 80.29%
  • magenta value is 46.72%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(80,47,0,46)
C80M47Y0K46 
(80%,47%,0%,46%)
(0.80/0.47/0.00/0.46)	

CMYK percentages

%80.29
%46.72
%0
%46.27

Codes

Color #1B4989 in popluar color models

1B4989
RGB2773137
HSL215°67.07%32.16%
HSB/HSV215°80.29%53.73%
CMYK80.29%46.72%0.00%
46.27%

Color #1B4989 in popluar number systems.

HEX1B4989
Decimal2773137
Binary11011100100110001001
Octal33111211

Shades and tints

Shades of #1B4989

#1B4989
(27,73,137)
#19437D
(25,67,125)
#173D71
(23,61,113)
#153765
(21,55,101)
#133159
(19,49,89)
#112B4D
(17,43,77)
#0F2541
(15,37,65)
#0D1F35
(13,31,53)
#0B1929
(11,25,41)
#09131D
(9,19,29)
#070D11
(7,13,17)
#000000
(0,0,0)

Tints of #1B4989

#1B4989
(27,73,137)
#2F5993
(47,89,147)
#43699D
(67,105,157)
#5779A7
(87,121,167)
#6B89B1
(107,137,177)
#7F99BB
(127,153,187)
#93A9C5
(147,169,197)
#A7B9CF
(167,185,207)
#BBC9D9
(187,201,217)
#CFD9E3
(207,217,227)
#E3E9ED
(227,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B4989 color. Also use rgb(27,73,137) instead hex code.

Text Font Color

.myTextColor { color: #1B4989; }

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

This text font color is #1B4989.


Background Color

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

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

This div background color is #1B4989.


Border color

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

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

This div border color is #1B4989.


Opacity

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

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

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

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

This text has shadow with #1B4989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4989 on black background.


Color preview on white background

This text has color #1B4989 on white background.



Black color preview on #1B4989 background

This text has black color on #1B4989 background.


White color preview on #1B4989 background

This text has white color on #1B4989 background.