COLOR #052375

HEX: #052375
RGB: (5,35,117)

Color info

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

RGB color model

#052375 color RGB value is (5,35,117).

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

RGB channels and saturation

R 5 of 255 = 2%
G 35 of 255 = 14%
B 117 of 255 = 46%

5
35
117

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

Portions of RGB colors in percentages

R + G + B =
5 + 35 + 117 = 157 (100%)
R 5 of 157 ~ 3.18%
G 35 of 157 ~ 22.29%
B 117 of 157 ~ 74.52%

%22.29
%74.52

CMYK color model

#052375 color CMYK value is (96,70,0,54).

  • cyan value is 95.73%
  • magenta value is 70.09%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(96,70,0,54)
C96M70Y0K54 
(96%,70%,0%,54%)
(0.96/0.70/0.00/0.54)	

CMYK percentages

%95.73
%70.09
%0
%54.12

Codes

Color #052375 in popluar color models

052375
RGB535117
HSL224°91.80%23.92%
HSB/HSV224°95.73%45.88%
CMYK95.73%70.09%0.00%
54.12%

Color #052375 in popluar number systems.

HEX052375
Decimal535117
Binary1011000111110101
Octal543165

Shades and tints

Shades of #052375

#052375
(5,35,117)
#05206B
(5,32,107)
#051D61
(5,29,97)
#051A57
(5,26,87)
#05174D
(5,23,77)
#051443
(5,20,67)
#051139
(5,17,57)
#050E2F
(5,14,47)
#050B25
(5,11,37)
#05081B
(5,8,27)
#050511
(5,5,17)
#000000
(0,0,0)

Tints of #052375

#052375
(5,35,117)
#1B3781
(27,55,129)
#314B8D
(49,75,141)
#475F99
(71,95,153)
#5D73A5
(93,115,165)
#7387B1
(115,135,177)
#899BBD
(137,155,189)
#9FAFC9
(159,175,201)
#B5C3D5
(181,195,213)
#CBD7E1
(203,215,225)
#E1EBED
(225,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052375; }

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

This text font color is #052375.


Background Color

.myBgColor { background-color: #052375; }

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

This div background color is #052375.


Border color

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

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

This div border color is #052375.


Opacity

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

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

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

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

This text has shadow with #052375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052375 on black background.


Color preview on white background

This text has color #052375 on white background.



Black color preview on #052375 background

This text has black color on #052375 background.


White color preview on #052375 background

This text has white color on #052375 background.