COLOR #251A48

HEX: #251A48
RGB: (37,26,72)

Color info

#251A48 contains red, green and blue colors in about the same proportion. Web safe color of #251A48 is #330033 (or #303).

RGB color model

#251A48 color RGB value is (37,26,72).

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

RGB channels and saturation

R 37 of 255 = 15%
G 26 of 255 = 10%
B 72 of 255 = 28%

37
26
72

R + G + B ~ 18%. #251A48 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 26 + 72 = 135 (100%)
R 37 of 135 ~ 27.41%
G 26 of 135 ~ 19.26%
B 72 of 135 ~ 53.33%

%27.41
%19.26
%53.33

CMYK color model

#251A48 color CMYK value is (49,64,0,72).

  • cyan value is 48.61%
  • magenta value is 63.89%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(49,64,0,72)
C49M64Y0K72 
(49%,64%,0%,72%)
(0.49/0.64/0.00/0.72)	

CMYK percentages

%48.61
%63.89
%0
%71.76

Codes

Color #251A48 in popluar color models

251A48
RGB372672
HSL254°46.94%19.22%
HSB/HSV254°63.89%28.24%
CMYK48.61%63.89%0.00%
71.76%

Color #251A48 in popluar number systems.

HEX251A48
Decimal372672
Binary100101110101001000
Octal4532110

Shades and tints

Shades of #251A48

#251A48
(37,26,72)
#221842
(34,24,66)
#1F163C
(31,22,60)
#1C1436
(28,20,54)
#191230
(25,18,48)
#16102A
(22,16,42)
#130E24
(19,14,36)
#100C1E
(16,12,30)
#0D0A18
(13,10,24)
#0A0812
(10,8,18)
#07060C
(7,6,12)
#000000
(0,0,0)

Tints of #251A48

#251A48
(37,26,72)
#382E58
(56,46,88)
#4B4268
(75,66,104)
#5E5678
(94,86,120)
#716A88
(113,106,136)
#847E98
(132,126,152)
#9792A8
(151,146,168)
#AAA6B8
(170,166,184)
#BDBAC8
(189,186,200)
#D0CED8
(208,206,216)
#E3E2E8
(227,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251A48; }

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

This text font color is #251A48.


Background Color

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

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

This div background color is #251A48.


Border color

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

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

This div border color is #251A48.


Opacity

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

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

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

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

This text has shadow with #251A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251A48 on black background.


Color preview on white background

This text has color #251A48 on white background.



Black color preview on #251A48 background

This text has black color on #251A48 background.


White color preview on #251A48 background

This text has white color on #251A48 background.