COLOR #004B82

HEX: #004B82
RGB: (0,75,130)

Color info

#004B82 contains only green and blue colors. Web safe color of #004B82 is #003399 (or #039).

RGB color model

#004B82 color RGB value is (0,75,130).

  • red value is 0;
  • green value is 75;
  • blue value is 130.
RGB:
(0,75,130)
(0%,29%,51%)

RGB channels and saturation

R 0 of 255 = 0%
G 75 of 255 = 29%
B 130 of 255 = 51%

0
75
130

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

Portions of RGB colors in percentages

R + G + B =
0 + 75 + 130 = 205 (100%)
R 0 of 205 ~ 0%
G 75 of 205 ~ 36.59%
B 130 of 205 ~ 63.41%

%36.59
%63.41

CMYK color model

#004B82 color CMYK value is (100,42,0,49).

  • cyan value is 100.00%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(100,42,0,49)
C100M42Y0K49 
(100%,42%,0%,49%)
(1.00/0.42/0.00/0.49)	

CMYK percentages

%100
%42.31
%0
%49.02

Codes

Color #004B82 in popluar color models

004B82
RGB075130
HSL205°100.00%25.49%
HSB/HSV205°100.00%50.98%
CMYK100.00%42.31%0.00%
49.02%

Color #004B82 in popluar number systems.

HEX004B82
Decimal075130
Binary0100101110000010
Octal0113202

Shades and tints

Shades of #004B82

#004B82
(0,75,130)
#004577
(0,69,119)
#003F6C
(0,63,108)
#003961
(0,57,97)
#003356
(0,51,86)
#002D4B
(0,45,75)
#002740
(0,39,64)
#002135
(0,33,53)
#001B2A
(0,27,42)
#00151F
(0,21,31)
#000F14
(0,15,20)
#000000
(0,0,0)

Tints of #004B82

#004B82
(0,75,130)
#175B8D
(23,91,141)
#2E6B98
(46,107,152)
#457BA3
(69,123,163)
#5C8BAE
(92,139,174)
#739BB9
(115,155,185)
#8AABC4
(138,171,196)
#A1BBCF
(161,187,207)
#B8CBDA
(184,203,218)
#CFDBE5
(207,219,229)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004B82 color. Also use rgb(0,75,130) instead hex code.

Text Font Color

.myTextColor { color: #004B82; }

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

This text font color is #004B82.


Background Color

.myBgColor { background-color: #004B82; }

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

This div background color is #004B82.


Border color

.myBorderColor { border: 1px solid #004B82; }

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

This div border color is #004B82.


Opacity

.myOpacity80 { color: #004B82; opacity: 0.8; }

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

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

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

This text has shadow with #004B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004B82 on black background.


Color preview on white background

This text has color #004B82 on white background.



Black color preview on #004B82 background

This text has black color on #004B82 background.


White color preview on #004B82 background

This text has white color on #004B82 background.