COLOR #004987

HEX: #004987
RGB: (0,73,135)

Color info

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

RGB color model

#004987 color RGB value is (0,73,135).

  • red value is 0;
  • green value is 73;
  • blue value is 135.
RGB:
(0,73,135)
(0%,29%,53%)

RGB channels and saturation

R 0 of 255 = 0%
G 73 of 255 = 29%
B 135 of 255 = 53%

0
73
135

R + G + B ~ 27%. #004987 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 73 + 135 = 208 (100%)
R 0 of 208 ~ 0%
G 73 of 208 ~ 35.1%
B 135 of 208 ~ 64.9%

%35.1
%64.9

CMYK color model

#004987 color CMYK value is (100,46,0,47).

  • cyan value is 100.00%
  • magenta value is 45.93%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(100,46,0,47)
C100M46Y0K47 
(100%,46%,0%,47%)
(1.00/0.46/0.00/0.47)	

CMYK percentages

%100
%45.93
%0
%47.06

Codes

Color #004987 in popluar color models

004987
RGB073135
HSL208°100.00%26.47%
HSB/HSV208°100.00%52.94%
CMYK100.00%45.93%0.00%
47.06%

Color #004987 in popluar number systems.

HEX004987
Decimal073135
Binary0100100110000111
Octal0111207

Shades and tints

Shades of #004987

#004987
(0,73,135)
#00437B
(0,67,123)
#003D6F
(0,61,111)
#003763
(0,55,99)
#003157
(0,49,87)
#002B4B
(0,43,75)
#00253F
(0,37,63)
#001F33
(0,31,51)
#001927
(0,25,39)
#00131B
(0,19,27)
#000D0F
(0,13,15)
#000000
(0,0,0)

Tints of #004987

#004987
(0,73,135)
#175991
(23,89,145)
#2E699B
(46,105,155)
#4579A5
(69,121,165)
#5C89AF
(92,137,175)
#7399B9
(115,153,185)
#8AA9C3
(138,169,195)
#A1B9CD
(161,185,205)
#B8C9D7
(184,201,215)
#CFD9E1
(207,217,225)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004987 color. Also use rgb(0,73,135) instead hex code.

Text Font Color

.myTextColor { color: #004987; }

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

This text font color is #004987.


Background Color

.myBgColor { background-color: #004987; }

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

This div background color is #004987.


Border color

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

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

This div border color is #004987.


Opacity

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

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

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

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

This text has shadow with #004987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004987 on black background.


Color preview on white background

This text has color #004987 on white background.



Black color preview on #004987 background

This text has black color on #004987 background.


White color preview on #004987 background

This text has white color on #004987 background.