COLOR #25519E

HEX: #25519E RGB: (37,81,158)

Color info

#25519E contains mainly blue color. Web safe color of #25519E is #336699 (or #369).

RGB color model

#25519E color RGB value is (37,81,158).

RGB: (37,81,158) (15%, 32%, 62%)

RGB channels and saturation

R 37 of 255 = 15%
G 81 of 255 = 32%
B 158 of 255 = 62%

37
81
158

R + G + B ~ 36%. #25519E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 81 + 158 = 276 (100%)
R 37 of 276 ~ 13.41%
G 81 of 276 ~ 29.35%
B 158 of 276 ~ 57.25'%

%13.41
%29.35
%57.25

CMYK color model

#25519E color CMYK value is (77,49,0,38).

  • cyan value is 76.58%
  • magenta value is 48.73%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (77,49,0,38)
C77M49Y0K38 (77%, 49%, 0%, 38%)
(0.77 / 0.49 / 0.00 / 0.38)

CMYK percentages

%76.58
%48.73
%0
%38.04

Codes

Color #25519E in popluar color models

25 51 9E
RGB 37 81 158
HSL 218° 62.05% 38.24%
HSB/HSV 218° 76.58% 61.96%
CMYK 76.58% 48.73% 0.00%
38.04%

Color #25519E in popluar number systems.

HEX 25 51 9E
Decimal 37 81 158
Binary 100101 1010001 10011110
Octal 45 121 236

Shades and tints

Shades of #25519E

#25519E
(37,81,158)
#224A90
(34,74,144)
#1F4382
(31,67,130)
#1C3C74
(28,60,116)
#193566
(25,53,102)
#162E58
(22,46,88)
#13274A
(19,39,74)
#10203C
(16,32,60)
#0D192E
(13,25,46)
#0A1220
(10,18,32)
#070B12
(7,11,18)
#000000
(0,0,0)

Tints of #25519E

#25519E
(37,81,158)
#3860A6
(56,96,166)
#4B6FAE
(75,111,174)
#5E7EB6
(94,126,182)
#718DBE
(113,141,190)
#849CC6
(132,156,198)
#97ABCE
(151,171,206)
#AABAD6
(170,186,214)
#BDC9DE
(189,201,222)
#D0D8E6
(208,216,230)
#E3E7EE
(227,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25519E color. Also use rgb(37,81,158) instead hex code.

Text Font Color

.myTextColor { color: #25519E; }

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

This text font color is #25519E.

Background Color

.myBgColor { background-color: #25519E; }

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

This div background color is #25519E.

Border color

.myBorderColor { border: 1px solid #25519E; }

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

This div border color is #25519E.

Opacity

.myOpacity80 { color: #25519E; opacity: 0.8; }

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

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

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

This text has shadow with #25519E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25519E.

Preview

Color preview on black background

This text has color #25519E on black background.


Color preview on white background

This text has color #25519E on white background.


Black color preview on #25519E background

This text has black color on #25519E background.


White color preview on #25519E background

This text has white color on #25519E background.


Related colors

Complementary color

Complementary color for #hex is #DAAE61.


I love getcolorcode.com

Triadic colors

1 #9E2551 and #519E25 with #25519E are triadic colors.

2 #9E5125 and #51259E with #25519E are triadic colors.