COLOR #153987

HEX: #153987
RGB: (21,57,135)

Color info

#153987 contains mainly blue color. Web safe color of #153987 is #003399 (or #039).

RGB color model

#153987 color RGB value is (21,57,135).

  • red value is 21;
  • green value is 57;
  • blue value is 135.
RGB:
(21,57,135)
(8%,22%,53%)

RGB channels and saturation

R 21 of 255 = 8%
G 57 of 255 = 22%
B 135 of 255 = 53%

21
57
135

R + G + B ~ 28%. #153987 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 57 + 135 = 213 (100%)
R 21 of 213 ~ 9.86%
G 57 of 213 ~ 26.76%
B 135 of 213 ~ 63.38%

%9.86
%26.76
%63.38

CMYK color model

#153987 color CMYK value is (84,58,0,47).

  • cyan value is 84.44%
  • magenta value is 57.78%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(84,58,0,47)
C84M58Y0K47 
(84%,58%,0%,47%)
(0.84/0.58/0.00/0.47)	

CMYK percentages

%84.44
%57.78
%0
%47.06

Codes

Color #153987 in popluar color models

153987
RGB2157135
HSL221°73.08%30.59%
HSB/HSV221°84.44%52.94%
CMYK84.44%57.78%0.00%
47.06%

Color #153987 in popluar number systems.

HEX153987
Decimal2157135
Binary1010111100110000111
Octal2571207

Shades and tints

Shades of #153987

#153987
(21,57,135)
#14347B
(20,52,123)
#132F6F
(19,47,111)
#122A63
(18,42,99)
#112557
(17,37,87)
#10204B
(16,32,75)
#0F1B3F
(15,27,63)
#0E1633
(14,22,51)
#0D1127
(13,17,39)
#0C0C1B
(12,12,27)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #153987

#153987
(21,57,135)
#2A4B91
(42,75,145)
#3F5D9B
(63,93,155)
#546FA5
(84,111,165)
#6981AF
(105,129,175)
#7E93B9
(126,147,185)
#93A5C3
(147,165,195)
#A8B7CD
(168,183,205)
#BDC9D7
(189,201,215)
#D2DBE1
(210,219,225)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #153987 color. Also use rgb(21,57,135) instead hex code.

Text Font Color

.myTextColor { color: #153987; }

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

This text font color is #153987.


Background Color

.myBgColor { background-color: #153987; }

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

This div background color is #153987.


Border color

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

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

This div border color is #153987.


Opacity

.myOpacity80 { color: #153987; opacity: 0.8; }

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

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

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

This text has shadow with #153987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153987 on black background.


Color preview on white background

This text has color #153987 on white background.



Black color preview on #153987 background

This text has black color on #153987 background.


White color preview on #153987 background

This text has white color on #153987 background.