COLOR #251A52

HEX: #251A52
RGB: (37,26,82)

Color info

#251A52 contains red, green and blue colors in about the same proportion. Web safe color of #251A52 is #330066 (or #306).

RGB color model

#251A52 color RGB value is (37,26,82).

  • red value is 37;
  • green value is 26;
  • blue value is 82.
RGB:
(37,26,82)
(15%,10%,32%)

RGB channels and saturation

R 37 of 255 = 15%
G 26 of 255 = 10%
B 82 of 255 = 32%

37
26
82

R + G + B ~ 19%. #251A52 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 26 + 82 = 145 (100%)
R 37 of 145 ~ 25.52%
G 26 of 145 ~ 17.93%
B 82 of 145 ~ 56.55%

%25.52
%17.93
%56.55

CMYK color model

#251A52 color CMYK value is (55,68,0,68).

  • cyan value is 54.88%
  • magenta value is 68.29%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(55,68,0,68)
C55M68Y0K68 
(55%,68%,0%,68%)
(0.55/0.68/0.00/0.68)	

CMYK percentages

%54.88
%68.29
%0
%67.84

Codes

Color #251A52 in popluar color models

251A52
RGB372682
HSL252°51.85%21.18%
HSB/HSV252°68.29%32.16%
CMYK54.88%68.29%0.00%
67.84%

Color #251A52 in popluar number systems.

HEX251A52
Decimal372682
Binary100101110101010010
Octal4532122

Shades and tints

Shades of #251A52

#251A52
(37,26,82)
#22184B
(34,24,75)
#1F1644
(31,22,68)
#1C143D
(28,20,61)
#191236
(25,18,54)
#16102F
(22,16,47)
#130E28
(19,14,40)
#100C21
(16,12,33)
#0D0A1A
(13,10,26)
#0A0813
(10,8,19)
#07060C
(7,6,12)
#000000
(0,0,0)

Tints of #251A52

#251A52
(37,26,82)
#382E61
(56,46,97)
#4B4270
(75,66,112)
#5E567F
(94,86,127)
#716A8E
(113,106,142)
#847E9D
(132,126,157)
#9792AC
(151,146,172)
#AAA6BB
(170,166,187)
#BDBACA
(189,186,202)
#D0CED9
(208,206,217)
#E3E2E8
(227,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251A52 color. Also use rgb(37,26,82) instead hex code.

Text Font Color

.myTextColor { color: #251A52; }

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

This text font color is #251A52.


Background Color

.myBgColor { background-color: #251A52; }

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

This div background color is #251A52.


Border color

.myBorderColor { border: 1px solid #251A52; }

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

This div border color is #251A52.


Opacity

.myOpacity80 { color: #251A52; opacity: 0.8; }

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

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

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

This text has shadow with #251A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251A52 on black background.


Color preview on white background

This text has color #251A52 on white background.



Black color preview on #251A52 background

This text has black color on #251A52 background.


White color preview on #251A52 background

This text has white color on #251A52 background.