COLOR #023D51

HEX: #023D51 RGB: (2,61,81)

Color info

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

RGB color model

#023D51 color RGB value is (2,61,81).

RGB: (2,61,81) (1%, 24%, 32%)

RGB channels and saturation

R 2 of 255 = 1%
G 61 of 255 = 24%
B 81 of 255 = 32%

2
61
81

R + G + B ~ 19%. #023D51 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 61 + 81 = 144 (100%)
R 2 of 144 ~ 1.39%
G 61 of 144 ~ 42.36%
B 81 of 144 ~ 56.25'%

%42.36
%56.25

CMYK color model

#023D51 color CMYK value is (98,25,0,68).

  • cyan value is 97.53%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (98,25,0,68)
C98M25Y0K68 (98%, 25%, 0%, 68%)
(0.98 / 0.25 / 0.00 / 0.68)

CMYK percentages

%97.53
%24.69
%0
%68.24

Codes

Color #023D51 in popluar color models

02 3D 51
RGB 2 61 81
HSL 195° 95.18% 16.27%
HSB/HSV 195° 97.53% 31.76%
CMYK 97.53% 24.69% 0.00%
68.24%

Color #023D51 in popluar number systems.

HEX 02 3D 51
Decimal 2 61 81
Binary 10 111101 1010001
Octal 2 75 121

Shades and tints

Shades of #023D51

#023D51
(2,61,81)
#02384A
(2,56,74)
#023343
(2,51,67)
#022E3C
(2,46,60)
#022935
(2,41,53)
#02242E
(2,36,46)
#021F27
(2,31,39)
#021A20
(2,26,32)
#021519
(2,21,25)
#021012
(2,16,18)
#020B0B
(2,11,11)
#000000
(0,0,0)

Tints of #023D51

#023D51
(2,61,81)
#194E60
(25,78,96)
#305F6F
(48,95,111)
#47707E
(71,112,126)
#5E818D
(94,129,141)
#75929C
(117,146,156)
#8CA3AB
(140,163,171)
#A3B4BA
(163,180,186)
#BAC5C9
(186,197,201)
#D1D6D8
(209,214,216)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #023D51 color. Also use rgb(2,61,81) instead hex code.

Text Font Color

.myTextColor { color: #023D51; }

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

This text font color is #023D51.

Background Color

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

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

This div background color is #023D51.

Border color

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

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

This div border color is #023D51.

Opacity

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

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

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

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

This text has shadow with #023D51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #023D51.

Preview

Color preview on black background

This text has color #023D51 on black background.


Color preview on white background

This text has color #023D51 on white background.


Black color preview on #023D51 background

This text has black color on #023D51 background.


White color preview on #023D51 background

This text has white color on #023D51 background.


Related colors

Complementary color

Complementary color for #hex is #FDC2AE.


I love getcolorcode.com

Triadic colors

1 #51023D and #3D5102 with #023D51 are triadic colors.

2 #513D02 and #3D0251 with #023D51 are triadic colors.