COLOR #052976

HEX: #052976
RGB: (5,41,118)

Color info

#052976 contains mainly blue color. Web safe color of #052976 is #003366 (or #036).

RGB color model

#052976 color RGB value is (5,41,118).

  • red value is 5;
  • green value is 41;
  • blue value is 118.
RGB:
(5,41,118)
(2%,16%,46%)

RGB channels and saturation

R 5 of 255 = 2%
G 41 of 255 = 16%
B 118 of 255 = 46%

5
41
118

R + G + B ~ 21%. #052976 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 41 + 118 = 164 (100%)
R 5 of 164 ~ 3.05%
G 41 of 164 ~ 25%
B 118 of 164 ~ 71.95%

%25
%71.95

CMYK color model

#052976 color CMYK value is (96,65,0,54).

  • cyan value is 95.76%
  • magenta value is 65.25%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(96,65,0,54)
C96M65Y0K54 
(96%,65%,0%,54%)
(0.96/0.65/0.00/0.54)	

CMYK percentages

%95.76
%65.25
%0
%53.73

Codes

Color #052976 in popluar color models

052976
RGB541118
HSL221°91.87%24.12%
HSB/HSV221°95.76%46.27%
CMYK95.76%65.25%0.00%
53.73%

Color #052976 in popluar number systems.

HEX052976
Decimal541118
Binary1011010011110110
Octal551166

Shades and tints

Shades of #052976

#052976
(5,41,118)
#05266C
(5,38,108)
#052362
(5,35,98)
#052058
(5,32,88)
#051D4E
(5,29,78)
#051A44
(5,26,68)
#05173A
(5,23,58)
#051430
(5,20,48)
#051126
(5,17,38)
#050E1C
(5,14,28)
#050B12
(5,11,18)
#000000
(0,0,0)

Tints of #052976

#052976
(5,41,118)
#1B3C82
(27,60,130)
#314F8E
(49,79,142)
#47629A
(71,98,154)
#5D75A6
(93,117,166)
#7388B2
(115,136,178)
#899BBE
(137,155,190)
#9FAECA
(159,174,202)
#B5C1D6
(181,193,214)
#CBD4E2
(203,212,226)
#E1E7EE
(225,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052976 color. Also use rgb(5,41,118) instead hex code.

Text Font Color

.myTextColor { color: #052976; }

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

This text font color is #052976.


Background Color

.myBgColor { background-color: #052976; }

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

This div background color is #052976.


Border color

.myBorderColor { border: 1px solid #052976; }

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

This div border color is #052976.


Opacity

.myOpacity80 { color: #052976; opacity: 0.8; }

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

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

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

This text has shadow with #052976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052976 on black background.


Color preview on white background

This text has color #052976 on white background.



Black color preview on #052976 background

This text has black color on #052976 background.


White color preview on #052976 background

This text has white color on #052976 background.