COLOR #004BBA

HEX: #004BBA
RGB: (0,75,186)

Color info

#004BBA contains mainly blue color. Web safe color of #004BBA is #0033CC (or #03C).

RGB color model

#004BBA color RGB value is (0,75,186).

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

RGB channels and saturation

R 0 of 255 = 0%
G 75 of 255 = 29%
B 186 of 255 = 73%

0
75
186

R + G + B ~ 34%. #004BBA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 75 + 186 = 261 (100%)
R 0 of 261 ~ 0%
G 75 of 261 ~ 28.74%
B 186 of 261 ~ 71.26%

%28.74
%71.26

CMYK color model

#004BBA color CMYK value is (100,60,0,27).

  • cyan value is 100.00%
  • magenta value is 59.68%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(100,60,0,27)
C100M60Y0K27 
(100%,60%,0%,27%)
(1.00/0.60/0.00/0.27)	

CMYK percentages

%100
%59.68
%0
%27.06

Codes

Color #004BBA in popluar color models

004BBA
RGB075186
HSL216°100.00%36.47%
HSB/HSV216°100.00%72.94%
CMYK100.00%59.68%0.00%
27.06%

Color #004BBA in popluar number systems.

HEX004BBA
Decimal075186
Binary0100101110111010
Octal0113272

Shades and tints

Shades of #004BBA

#004BBA
(0,75,186)
#0045AA
(0,69,170)
#003F9A
(0,63,154)
#00398A
(0,57,138)
#00337A
(0,51,122)
#002D6A
(0,45,106)
#00275A
(0,39,90)
#00214A
(0,33,74)
#001B3A
(0,27,58)
#00152A
(0,21,42)
#000F1A
(0,15,26)
#000000
(0,0,0)

Tints of #004BBA

#004BBA
(0,75,186)
#175BC0
(23,91,192)
#2E6BC6
(46,107,198)
#457BCC
(69,123,204)
#5C8BD2
(92,139,210)
#739BD8
(115,155,216)
#8AABDE
(138,171,222)
#A1BBE4
(161,187,228)
#B8CBEA
(184,203,234)
#CFDBF0
(207,219,240)
#E6EBF6
(230,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004BBA; }

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

This text font color is #004BBA.


Background Color

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

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

This div background color is #004BBA.


Border color

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

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

This div border color is #004BBA.


Opacity

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

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

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

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

This text has shadow with #004BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004BBA on black background.


Color preview on white background

This text has color #004BBA on white background.



Black color preview on #004BBA background

This text has black color on #004BBA background.


White color preview on #004BBA background

This text has white color on #004BBA background.