COLOR #0054A8

HEX: #0054A8
RGB: (0,84,168)

Color info

#0054A8 contains mainly blue color. Web safe color of #0054A8 is #006699 (or #069).

RGB color model

#0054A8 color RGB value is (0,84,168).

  • red value is 0;
  • green value is 84;
  • blue value is 168.
RGB:
(0,84,168)
(0%,33%,66%)

RGB channels and saturation

R 0 of 255 = 0%
G 84 of 255 = 33%
B 168 of 255 = 66%

0
84
168

R + G + B ~ 33%. #0054A8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 84 + 168 = 252 (100%)
R 0 of 252 ~ 0%
G 84 of 252 ~ 33.33%
B 168 of 252 ~ 66.67%

%33.33
%66.67

CMYK color model

#0054A8 color CMYK value is (100,50,0,34).

  • cyan value is 100.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(100,50,0,34)
C100M50Y0K34 
(100%,50%,0%,34%)
(1.00/0.50/0.00/0.34)	

CMYK percentages

%100
%50
%0
%34.12

Codes

Color #0054A8 in popluar color models

0054A8
RGB084168
HSL210°100.00%32.94%
HSB/HSV210°100.00%65.88%
CMYK100.00%50.00%0.00%
34.12%

Color #0054A8 in popluar number systems.

HEX0054A8
Decimal084168
Binary0101010010101000
Octal0124250

Shades and tints

Shades of #0054A8

#0054A8
(0,84,168)
#004D99
(0,77,153)
#00468A
(0,70,138)
#003F7B
(0,63,123)
#00386C
(0,56,108)
#00315D
(0,49,93)
#002A4E
(0,42,78)
#00233F
(0,35,63)
#001C30
(0,28,48)
#001521
(0,21,33)
#000E12
(0,14,18)
#000000
(0,0,0)

Tints of #0054A8

#0054A8
(0,84,168)
#1763AF
(23,99,175)
#2E72B6
(46,114,182)
#4581BD
(69,129,189)
#5C90C4
(92,144,196)
#739FCB
(115,159,203)
#8AAED2
(138,174,210)
#A1BDD9
(161,189,217)
#B8CCE0
(184,204,224)
#CFDBE7
(207,219,231)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0054A8 color. Also use rgb(0,84,168) instead hex code.

Text Font Color

.myTextColor { color: #0054A8; }

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

This text font color is #0054A8.


Background Color

.myBgColor { background-color: #0054A8; }

<div style="background-color:#0054A8">Inner text</div>

This div background color is #0054A8.


Border color

.myBorderColor { border: 1px solid #0054A8; }

<div style="border:3px solid #0054A8">Div</div>

This div border color is #0054A8.


Opacity

.myOpacity80 { color: #0054A8; opacity: 0.8; }

<p style="color:#0054A8;opacity:0.8;">80%</p>

Text with #0054A8 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 #0054A8;}

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

This text has shadow with #0054A8 color.

.textShadow {text-shadow: 3px 3px 1px #0054A8, 3px 3px 1px red;}

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

This text has shadow with #0054A8 primary color and red secondary color.


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

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

This text has shadow with #0054A8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0054A8 on black background.


Color preview on white background

This text has color #0054A8 on white background.



Black color preview on #0054A8 background

This text has black color on #0054A8 background.


White color preview on #0054A8 background

This text has white color on #0054A8 background.