COLOR #004BA3

HEX: #004BA3
RGB: (0,75,163)

Color info

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

RGB color model

#004BA3 color RGB value is (0,75,163).

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

RGB channels and saturation

R 0 of 255 = 0%
G 75 of 255 = 29%
B 163 of 255 = 64%

0
75
163

R + G + B ~ 31%. #004BA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 75 + 163 = 238 (100%)
R 0 of 238 ~ 0%
G 75 of 238 ~ 31.51%
B 163 of 238 ~ 68.49%

%31.51
%68.49

CMYK color model

#004BA3 color CMYK value is (100,54,0,36).

  • cyan value is 100.00%
  • magenta value is 53.99%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(100,54,0,36)
C100M54Y0K36 
(100%,54%,0%,36%)
(1.00/0.54/0.00/0.36)	

CMYK percentages

%100
%53.99
%0
%36.08

Codes

Color #004BA3 in popluar color models

004BA3
RGB075163
HSL212°100.00%31.96%
HSB/HSV212°100.00%63.92%
CMYK100.00%53.99%0.00%
36.08%

Color #004BA3 in popluar number systems.

HEX004BA3
Decimal075163
Binary0100101110100011
Octal0113243

Shades and tints

Shades of #004BA3

#004BA3
(0,75,163)
#004595
(0,69,149)
#003F87
(0,63,135)
#003979
(0,57,121)
#00336B
(0,51,107)
#002D5D
(0,45,93)
#00274F
(0,39,79)
#002141
(0,33,65)
#001B33
(0,27,51)
#001525
(0,21,37)
#000F17
(0,15,23)
#000000
(0,0,0)

Tints of #004BA3

#004BA3
(0,75,163)
#175BAB
(23,91,171)
#2E6BB3
(46,107,179)
#457BBB
(69,123,187)
#5C8BC3
(92,139,195)
#739BCB
(115,155,203)
#8AABD3
(138,171,211)
#A1BBDB
(161,187,219)
#B8CBE3
(184,203,227)
#CFDBEB
(207,219,235)
#E6EBF3
(230,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004BA3; }

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

This text font color is #004BA3.


Background Color

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

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

This div background color is #004BA3.


Border color

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

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

This div border color is #004BA3.


Opacity

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

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

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

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

This text has shadow with #004BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004BA3 on black background.


Color preview on white background

This text has color #004BA3 on white background.



Black color preview on #004BA3 background

This text has black color on #004BA3 background.


White color preview on #004BA3 background

This text has white color on #004BA3 background.