COLOR #00549D

HEX: #00549D
RGB: (0,84,157)

Color info

#00549D contains mainly blue color. Web safe color of #00549D is #006699 (or #069).

RGB color model

#00549D color RGB value is (0,84,157).

  • red value is 0;
  • green value is 84;
  • blue value is 157.
RGB:
(0,84,157)
(0%,33%,62%)

RGB channels and saturation

R 0 of 255 = 0%
G 84 of 255 = 33%
B 157 of 255 = 62%

0
84
157

R + G + B ~ 32%. #00549D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 84 + 157 = 241 (100%)
R 0 of 241 ~ 0%
G 84 of 241 ~ 34.85%
B 157 of 241 ~ 65.15%

%34.85
%65.15

CMYK color model

#00549D color CMYK value is (100,46,0,38).

  • cyan value is 100.00%
  • magenta value is 46.50%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(100,46,0,38)
C100M46Y0K38 
(100%,46%,0%,38%)
(1.00/0.46/0.00/0.38)	

CMYK percentages

%100
%46.5
%0
%38.43

Codes

Color #00549D in popluar color models

00549D
RGB084157
HSL208°100.00%30.78%
HSB/HSV208°100.00%61.57%
CMYK100.00%46.50%0.00%
38.43%

Color #00549D in popluar number systems.

HEX00549D
Decimal084157
Binary0101010010011101
Octal0124235

Shades and tints

Shades of #00549D

#00549D
(0,84,157)
#004D8F
(0,77,143)
#004681
(0,70,129)
#003F73
(0,63,115)
#003865
(0,56,101)
#003157
(0,49,87)
#002A49
(0,42,73)
#00233B
(0,35,59)
#001C2D
(0,28,45)
#00151F
(0,21,31)
#000E11
(0,14,17)
#000000
(0,0,0)

Tints of #00549D

#00549D
(0,84,157)
#1763A5
(23,99,165)
#2E72AD
(46,114,173)
#4581B5
(69,129,181)
#5C90BD
(92,144,189)
#739FC5
(115,159,197)
#8AAECD
(138,174,205)
#A1BDD5
(161,189,213)
#B8CCDD
(184,204,221)
#CFDBE5
(207,219,229)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00549D color. Also use rgb(0,84,157) instead hex code.

Text Font Color

.myTextColor { color: #00549D; }

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

This text font color is #00549D.


Background Color

.myBgColor { background-color: #00549D; }

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

This div background color is #00549D.


Border color

.myBorderColor { border: 1px solid #00549D; }

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

This div border color is #00549D.


Opacity

.myOpacity80 { color: #00549D; opacity: 0.8; }

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

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

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

This text has shadow with #00549D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00549D on black background.


Color preview on white background

This text has color #00549D on white background.



Black color preview on #00549D background

This text has black color on #00549D background.


White color preview on #00549D background

This text has white color on #00549D background.