COLOR #25399F

HEX: #25399F
RGB: (37,57,159)

Color info

#25399F contains mainly blue color. Web safe color of #25399F is #333399 (or #339).

RGB color model

#25399F color RGB value is (37,57,159).

  • red value is 37;
  • green value is 57;
  • blue value is 159.
RGB:
(37,57,159)
(15%,22%,62%)

RGB channels and saturation

R 37 of 255 = 15%
G 57 of 255 = 22%
B 159 of 255 = 62%

37
57
159

R + G + B ~ 33%. #25399F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 57 + 159 = 253 (100%)
R 37 of 253 ~ 14.62%
G 57 of 253 ~ 22.53%
B 159 of 253 ~ 62.85%

%14.62
%22.53
%62.85

CMYK color model

#25399F color CMYK value is (77,64,0,38).

  • cyan value is 76.73%
  • magenta value is 64.15%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(77,64,0,38)
C77M64Y0K38 
(77%,64%,0%,38%)
(0.77/0.64/0.00/0.38)	

CMYK percentages

%76.73
%64.15
%0
%37.65

Codes

Color #25399F in popluar color models

25399F
RGB3757159
HSL230°62.24%38.43%
HSB/HSV230°76.73%62.35%
CMYK76.73%64.15%0.00%
37.65%

Color #25399F in popluar number systems.

HEX25399F
Decimal3757159
Binary10010111100110011111
Octal4571237

Shades and tints

Shades of #25399F

#25399F
(37,57,159)
#223491
(34,52,145)
#1F2F83
(31,47,131)
#1C2A75
(28,42,117)
#192567
(25,37,103)
#162059
(22,32,89)
#131B4B
(19,27,75)
#10163D
(16,22,61)
#0D112F
(13,17,47)
#0A0C21
(10,12,33)
#070713
(7,7,19)
#000000
(0,0,0)

Tints of #25399F

#25399F
(37,57,159)
#384BA7
(56,75,167)
#4B5DAF
(75,93,175)
#5E6FB7
(94,111,183)
#7181BF
(113,129,191)
#8493C7
(132,147,199)
#97A5CF
(151,165,207)
#AAB7D7
(170,183,215)
#BDC9DF
(189,201,223)
#D0DBE7
(208,219,231)
#E3EDEF
(227,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25399F; }

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

This text font color is #25399F.


Background Color

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

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

This div background color is #25399F.


Border color

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

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

This div border color is #25399F.


Opacity

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

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

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

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

This text has shadow with #25399F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25399F on black background.


Color preview on white background

This text has color #25399F on white background.



Black color preview on #25399F background

This text has black color on #25399F background.


White color preview on #25399F background

This text has white color on #25399F background.