COLOR #052975

HEX: #052975
RGB: (5,41,117)

Color info

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

RGB color model

#052975 color RGB value is (5,41,117).

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

RGB channels and saturation

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

5
41
117

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

Portions of RGB colors in percentages

R + G + B =
5 + 41 + 117 = 163 (100%)
R 5 of 163 ~ 3.07%
G 41 of 163 ~ 25.15%
B 117 of 163 ~ 71.78%

%25.15
%71.78

CMYK color model

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

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

CMYK percentages

%95.73
%64.96
%0
%54.12

Codes

Color #052975 in popluar color models

052975
RGB541117
HSL221°91.80%23.92%
HSB/HSV221°95.73%45.88%
CMYK95.73%64.96%0.00%
54.12%

Color #052975 in popluar number systems.

HEX052975
Decimal541117
Binary1011010011110101
Octal551165

Shades and tints

Shades of #052975

#052975
(5,41,117)
#05266B
(5,38,107)
#052361
(5,35,97)
#052057
(5,32,87)
#051D4D
(5,29,77)
#051A43
(5,26,67)
#051739
(5,23,57)
#05142F
(5,20,47)
#051125
(5,17,37)
#050E1B
(5,14,27)
#050B11
(5,11,17)
#000000
(0,0,0)

Tints of #052975

#052975
(5,41,117)
#1B3C81
(27,60,129)
#314F8D
(49,79,141)
#476299
(71,98,153)
#5D75A5
(93,117,165)
#7388B1
(115,136,177)
#899BBD
(137,155,189)
#9FAEC9
(159,174,201)
#B5C1D5
(181,193,213)
#CBD4E1
(203,212,225)
#E1E7ED
(225,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052975; }

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

This text font color is #052975.


Background Color

.myBgColor { background-color: #052975; }

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

This div background color is #052975.


Border color

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

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

This div border color is #052975.


Opacity

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

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

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

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

This text has shadow with #052975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052975 on black background.


Color preview on white background

This text has color #052975 on white background.



Black color preview on #052975 background

This text has black color on #052975 background.


White color preview on #052975 background

This text has white color on #052975 background.