COLOR #052175

HEX: #052175
RGB: (5,33,117)

Color info

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

RGB color model

#052175 color RGB value is (5,33,117).

  • red value is 5;
  • green value is 33;
  • blue value is 117.
RGB:
(5,33,117)
(2%,13%,46%)

RGB channels and saturation

R 5 of 255 = 2%
G 33 of 255 = 13%
B 117 of 255 = 46%

5
33
117

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

Portions of RGB colors in percentages

R + G + B =
5 + 33 + 117 = 155 (100%)
R 5 of 155 ~ 3.23%
G 33 of 155 ~ 21.29%
B 117 of 155 ~ 75.48%

%21.29
%75.48

CMYK color model

#052175 color CMYK value is (96,72,0,54).

  • cyan value is 95.73%
  • magenta value is 71.79%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(96,72,0,54)
C96M72Y0K54 
(96%,72%,0%,54%)
(0.96/0.72/0.00/0.54)	

CMYK percentages

%95.73
%71.79
%0
%54.12

Codes

Color #052175 in popluar color models

052175
RGB533117
HSL225°91.80%23.92%
HSB/HSV225°95.73%45.88%
CMYK95.73%71.79%0.00%
54.12%

Color #052175 in popluar number systems.

HEX052175
Decimal533117
Binary1011000011110101
Octal541165

Shades and tints

Shades of #052175

#052175
(5,33,117)
#051E6B
(5,30,107)
#051B61
(5,27,97)
#051857
(5,24,87)
#05154D
(5,21,77)
#051243
(5,18,67)
#050F39
(5,15,57)
#050C2F
(5,12,47)
#050925
(5,9,37)
#05061B
(5,6,27)
#050311
(5,3,17)
#000000
(0,0,0)

Tints of #052175

#052175
(5,33,117)
#1B3581
(27,53,129)
#31498D
(49,73,141)
#475D99
(71,93,153)
#5D71A5
(93,113,165)
#7385B1
(115,133,177)
#8999BD
(137,153,189)
#9FADC9
(159,173,201)
#B5C1D5
(181,193,213)
#CBD5E1
(203,213,225)
#E1E9ED
(225,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052175 color. Also use rgb(5,33,117) instead hex code.

Text Font Color

.myTextColor { color: #052175; }

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

This text font color is #052175.


Background Color

.myBgColor { background-color: #052175; }

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

This div background color is #052175.


Border color

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

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

This div border color is #052175.


Opacity

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

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

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

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

This text has shadow with #052175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052175 on black background.


Color preview on white background

This text has color #052175 on white background.



Black color preview on #052175 background

This text has black color on #052175 background.


White color preview on #052175 background

This text has white color on #052175 background.