COLOR #004B72

HEX: #004B72
RGB: (0,75,114)

Color info

#004B72 contains only green and blue colors. Web safe color of #004B72 is #003366 (or #036).

RGB color model

#004B72 color RGB value is (0,75,114).

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

RGB channels and saturation

R 0 of 255 = 0%
G 75 of 255 = 29%
B 114 of 255 = 45%

0
75
114

R + G + B ~ 25%. #004B72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 75 + 114 = 189 (100%)
R 0 of 189 ~ 0%
G 75 of 189 ~ 39.68%
B 114 of 189 ~ 60.32%

%39.68
%60.32

CMYK color model

#004B72 color CMYK value is (100,34,0,55).

  • cyan value is 100.00%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(100,34,0,55)
C100M34Y0K55 
(100%,34%,0%,55%)
(1.00/0.34/0.00/0.55)	

CMYK percentages

%100
%34.21
%0
%55.29

Codes

Color #004B72 in popluar color models

004B72
RGB075114
HSL201°100.00%22.35%
HSB/HSV201°100.00%44.71%
CMYK100.00%34.21%0.00%
55.29%

Color #004B72 in popluar number systems.

HEX004B72
Decimal075114
Binary010010111110010
Octal0113162

Shades and tints

Shades of #004B72

#004B72
(0,75,114)
#004568
(0,69,104)
#003F5E
(0,63,94)
#003954
(0,57,84)
#00334A
(0,51,74)
#002D40
(0,45,64)
#002736
(0,39,54)
#00212C
(0,33,44)
#001B22
(0,27,34)
#001518
(0,21,24)
#000F0E
(0,15,14)
#000000
(0,0,0)

Tints of #004B72

#004B72
(0,75,114)
#175B7E
(23,91,126)
#2E6B8A
(46,107,138)
#457B96
(69,123,150)
#5C8BA2
(92,139,162)
#739BAE
(115,155,174)
#8AABBA
(138,171,186)
#A1BBC6
(161,187,198)
#B8CBD2
(184,203,210)
#CFDBDE
(207,219,222)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004B72; }

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

This text font color is #004B72.


Background Color

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

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

This div background color is #004B72.


Border color

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

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

This div border color is #004B72.


Opacity

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

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

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

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

This text has shadow with #004B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004B72 on black background.


Color preview on white background

This text has color #004B72 on white background.



Black color preview on #004B72 background

This text has black color on #004B72 background.


White color preview on #004B72 background

This text has white color on #004B72 background.