COLOR #251A58

HEX: #251A58
RGB: (37,26,88)

Color info

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

RGB color model

#251A58 color RGB value is (37,26,88).

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

RGB channels and saturation

R 37 of 255 = 15%
G 26 of 255 = 10%
B 88 of 255 = 35%

37
26
88

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

Portions of RGB colors in percentages

R + G + B =
37 + 26 + 88 = 151 (100%)
R 37 of 151 ~ 24.5%
G 26 of 151 ~ 17.22%
B 88 of 151 ~ 58.28%

%24.5
%17.22
%58.28

CMYK color model

#251A58 color CMYK value is (58,70,0,65).

  • cyan value is 57.95%
  • magenta value is 70.45%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(58,70,0,65)
C58M70Y0K65 
(58%,70%,0%,65%)
(0.58/0.70/0.00/0.65)	

CMYK percentages

%57.95
%70.45
%0
%65.49

Codes

Color #251A58 in popluar color models

251A58
RGB372688
HSL251°54.39%22.35%
HSB/HSV251°70.45%34.51%
CMYK57.95%70.45%0.00%
65.49%

Color #251A58 in popluar number systems.

HEX251A58
Decimal372688
Binary100101110101011000
Octal4532130

Shades and tints

Shades of #251A58

#251A58
(37,26,88)
#221850
(34,24,80)
#1F1648
(31,22,72)
#1C1440
(28,20,64)
#191238
(25,18,56)
#161030
(22,16,48)
#130E28
(19,14,40)
#100C20
(16,12,32)
#0D0A18
(13,10,24)
#0A0810
(10,8,16)
#070608
(7,6,8)
#000000
(0,0,0)

Tints of #251A58

#251A58
(37,26,88)
#382E67
(56,46,103)
#4B4276
(75,66,118)
#5E5685
(94,86,133)
#716A94
(113,106,148)
#847EA3
(132,126,163)
#9792B2
(151,146,178)
#AAA6C1
(170,166,193)
#BDBAD0
(189,186,208)
#D0CEDF
(208,206,223)
#E3E2EE
(227,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251A58; }

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

This text font color is #251A58.


Background Color

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

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

This div background color is #251A58.


Border color

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

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

This div border color is #251A58.


Opacity

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

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

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

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

This text has shadow with #251A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251A58 on black background.


Color preview on white background

This text has color #251A58 on white background.



Black color preview on #251A58 background

This text has black color on #251A58 background.


White color preview on #251A58 background

This text has white color on #251A58 background.