COLOR #025143

HEX: #025143 RGB: (2,81,67)

Color info

#025143 contains mainly green and blue colors. Web safe color of #025143 is #006633 (or #063).

RGB color model

#025143 color RGB value is (2,81,67).

RGB: (2,81,67) (1%, 32%, 26%)

RGB channels and saturation

R 2 of 255 = 1%
G 81 of 255 = 32%
B 67 of 255 = 26%

2
81
67

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

Portions of RGB colors in percentages

R + G + B = 2 + 81 + 67 = 150 (100%)
R 2 of 150 ~ 1.33%
G 81 of 150 ~ 54%
B 67 of 150 ~ 44.67'%

%54
%44.67

CMYK color model

#025143 color CMYK value is (98,0,17,68).

  • cyan value is 97.53%
  • magenta value is 0.00%
  • yellow value is 17.28%
  • key color value is 68.24%
CMYK: (98,0,17,68) C98M0Y17K68 (98%,0%,17%,68%) (0.98/0.00/0.17/0.68) 

CMYK percentages

%97.53
%0
%17.28
%68.24

Codes

Color #025143 in popluar color models

02 51 43
RGB 2 81 67
HSL 169° 95.18% 16.27%
HSB/HSV 169° 97.53% 31.76%
CMYK 97.53% 0.00% 17.28%
68.24%

Color #025143 in popluar number systems.

HEX 02 51 43
Decimal 2 81 67
Binary 10 1010001 1000011
Octal 2 121 103

Shades and tints

Shades of #025143

#025143
(2,81,67)
#024A3D
(2,74,61)
#024337
(2,67,55)
#023C31
(2,60,49)
#02352B
(2,53,43)
#022E25
(2,46,37)
#02271F
(2,39,31)
#022019
(2,32,25)
#021913
(2,25,19)
#02120D
(2,18,13)
#020B07
(2,11,7)
#000000
(0,0,0)

Tints of #025143

#025143
(2,81,67)
#196054
(25,96,84)
#306F65
(48,111,101)
#477E76
(71,126,118)
#5E8D87
(94,141,135)
#759C98
(117,156,152)
#8CABA9
(140,171,169)
#A3BABA
(163,186,186)
#BAC9CB
(186,201,203)
#D1D8DC
(209,216,220)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #025143; }

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

This text font color is #025143.

Background Color

.myBgColor { background-color: #025143; }

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

This div background color is #025143.

Border color

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

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

This div border color is #025143.

Opacity

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

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

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

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

This text has shadow with #025143 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #025143.

Preview

Color preview on black background

This text has color #025143 on black background.


Color preview on white background

This text has color #025143 on white background.


Black color preview on #025143 background

This text has black color on #025143 background.


White color preview on #025143 background

This text has white color on #025143 background.


Related colors

Complementary color

Complementary color for #hex is #FDAEBC.


I love getcolorcode.com

Triadic colors

1 #430251 and #514302 with #025143 are triadic colors.

2 #435102 and #510243 with #025143 are triadic colors.