COLOR #05467A

HEX: #05467A
RGB: (5,70,122)

Color info

#05467A contains mainly green and blue colors. Web safe color of #05467A is #003366 (or #036).

RGB color model

#05467A color RGB value is (5,70,122).

  • red value is 5;
  • green value is 70;
  • blue value is 122.
RGB:
(5,70,122)
(2%,27%,48%)

RGB channels and saturation

R 5 of 255 = 2%
G 70 of 255 = 27%
B 122 of 255 = 48%

5
70
122

R + G + B ~ 26%. #05467A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 70 + 122 = 197 (100%)
R 5 of 197 ~ 2.54%
G 70 of 197 ~ 35.53%
B 122 of 197 ~ 61.93%

%35.53
%61.93

CMYK color model

#05467A color CMYK value is (96,43,0,52).

  • cyan value is 95.90%
  • magenta value is 42.62%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(96,43,0,52)
C96M43Y0K52 
(96%,43%,0%,52%)
(0.96/0.43/0.00/0.52)	

CMYK percentages

%95.9
%42.62
%0
%52.16

Codes

Color #05467A in popluar color models

05467A
RGB570122
HSL207°92.13%24.90%
HSB/HSV207°95.90%47.84%
CMYK95.90%42.62%0.00%
52.16%

Color #05467A in popluar number systems.

HEX05467A
Decimal570122
Binary10110001101111010
Octal5106172

Shades and tints

Shades of #05467A

#05467A
(5,70,122)
#05406F
(5,64,111)
#053A64
(5,58,100)
#053459
(5,52,89)
#052E4E
(5,46,78)
#052843
(5,40,67)
#052238
(5,34,56)
#051C2D
(5,28,45)
#051622
(5,22,34)
#051017
(5,16,23)
#050A0C
(5,10,12)
#000000
(0,0,0)

Tints of #05467A

#05467A
(5,70,122)
#1B5686
(27,86,134)
#316692
(49,102,146)
#47769E
(71,118,158)
#5D86AA
(93,134,170)
#7396B6
(115,150,182)
#89A6C2
(137,166,194)
#9FB6CE
(159,182,206)
#B5C6DA
(181,198,218)
#CBD6E6
(203,214,230)
#E1E6F2
(225,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05467A color. Also use rgb(5,70,122) instead hex code.

Text Font Color

.myTextColor { color: #05467A; }

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

This text font color is #05467A.


Background Color

.myBgColor { background-color: #05467A; }

<div style="background-color:#05467A">Inner text</div>

This div background color is #05467A.


Border color

.myBorderColor { border: 1px solid #05467A; }

<div style="border:3px solid #05467A">Div</div>

This div border color is #05467A.


Opacity

.myOpacity80 { color: #05467A; opacity: 0.8; }

<p style="color:#05467A;opacity:0.8;">80%</p>

Text with #05467A 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 #05467A;}

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

This text has shadow with #05467A color.

.textShadow {text-shadow: 3px 3px 1px #05467A, 3px 3px 1px red;}

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

This text has shadow with #05467A primary color and red secondary color.


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

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

This text has shadow with #05467A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05467A on black background.


Color preview on white background

This text has color #05467A on white background.



Black color preview on #05467A background

This text has black color on #05467A background.


White color preview on #05467A background

This text has white color on #05467A background.