COLOR #251D59

HEX: #251D59
RGB: (37,29,89)

Color info

#251D59 contains mainly red and blue colors. Web safe color of #251D59 is #333366 (or #336).

RGB color model

#251D59 color RGB value is (37,29,89).

  • red value is 37;
  • green value is 29;
  • blue value is 89.
RGB:
(37,29,89)
(15%,11%,35%)

RGB channels and saturation

R 37 of 255 = 15%
G 29 of 255 = 11%
B 89 of 255 = 35%

37
29
89

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

Portions of RGB colors in percentages

R + G + B =
37 + 29 + 89 = 155 (100%)
R 37 of 155 ~ 23.87%
G 29 of 155 ~ 18.71%
B 89 of 155 ~ 57.42%

%23.87
%18.71
%57.42

CMYK color model

#251D59 color CMYK value is (58,67,0,65).

  • cyan value is 58.43%
  • magenta value is 67.42%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(58,67,0,65)
C58M67Y0K65 
(58%,67%,0%,65%)
(0.58/0.67/0.00/0.65)	

CMYK percentages

%58.43
%67.42
%0
%65.1

Codes

Color #251D59 in popluar color models

251D59
RGB372989
HSL248°50.85%23.14%
HSB/HSV248°67.42%34.90%
CMYK58.43%67.42%0.00%
65.10%

Color #251D59 in popluar number systems.

HEX251D59
Decimal372989
Binary100101111011011001
Octal4535131

Shades and tints

Shades of #251D59

#251D59
(37,29,89)
#221B51
(34,27,81)
#1F1949
(31,25,73)
#1C1741
(28,23,65)
#191539
(25,21,57)
#161331
(22,19,49)
#131129
(19,17,41)
#100F21
(16,15,33)
#0D0D19
(13,13,25)
#0A0B11
(10,11,17)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #251D59

#251D59
(37,29,89)
#383168
(56,49,104)
#4B4577
(75,69,119)
#5E5986
(94,89,134)
#716D95
(113,109,149)
#8481A4
(132,129,164)
#9795B3
(151,149,179)
#AAA9C2
(170,169,194)
#BDBDD1
(189,189,209)
#D0D1E0
(208,209,224)
#E3E5EF
(227,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251D59 color. Also use rgb(37,29,89) instead hex code.

Text Font Color

.myTextColor { color: #251D59; }

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

This text font color is #251D59.


Background Color

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

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

This div background color is #251D59.


Border color

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

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

This div border color is #251D59.


Opacity

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

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

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

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

This text has shadow with #251D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251D59 on black background.


Color preview on white background

This text has color #251D59 on white background.



Black color preview on #251D59 background

This text has black color on #251D59 background.


White color preview on #251D59 background

This text has white color on #251D59 background.