COLOR #004B96

HEX: #004B96
RGB: (0,75,150)

Color info

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

RGB color model

#004B96 color RGB value is (0,75,150).

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

RGB channels and saturation

R 0 of 255 = 0%
G 75 of 255 = 29%
B 150 of 255 = 59%

0
75
150

R + G + B ~ 29%. #004B96 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 75 + 150 = 225 (100%)
R 0 of 225 ~ 0%
G 75 of 225 ~ 33.33%
B 150 of 225 ~ 66.67%

%33.33
%66.67

CMYK color model

#004B96 color CMYK value is (100,50,0,41).

  • cyan value is 100.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(100,50,0,41)
C100M50Y0K41 
(100%,50%,0%,41%)
(1.00/0.50/0.00/0.41)	

CMYK percentages

%100
%50
%0
%41.18

Codes

Color #004B96 in popluar color models

004B96
RGB075150
HSL210°100.00%29.41%
HSB/HSV210°100.00%58.82%
CMYK100.00%50.00%0.00%
41.18%

Color #004B96 in popluar number systems.

HEX004B96
Decimal075150
Binary0100101110010110
Octal0113226

Shades and tints

Shades of #004B96

#004B96
(0,75,150)
#004589
(0,69,137)
#003F7C
(0,63,124)
#00396F
(0,57,111)
#003362
(0,51,98)
#002D55
(0,45,85)
#002748
(0,39,72)
#00213B
(0,33,59)
#001B2E
(0,27,46)
#001521
(0,21,33)
#000F14
(0,15,20)
#000000
(0,0,0)

Tints of #004B96

#004B96
(0,75,150)
#175B9F
(23,91,159)
#2E6BA8
(46,107,168)
#457BB1
(69,123,177)
#5C8BBA
(92,139,186)
#739BC3
(115,155,195)
#8AABCC
(138,171,204)
#A1BBD5
(161,187,213)
#B8CBDE
(184,203,222)
#CFDBE7
(207,219,231)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004B96; }

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

This text font color is #004B96.


Background Color

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

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

This div background color is #004B96.


Border color

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

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

This div border color is #004B96.


Opacity

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

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

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

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

This text has shadow with #004B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004B96 on black background.


Color preview on white background

This text has color #004B96 on white background.



Black color preview on #004B96 background

This text has black color on #004B96 background.


White color preview on #004B96 background

This text has white color on #004B96 background.