COLOR #023B5F

HEX: #023B5F
RGB: (2,59,95)

Color info

#023B5F contains mainly green and blue colors. Web safe color of #023B5F is #003366 (or #036).

RGB color model

#023B5F color RGB value is (2,59,95).

  • red value is 2;
  • green value is 59;
  • blue value is 95.
RGB:
(2,59,95)
(1%,23%,37%)

RGB channels and saturation

R 2 of 255 = 1%
G 59 of 255 = 23%
B 95 of 255 = 37%

2
59
95

R + G + B ~ 20%. #023B5F is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 59 + 95 = 156 (100%)
R 2 of 156 ~ 1.28%
G 59 of 156 ~ 37.82%
B 95 of 156 ~ 60.9%

%37.82
%60.9

CMYK color model

#023B5F color CMYK value is (98,38,0,63).

  • cyan value is 97.89%
  • magenta value is 37.89%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(98,38,0,63)
C98M38Y0K63 
(98%,38%,0%,63%)
(0.98/0.38/0.00/0.63)	

CMYK percentages

%97.89
%37.89
%0
%62.75

Codes

Color #023B5F in popluar color models

023B5F
RGB25995
HSL203°95.88%19.02%
HSB/HSV203°97.89%37.25%
CMYK97.89%37.89%0.00%
62.75%

Color #023B5F in popluar number systems.

HEX023B5F
Decimal25995
Binary101110111011111
Octal273137

Shades and tints

Shades of #023B5F

#023B5F
(2,59,95)
#023657
(2,54,87)
#02314F
(2,49,79)
#022C47
(2,44,71)
#02273F
(2,39,63)
#022237
(2,34,55)
#021D2F
(2,29,47)
#021827
(2,24,39)
#02131F
(2,19,31)
#020E17
(2,14,23)
#02090F
(2,9,15)
#000000
(0,0,0)

Tints of #023B5F

#023B5F
(2,59,95)
#194C6D
(25,76,109)
#305D7B
(48,93,123)
#476E89
(71,110,137)
#5E7F97
(94,127,151)
#7590A5
(117,144,165)
#8CA1B3
(140,161,179)
#A3B2C1
(163,178,193)
#BAC3CF
(186,195,207)
#D1D4DD
(209,212,221)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #023B5F color. Also use rgb(2,59,95) instead hex code.

Text Font Color

.myTextColor { color: #023B5F; }

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

This text font color is #023B5F.


Background Color

.myBgColor { background-color: #023B5F; }

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

This div background color is #023B5F.


Border color

.myBorderColor { border: 1px solid #023B5F; }

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

This div border color is #023B5F.


Opacity

.myOpacity80 { color: #023B5F; opacity: 0.8; }

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

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

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

This text has shadow with #023B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #023B5F on black background.


Color preview on white background

This text has color #023B5F on white background.



Black color preview on #023B5F background

This text has black color on #023B5F background.


White color preview on #023B5F background

This text has white color on #023B5F background.