COLOR #00479B

HEX: #00479B RGB: (0,71,155)

Color info

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

RGB color model

#00479B color RGB value is (0,71,155).

RGB: (0,71,155) (0%, 28%, 61%)

RGB channels and saturation

R 0 of 255 = 0%
G 71 of 255 = 28%
B 155 of 255 = 61%

0
71
155

R + G + B ~ 30%. #00479B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 71 + 155 = 226 (100%)
R 0 of 226 ~ 0%
G 71 of 226 ~ 31.42%
B 155 of 226 ~ 68.58'%

%31.42
%68.58

CMYK color model

#00479B color CMYK value is (100,54,0,39).

  • cyan value is 100.00%
  • magenta value is 54.19%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (100,54,0,39)
C100M54Y0K39 (100%, 54%, 0%, 39%)
(1.00 / 0.54 / 0.00 / 0.39)

CMYK percentages

%100
%54.19
%0
%39.22

Codes

Color #00479B in popluar color models

00 47 9B
RGB 0 71 155
HSL 213° 100.00% 30.39%
HSB/HSV 213° 100.00% 60.78%
CMYK 100.00% 54.19% 0.00%
39.22%

Color #00479B in popluar number systems.

HEX 00 47 9B
Decimal 0 71 155
Binary 0 1000111 10011011
Octal 0 107 233

Shades and tints

Shades of #00479B

#00479B
(0,71,155)
#00418D
(0,65,141)
#003B7F
(0,59,127)
#003571
(0,53,113)
#002F63
(0,47,99)
#002955
(0,41,85)
#002347
(0,35,71)
#001D39
(0,29,57)
#00172B
(0,23,43)
#00111D
(0,17,29)
#000B0F
(0,11,15)
#000000
(0,0,0)

Tints of #00479B

#00479B
(0,71,155)
#1757A4
(23,87,164)
#2E67AD
(46,103,173)
#4577B6
(69,119,182)
#5C87BF
(92,135,191)
#7397C8
(115,151,200)
#8AA7D1
(138,167,209)
#A1B7DA
(161,183,218)
#B8C7E3
(184,199,227)
#CFD7EC
(207,215,236)
#E6E7F5
(230,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00479B color. Also use rgb(0,71,155) instead hex code.

Text Font Color

.myTextColor { color: #00479B; }

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

This text font color is #00479B.

Background Color

.myBgColor { background-color: #00479B; }

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

This div background color is #00479B.

Border color

.myBorderColor { border: 1px solid #00479B; }

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

This div border color is #00479B.

Opacity

.myOpacity80 { color: #00479B; opacity: 0.8; }

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

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

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

This text has shadow with #00479B color.


.textShadow {text-shadow: 3px 3px 1px #00479B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00479B; -webkit-box-shadow: 1px 1px 3px 2px #00479B; box-shadow:1px 1px 3px 2px #00479B;">
Div content here
</div>

This div box has shadow with color #00479B.

Preview

Color preview on black background

This text has color #00479B on black background.


Color preview on white background

This text has color #00479B on white background.


Black color preview on #00479B background

This text has black color on #00479B background.


White color preview on #00479B background

This text has white color on #00479B background.


Related colors

Complementary color

Complementary color for #hex is #FFB864.


I love getcolorcode.com

Triadic colors

1 #9B0047 and #479B00 with #00479B are triadic colors.

2 #9B4700 and #47009B with #00479B are triadic colors.