COLOR #023E6F

HEX: #023E6F
RGB: (2,62,111)

Color info

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

RGB color model

#023E6F color RGB value is (2,62,111).

  • red value is 2;
  • green value is 62;
  • blue value is 111.
RGB:
(2,62,111)
(1%,24%,44%)

RGB channels and saturation

R 2 of 255 = 1%
G 62 of 255 = 24%
B 111 of 255 = 44%

2
62
111

R + G + B ~ 23%. #023E6F is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 62 + 111 = 175 (100%)
R 2 of 175 ~ 1.14%
G 62 of 175 ~ 35.43%
B 111 of 175 ~ 63.43%

%35.43
%63.43

CMYK color model

#023E6F color CMYK value is (98,44,0,56).

  • cyan value is 98.20%
  • magenta value is 44.14%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(98,44,0,56)
C98M44Y0K56 
(98%,44%,0%,56%)
(0.98/0.44/0.00/0.56)	

CMYK percentages

%98.2
%44.14
%0
%56.47

Codes

Color #023E6F in popluar color models

023E6F
RGB262111
HSL207°96.46%22.16%
HSB/HSV207°98.20%43.53%
CMYK98.20%44.14%0.00%
56.47%

Color #023E6F in popluar number systems.

HEX023E6F
Decimal262111
Binary101111101101111
Octal276157

Shades and tints

Shades of #023E6F

#023E6F
(2,62,111)
#023965
(2,57,101)
#02345B
(2,52,91)
#022F51
(2,47,81)
#022A47
(2,42,71)
#02253D
(2,37,61)
#022033
(2,32,51)
#021B29
(2,27,41)
#02161F
(2,22,31)
#021115
(2,17,21)
#020C0B
(2,12,11)
#000000
(0,0,0)

Tints of #023E6F

#023E6F
(2,62,111)
#194F7C
(25,79,124)
#306089
(48,96,137)
#477196
(71,113,150)
#5E82A3
(94,130,163)
#7593B0
(117,147,176)
#8CA4BD
(140,164,189)
#A3B5CA
(163,181,202)
#BAC6D7
(186,198,215)
#D1D7E4
(209,215,228)
#E8E8F1
(232,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #023E6F color. Also use rgb(2,62,111) instead hex code.

Text Font Color

.myTextColor { color: #023E6F; }

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

This text font color is #023E6F.


Background Color

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

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

This div background color is #023E6F.


Border color

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

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

This div border color is #023E6F.


Opacity

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

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

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

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

This text has shadow with #023E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #023E6F on black background.


Color preview on white background

This text has color #023E6F on white background.



Black color preview on #023E6F background

This text has black color on #023E6F background.


White color preview on #023E6F background

This text has white color on #023E6F background.