COLOR #025168

HEX: #025168
RGB: (2,81,104)

Color info

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

RGB color model

#025168 color RGB value is (2,81,104).

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

RGB channels and saturation

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

2
81
104

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

Portions of RGB colors in percentages

R + G + B =
2 + 81 + 104 = 187 (100%)
R 2 of 187 ~ 1.07%
G 81 of 187 ~ 43.32%
B 104 of 187 ~ 55.61%

%43.32
%55.61

CMYK color model

#025168 color CMYK value is (98,22,0,59).

  • cyan value is 98.08%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(98,22,0,59)
C98M22Y0K59 
(98%,22%,0%,59%)
(0.98/0.22/0.00/0.59)	

CMYK percentages

%98.08
%22.12
%0
%59.22

Codes

Color #025168 in popluar color models

025168
RGB281104
HSL194°96.23%20.78%
HSB/HSV194°98.08%40.78%
CMYK98.08%22.12%0.00%
59.22%

Color #025168 in popluar number systems.

HEX025168
Decimal281104
Binary1010100011101000
Octal2121150

Shades and tints

Shades of #025168

#025168
(2,81,104)
#024A5F
(2,74,95)
#024356
(2,67,86)
#023C4D
(2,60,77)
#023544
(2,53,68)
#022E3B
(2,46,59)
#022732
(2,39,50)
#022029
(2,32,41)
#021920
(2,25,32)
#021217
(2,18,23)
#020B0E
(2,11,14)
#000000
(0,0,0)

Tints of #025168

#025168
(2,81,104)
#196075
(25,96,117)
#306F82
(48,111,130)
#477E8F
(71,126,143)
#5E8D9C
(94,141,156)
#759CA9
(117,156,169)
#8CABB6
(140,171,182)
#A3BAC3
(163,186,195)
#BAC9D0
(186,201,208)
#D1D8DD
(209,216,221)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #025168; }

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

This text font color is #025168.


Background Color

.myBgColor { background-color: #025168; }

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

This div background color is #025168.


Border color

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

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

This div border color is #025168.


Opacity

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

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

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

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

This text has shadow with #025168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025168 on black background.


Color preview on white background

This text has color #025168 on white background.



Black color preview on #025168 background

This text has black color on #025168 background.


White color preview on #025168 background

This text has white color on #025168 background.