COLOR #02357F

HEX: #02357F
RGB: (2,53,127)

Color info

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

RGB color model

#02357F color RGB value is (2,53,127).

  • red value is 2;
  • green value is 53;
  • blue value is 127.
RGB:
(2,53,127)
(1%,21%,50%)

RGB channels and saturation

R 2 of 255 = 1%
G 53 of 255 = 21%
B 127 of 255 = 50%

2
53
127

R + G + B ~ 24%. #02357F is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 53 + 127 = 182 (100%)
R 2 of 182 ~ 1.1%
G 53 of 182 ~ 29.12%
B 127 of 182 ~ 69.78%

%29.12
%69.78

CMYK color model

#02357F color CMYK value is (98,58,0,50).

  • cyan value is 98.43%
  • magenta value is 58.27%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(98,58,0,50)
C98M58Y0K50 
(98%,58%,0%,50%)
(0.98/0.58/0.00/0.50)	

CMYK percentages

%98.43
%58.27
%0
%50.2

Codes

Color #02357F in popluar color models

02357F
RGB253127
HSL216°96.90%25.29%
HSB/HSV216°98.43%49.80%
CMYK98.43%58.27%0.00%
50.20%

Color #02357F in popluar number systems.

HEX02357F
Decimal253127
Binary101101011111111
Octal265177

Shades and tints

Shades of #02357F

#02357F
(2,53,127)
#023174
(2,49,116)
#022D69
(2,45,105)
#02295E
(2,41,94)
#022553
(2,37,83)
#022148
(2,33,72)
#021D3D
(2,29,61)
#021932
(2,25,50)
#021527
(2,21,39)
#02111C
(2,17,28)
#020D11
(2,13,17)
#000000
(0,0,0)

Tints of #02357F

#02357F
(2,53,127)
#19478A
(25,71,138)
#305995
(48,89,149)
#476BA0
(71,107,160)
#5E7DAB
(94,125,171)
#758FB6
(117,143,182)
#8CA1C1
(140,161,193)
#A3B3CC
(163,179,204)
#BAC5D7
(186,197,215)
#D1D7E2
(209,215,226)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02357F color. Also use rgb(2,53,127) instead hex code.

Text Font Color

.myTextColor { color: #02357F; }

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

This text font color is #02357F.


Background Color

.myBgColor { background-color: #02357F; }

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

This div background color is #02357F.


Border color

.myBorderColor { border: 1px solid #02357F; }

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

This div border color is #02357F.


Opacity

.myOpacity80 { color: #02357F; opacity: 0.8; }

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

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

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

This text has shadow with #02357F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02357F on black background.


Color preview on white background

This text has color #02357F on white background.



Black color preview on #02357F background

This text has black color on #02357F background.


White color preview on #02357F background

This text has white color on #02357F background.