COLOR #052C68

HEX: #052C68
RGB: (5,44,104)

Color info

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

RGB color model

#052C68 color RGB value is (5,44,104).

  • red value is 5;
  • green value is 44;
  • blue value is 104.
RGB:
(5,44,104)
(2%,17%,41%)

RGB channels and saturation

R 5 of 255 = 2%
G 44 of 255 = 17%
B 104 of 255 = 41%

5
44
104

R + G + B ~ 20%. #052C68 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 44 + 104 = 153 (100%)
R 5 of 153 ~ 3.27%
G 44 of 153 ~ 28.76%
B 104 of 153 ~ 67.97%

%28.76
%67.97

CMYK color model

#052C68 color CMYK value is (95,58,0,59).

  • cyan value is 95.19%
  • magenta value is 57.69%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(95,58,0,59)
C95M58Y0K59 
(95%,58%,0%,59%)
(0.95/0.58/0.00/0.59)	

CMYK percentages

%95.19
%57.69
%0
%59.22

Codes

Color #052C68 in popluar color models

052C68
RGB544104
HSL216°90.83%21.37%
HSB/HSV216°95.19%40.78%
CMYK95.19%57.69%0.00%
59.22%

Color #052C68 in popluar number systems.

HEX052C68
Decimal544104
Binary1011011001101000
Octal554150

Shades and tints

Shades of #052C68

#052C68
(5,44,104)
#05285F
(5,40,95)
#052456
(5,36,86)
#05204D
(5,32,77)
#051C44
(5,28,68)
#05183B
(5,24,59)
#051432
(5,20,50)
#051029
(5,16,41)
#050C20
(5,12,32)
#050817
(5,8,23)
#05040E
(5,4,14)
#000000
(0,0,0)

Tints of #052C68

#052C68
(5,44,104)
#1B3F75
(27,63,117)
#315282
(49,82,130)
#47658F
(71,101,143)
#5D789C
(93,120,156)
#738BA9
(115,139,169)
#899EB6
(137,158,182)
#9FB1C3
(159,177,195)
#B5C4D0
(181,196,208)
#CBD7DD
(203,215,221)
#E1EAEA
(225,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052C68 color. Also use rgb(5,44,104) instead hex code.

Text Font Color

.myTextColor { color: #052C68; }

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

This text font color is #052C68.


Background Color

.myBgColor { background-color: #052C68; }

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

This div background color is #052C68.


Border color

.myBorderColor { border: 1px solid #052C68; }

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

This div border color is #052C68.


Opacity

.myOpacity80 { color: #052C68; opacity: 0.8; }

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

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

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

This text has shadow with #052C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052C68 on black background.


Color preview on white background

This text has color #052C68 on white background.



Black color preview on #052C68 background

This text has black color on #052C68 background.


White color preview on #052C68 background

This text has white color on #052C68 background.