COLOR #023580

HEX: #023580
RGB: (2,53,128)

Color info

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

RGB color model

#023580 color RGB value is (2,53,128).

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

RGB channels and saturation

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

2
53
128

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

Portions of RGB colors in percentages

R + G + B =
2 + 53 + 128 = 183 (100%)
R 2 of 183 ~ 1.09%
G 53 of 183 ~ 28.96%
B 128 of 183 ~ 69.95%

%28.96
%69.95

CMYK color model

#023580 color CMYK value is (98,59,0,50).

  • cyan value is 98.44%
  • magenta value is 58.59%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(98,59,0,50)
C98M59Y0K50 
(98%,59%,0%,50%)
(0.98/0.59/0.00/0.50)	

CMYK percentages

%98.44
%58.59
%0
%49.8

Codes

Color #023580 in popluar color models

023580
RGB253128
HSL216°96.92%25.49%
HSB/HSV216°98.44%50.20%
CMYK98.44%58.59%0.00%
49.80%

Color #023580 in popluar number systems.

HEX023580
Decimal253128
Binary1011010110000000
Octal265200

Shades and tints

Shades of #023580

#023580
(2,53,128)
#023175
(2,49,117)
#022D6A
(2,45,106)
#02295F
(2,41,95)
#022554
(2,37,84)
#022149
(2,33,73)
#021D3E
(2,29,62)
#021933
(2,25,51)
#021528
(2,21,40)
#02111D
(2,17,29)
#020D12
(2,13,18)
#000000
(0,0,0)

Tints of #023580

#023580
(2,53,128)
#19478B
(25,71,139)
#305996
(48,89,150)
#476BA1
(71,107,161)
#5E7DAC
(94,125,172)
#758FB7
(117,143,183)
#8CA1C2
(140,161,194)
#A3B3CD
(163,179,205)
#BAC5D8
(186,197,216)
#D1D7E3
(209,215,227)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #023580; }

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

This text font color is #023580.


Background Color

.myBgColor { background-color: #023580; }

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

This div background color is #023580.


Border color

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

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

This div border color is #023580.


Opacity

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

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

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

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

This text has shadow with #023580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #023580 on black background.


Color preview on white background

This text has color #023580 on white background.



Black color preview on #023580 background

This text has black color on #023580 background.


White color preview on #023580 background

This text has white color on #023580 background.