COLOR #25819F

HEX: #25819F RGB: (37,129,159)

Color info

#25819F contains mainly green and blue colors. Web safe color of #25819F is #339999 (or #399).

RGB color model

#25819F color RGB value is (37,129,159).

RGB: (37,129,159) (15%, 51%, 62%)

RGB channels and saturation

R 37 of 255 = 15%
G 129 of 255 = 51%
B 159 of 255 = 62%

37
129
159

R + G + B ~ 43%. #25819F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 37 + 129 + 159 = 325 (100%)
R 37 of 325 ~ 11.38%
G 129 of 325 ~ 39.69%
B 159 of 325 ~ 48.92'%

%11.38
%39.69
%48.92

CMYK color model

#25819F color CMYK value is (77,19,0,38).

  • cyan value is 76.73%
  • magenta value is 18.87%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (77,19,0,38)
C77M19Y0K38 (77%, 19%, 0%, 38%)
(0.77 / 0.19 / 0.00 / 0.38)

CMYK percentages

%76.73
%18.87
%0
%37.65

Codes

Color #25819F in popluar color models

25 81 9F
RGB 37 129 159
HSL 195° 62.24% 38.43%
HSB/HSV 195° 76.73% 62.35%
CMYK 76.73% 18.87% 0.00%
37.65%

Color #25819F in popluar number systems.

HEX 25 81 9F
Decimal 37 129 159
Binary 100101 10000001 10011111
Octal 45 201 237

Shades and tints

Shades of #25819F

#25819F
(37,129,159)
#227691
(34,118,145)
#1F6B83
(31,107,131)
#1C6075
(28,96,117)
#195567
(25,85,103)
#164A59
(22,74,89)
#133F4B
(19,63,75)
#10343D
(16,52,61)
#0D292F
(13,41,47)
#0A1E21
(10,30,33)
#071313
(7,19,19)
#000000
(0,0,0)

Tints of #25819F

#25819F
(37,129,159)
#388CA7
(56,140,167)
#4B97AF
(75,151,175)
#5EA2B7
(94,162,183)
#71ADBF
(113,173,191)
#84B8C7
(132,184,199)
#97C3CF
(151,195,207)
#AACED7
(170,206,215)
#BDD9DF
(189,217,223)
#D0E4E7
(208,228,231)
#E3EFEF
(227,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25819F color. Also use rgb(37,129,159) instead hex code.

Text Font Color

.myTextColor { color: #25819F; }

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

This text font color is #25819F.

Background Color

.myBgColor { background-color: #25819F; }

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

This div background color is #25819F.

Border color

.myBorderColor { border: 1px solid #25819F; }

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

This div border color is #25819F.

Opacity

.myOpacity80 { color: #25819F; opacity: 0.8; }

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

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

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

This text has shadow with #25819F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25819F.

Preview

Color preview on black background

This text has color #25819F on black background.


Color preview on white background

This text has color #25819F on white background.


Black color preview on #25819F background

This text has black color on #25819F background.


White color preview on #25819F background

This text has white color on #25819F background.


Related colors

Complementary color

Complementary color for #hex is #DA7E60.


I love getcolorcode.com

Triadic colors

1 #9F2581 and #819F25 with #25819F are triadic colors.

2 #9F8125 and #81259F with #25819F are triadic colors.