COLOR #054F98

HEX: #054F98
RGB: (5,79,152)

Color info

#054F98 contains mainly blue color. Web safe color of #054F98 is #006699 (or #069).

RGB color model

#054F98 color RGB value is (5,79,152).

  • red value is 5;
  • green value is 79;
  • blue value is 152.
RGB:
(5,79,152)
(2%,31%,60%)

RGB channels and saturation

R 5 of 255 = 2%
G 79 of 255 = 31%
B 152 of 255 = 60%

5
79
152

R + G + B ~ 31%. #054F98 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 79 + 152 = 236 (100%)
R 5 of 236 ~ 2.12%
G 79 of 236 ~ 33.47%
B 152 of 236 ~ 64.41%

%33.47
%64.41

CMYK color model

#054F98 color CMYK value is (97,48,0,40).

  • cyan value is 96.71%
  • magenta value is 48.03%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(97,48,0,40)
C97M48Y0K40 
(97%,48%,0%,40%)
(0.97/0.48/0.00/0.40)	

CMYK percentages

%96.71
%48.03
%0
%40.39

Codes

Color #054F98 in popluar color models

054F98
RGB579152
HSL210°93.63%30.78%
HSB/HSV210°96.71%59.61%
CMYK96.71%48.03%0.00%
40.39%

Color #054F98 in popluar number systems.

HEX054F98
Decimal579152
Binary101100111110011000
Octal5117230

Shades and tints

Shades of #054F98

#054F98
(5,79,152)
#05488B
(5,72,139)
#05417E
(5,65,126)
#053A71
(5,58,113)
#053364
(5,51,100)
#052C57
(5,44,87)
#05254A
(5,37,74)
#051E3D
(5,30,61)
#051730
(5,23,48)
#051023
(5,16,35)
#050916
(5,9,22)
#000000
(0,0,0)

Tints of #054F98

#054F98
(5,79,152)
#1B5FA1
(27,95,161)
#316FAA
(49,111,170)
#477FB3
(71,127,179)
#5D8FBC
(93,143,188)
#739FC5
(115,159,197)
#89AFCE
(137,175,206)
#9FBFD7
(159,191,215)
#B5CFE0
(181,207,224)
#CBDFE9
(203,223,233)
#E1EFF2
(225,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #054F98 color. Also use rgb(5,79,152) instead hex code.

Text Font Color

.myTextColor { color: #054F98; }

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

This text font color is #054F98.


Background Color

.myBgColor { background-color: #054F98; }

<div style="background-color:#054F98">Inner text</div>

This div background color is #054F98.


Border color

.myBorderColor { border: 1px solid #054F98; }

<div style="border:3px solid #054F98">Div</div>

This div border color is #054F98.


Opacity

.myOpacity80 { color: #054F98; opacity: 0.8; }

<p style="color:#054F98;opacity:0.8;">80%</p>

Text with #054F98 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 #054F98;}

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

This text has shadow with #054F98 color.

.textShadow {text-shadow: 3px 3px 1px #054F98, 3px 3px 1px red;}

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

This text has shadow with #054F98 primary color and red secondary color.


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

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

This text has shadow with #054F98 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #054F98 on black background.


Color preview on white background

This text has color #054F98 on white background.



Black color preview on #054F98 background

This text has black color on #054F98 background.


White color preview on #054F98 background

This text has white color on #054F98 background.