COLOR #25155B

HEX: #25155B
RGB: (37,21,91)

Color info

#25155B contains mainly red and blue colors. Web safe color of #25155B is #330066 (or #306).

RGB color model

#25155B color RGB value is (37,21,91).

  • red value is 37;
  • green value is 21;
  • blue value is 91.
RGB:
(37,21,91)
(15%,8%,36%)

RGB channels and saturation

R 37 of 255 = 15%
G 21 of 255 = 8%
B 91 of 255 = 36%

37
21
91

R + G + B ~ 20%. #25155B is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 21 + 91 = 149 (100%)
R 37 of 149 ~ 24.83%
G 21 of 149 ~ 14.09%
B 91 of 149 ~ 61.07%

%24.83
%14.09
%61.07

CMYK color model

#25155B color CMYK value is (59,77,0,64).

  • cyan value is 59.34%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(59,77,0,64)
C59M77Y0K64 
(59%,77%,0%,64%)
(0.59/0.77/0.00/0.64)	

CMYK percentages

%59.34
%76.92
%0
%64.31

Codes

Color #25155B in popluar color models

25155B
RGB372191
HSL254°62.50%21.96%
HSB/HSV254°76.92%35.69%
CMYK59.34%76.92%0.00%
64.31%

Color #25155B in popluar number systems.

HEX25155B
Decimal372191
Binary100101101011011011
Octal4525133

Shades and tints

Shades of #25155B

#25155B
(37,21,91)
#221453
(34,20,83)
#1F134B
(31,19,75)
#1C1243
(28,18,67)
#19113B
(25,17,59)
#161033
(22,16,51)
#130F2B
(19,15,43)
#100E23
(16,14,35)
#0D0D1B
(13,13,27)
#0A0C13
(10,12,19)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #25155B

#25155B
(37,21,91)
#382A69
(56,42,105)
#4B3F77
(75,63,119)
#5E5485
(94,84,133)
#716993
(113,105,147)
#847EA1
(132,126,161)
#9793AF
(151,147,175)
#AAA8BD
(170,168,189)
#BDBDCB
(189,189,203)
#D0D2D9
(208,210,217)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25155B color. Also use rgb(37,21,91) instead hex code.

Text Font Color

.myTextColor { color: #25155B; }

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

This text font color is #25155B.


Background Color

.myBgColor { background-color: #25155B; }

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

This div background color is #25155B.


Border color

.myBorderColor { border: 1px solid #25155B; }

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

This div border color is #25155B.


Opacity

.myOpacity80 { color: #25155B; opacity: 0.8; }

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

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

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

This text has shadow with #25155B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25155B on black background.


Color preview on white background

This text has color #25155B on white background.



Black color preview on #25155B background

This text has black color on #25155B background.


White color preview on #25155B background

This text has white color on #25155B background.