COLOR #004089

HEX: #004089
RGB: (0,64,137)

Color info

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

RGB color model

#004089 color RGB value is (0,64,137).

  • red value is 0;
  • green value is 64;
  • blue value is 137.
RGB:
(0,64,137)
(0%,25%,54%)

RGB channels and saturation

R 0 of 255 = 0%
G 64 of 255 = 25%
B 137 of 255 = 54%

0
64
137

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

Portions of RGB colors in percentages

R + G + B =
0 + 64 + 137 = 201 (100%)
R 0 of 201 ~ 0%
G 64 of 201 ~ 31.84%
B 137 of 201 ~ 68.16%

%31.84
%68.16

CMYK color model

#004089 color CMYK value is (100,53,0,46).

  • cyan value is 100.00%
  • magenta value is 53.28%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(100,53,0,46)
C100M53Y0K46 
(100%,53%,0%,46%)
(1.00/0.53/0.00/0.46)	

CMYK percentages

%100
%53.28
%0
%46.27

Codes

Color #004089 in popluar color models

004089
RGB064137
HSL212°100.00%26.86%
HSB/HSV212°100.00%53.73%
CMYK100.00%53.28%0.00%
46.27%

Color #004089 in popluar number systems.

HEX004089
Decimal064137
Binary0100000010001001
Octal0100211

Shades and tints

Shades of #004089

#004089
(0,64,137)
#003B7D
(0,59,125)
#003671
(0,54,113)
#003165
(0,49,101)
#002C59
(0,44,89)
#00274D
(0,39,77)
#002241
(0,34,65)
#001D35
(0,29,53)
#001829
(0,24,41)
#00131D
(0,19,29)
#000E11
(0,14,17)
#000000
(0,0,0)

Tints of #004089

#004089
(0,64,137)
#175193
(23,81,147)
#2E629D
(46,98,157)
#4573A7
(69,115,167)
#5C84B1
(92,132,177)
#7395BB
(115,149,187)
#8AA6C5
(138,166,197)
#A1B7CF
(161,183,207)
#B8C8D9
(184,200,217)
#CFD9E3
(207,217,227)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004089 color. Also use rgb(0,64,137) instead hex code.

Text Font Color

.myTextColor { color: #004089; }

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

This text font color is #004089.


Background Color

.myBgColor { background-color: #004089; }

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

This div background color is #004089.


Border color

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

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

This div border color is #004089.


Opacity

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

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

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

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

This text has shadow with #004089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004089 on black background.


Color preview on white background

This text has color #004089 on white background.



Black color preview on #004089 background

This text has black color on #004089 background.


White color preview on #004089 background

This text has white color on #004089 background.