COLOR #025169

HEX: #025169
RGB: (2,81,105)

Color info

#025169 contains mainly green and blue colors. Web safe color of #025169 is #006666 (or #066).

RGB color model

#025169 color RGB value is (2,81,105).

  • red value is 2;
  • green value is 81;
  • blue value is 105.
RGB:
(2,81,105)
(1%,32%,41%)

RGB channels and saturation

R 2 of 255 = 1%
G 81 of 255 = 32%
B 105 of 255 = 41%

2
81
105

R + G + B ~ 25%. #025169 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 81 + 105 = 188 (100%)
R 2 of 188 ~ 1.06%
G 81 of 188 ~ 43.09%
B 105 of 188 ~ 55.85%

%43.09
%55.85

CMYK color model

#025169 color CMYK value is (98,23,0,59).

  • cyan value is 98.10%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(98,23,0,59)
C98M23Y0K59 
(98%,23%,0%,59%)
(0.98/0.23/0.00/0.59)	

CMYK percentages

%98.1
%22.86
%0
%58.82

Codes

Color #025169 in popluar color models

025169
RGB281105
HSL194°96.26%20.98%
HSB/HSV194°98.10%41.18%
CMYK98.10%22.86%0.00%
58.82%

Color #025169 in popluar number systems.

HEX025169
Decimal281105
Binary1010100011101001
Octal2121151

Shades and tints

Shades of #025169

#025169
(2,81,105)
#024A60
(2,74,96)
#024357
(2,67,87)
#023C4E
(2,60,78)
#023545
(2,53,69)
#022E3C
(2,46,60)
#022733
(2,39,51)
#02202A
(2,32,42)
#021921
(2,25,33)
#021218
(2,18,24)
#020B0F
(2,11,15)
#000000
(0,0,0)

Tints of #025169

#025169
(2,81,105)
#196076
(25,96,118)
#306F83
(48,111,131)
#477E90
(71,126,144)
#5E8D9D
(94,141,157)
#759CAA
(117,156,170)
#8CABB7
(140,171,183)
#A3BAC4
(163,186,196)
#BAC9D1
(186,201,209)
#D1D8DE
(209,216,222)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #025169; }

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

This text font color is #025169.


Background Color

.myBgColor { background-color: #025169; }

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

This div background color is #025169.


Border color

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

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

This div border color is #025169.


Opacity

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

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

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

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

This text has shadow with #025169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025169 on black background.


Color preview on white background

This text has color #025169 on white background.



Black color preview on #025169 background

This text has black color on #025169 background.


White color preview on #025169 background

This text has white color on #025169 background.