COLOR #004187

HEX: #004187
RGB: (0,65,135)

Color info

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

RGB color model

#004187 color RGB value is (0,65,135).

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

RGB channels and saturation

R 0 of 255 = 0%
G 65 of 255 = 25%
B 135 of 255 = 53%

0
65
135

R + G + B ~ 26%. #004187 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 65 + 135 = 200 (100%)
R 0 of 200 ~ 0%
G 65 of 200 ~ 32.5%
B 135 of 200 ~ 67.5%

%32.5
%67.5

CMYK color model

#004187 color CMYK value is (100,52,0,47).

  • cyan value is 100.00%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(100,52,0,47)
C100M52Y0K47 
(100%,52%,0%,47%)
(1.00/0.52/0.00/0.47)	

CMYK percentages

%100
%51.85
%0
%47.06

Codes

Color #004187 in popluar color models

004187
RGB065135
HSL211°100.00%26.47%
HSB/HSV211°100.00%52.94%
CMYK100.00%51.85%0.00%
47.06%

Color #004187 in popluar number systems.

HEX004187
Decimal065135
Binary0100000110000111
Octal0101207

Shades and tints

Shades of #004187

#004187
(0,65,135)
#003C7B
(0,60,123)
#00376F
(0,55,111)
#003263
(0,50,99)
#002D57
(0,45,87)
#00284B
(0,40,75)
#00233F
(0,35,63)
#001E33
(0,30,51)
#001927
(0,25,39)
#00141B
(0,20,27)
#000F0F
(0,15,15)
#000000
(0,0,0)

Tints of #004187

#004187
(0,65,135)
#175291
(23,82,145)
#2E639B
(46,99,155)
#4574A5
(69,116,165)
#5C85AF
(92,133,175)
#7396B9
(115,150,185)
#8AA7C3
(138,167,195)
#A1B8CD
(161,184,205)
#B8C9D7
(184,201,215)
#CFDAE1
(207,218,225)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004187; }

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

This text font color is #004187.


Background Color

.myBgColor { background-color: #004187; }

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

This div background color is #004187.


Border color

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

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

This div border color is #004187.


Opacity

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

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

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

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

This text has shadow with #004187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004187 on black background.


Color preview on white background

This text has color #004187 on white background.



Black color preview on #004187 background

This text has black color on #004187 background.


White color preview on #004187 background

This text has white color on #004187 background.