COLOR #052565

HEX: #052565 RGB: (5,37,101)

Color info

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

RGB color model

#052565 color RGB value is (5,37,101).

RGB: (5,37,101) (2%, 15%, 40%)

RGB channels and saturation

R 5 of 255 = 2%
G 37 of 255 = 15%
B 101 of 255 = 40%

5
37
101

R + G + B ~ 19%. #052565 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 37 + 101 = 143 (100%)
R 5 of 143 ~ 3.5%
G 37 of 143 ~ 25.87%
B 101 of 143 ~ 70.63'%

%25.87
%70.63

CMYK color model

#052565 color CMYK value is (95,63,0,60).

  • cyan value is 95.05%
  • magenta value is 63.37%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK: (95,63,0,60) C95M63Y0K60 (95%,63%,0%,60%) (0.95/0.63/0.00/0.60) 

CMYK percentages

%95.05
%63.37
%0
%60.39

Codes

Color #052565 in popluar color models

05 25 65
RGB 5 37 101
HSL 220° 90.57% 20.78%
HSB/HSV 220° 95.05% 39.61%
CMYK 95.05% 63.37% 0.00%
60.39%

Color #052565 in popluar number systems.

HEX 05 25 65
Decimal 5 37 101
Binary 101 100101 1100101
Octal 5 45 145

Shades and tints

Shades of #052565

#052565
(5,37,101)
#05225C
(5,34,92)
#051F53
(5,31,83)
#051C4A
(5,28,74)
#051941
(5,25,65)
#051638
(5,22,56)
#05132F
(5,19,47)
#051026
(5,16,38)
#050D1D
(5,13,29)
#050A14
(5,10,20)
#05070B
(5,7,11)
#000000
(0,0,0)

Tints of #052565

#052565
(5,37,101)
#1B3873
(27,56,115)
#314B81
(49,75,129)
#475E8F
(71,94,143)
#5D719D
(93,113,157)
#7384AB
(115,132,171)
#8997B9
(137,151,185)
#9FAAC7
(159,170,199)
#B5BDD5
(181,189,213)
#CBD0E3
(203,208,227)
#E1E3F1
(225,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052565 color. Also use rgb(5,37,101) instead hex code.

Text Font Color

.myTextColor { color: #052565; }

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

This text font color is #052565.

Background Color

.myBgColor { background-color: #052565; }

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

This div background color is #052565.

Border color

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

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

This div border color is #052565.

Opacity

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

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

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

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

This text has shadow with #052565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #052565.

Preview

Color preview on black background

This text has color #052565 on black background.


Color preview on white background

This text has color #052565 on white background.


Black color preview on #052565 background

This text has black color on #052565 background.


White color preview on #052565 background

This text has white color on #052565 background.


Related colors

Complementary color

Complementary color for #hex is #FADA9A.


I love getcolorcode.com

Triadic colors

1 #650525 and #256505 with #052565 are triadic colors.

2 #652505 and #250565 with #052565 are triadic colors.