COLOR #251996

HEX: #251996 RGB: (37,25,150)

Color info

#251996 contains mainly blue color. Web safe color of #251996 is #330099 (or #309).

RGB color model

#251996 color RGB value is (37,25,150).

RGB: (37,25,150) (15%, 10%, 59%)

RGB channels and saturation

R 37 of 255 = 15%
G 25 of 255 = 10%
B 150 of 255 = 59%

37
25
150

R + G + B ~ 28%. #251996 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 25 + 150 = 212 (100%)
R 37 of 212 ~ 17.45%
G 25 of 212 ~ 11.79%
B 150 of 212 ~ 70.75'%

%17.45
%11.79
%70.75

CMYK color model

#251996 color CMYK value is (75,83,0,41).

  • cyan value is 75.33%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK: (75,83,0,41) C75M83Y0K41 (75%,83%,0%,41%) (0.75/0.83/0.00/0.41) 

CMYK percentages

%75.33
%83.33
%0
%41.18

Codes

Color #251996 in popluar color models

25 19 96
RGB 37 25 150
HSL 246° 71.43% 34.31%
HSB/HSV 246° 83.33% 58.82%
CMYK 75.33% 83.33% 0.00%
41.18%

Color #251996 in popluar number systems.

HEX 25 19 96
Decimal 37 25 150
Binary 100101 11001 10010110
Octal 45 31 226

Shades and tints

Shades of #251996

#251996
(37,25,150)
#221789
(34,23,137)
#1F157C
(31,21,124)
#1C136F
(28,19,111)
#191162
(25,17,98)
#160F55
(22,15,85)
#130D48
(19,13,72)
#100B3B
(16,11,59)
#0D092E
(13,9,46)
#0A0721
(10,7,33)
#070514
(7,5,20)
#000000
(0,0,0)

Tints of #251996

#251996
(37,25,150)
#382D9F
(56,45,159)
#4B41A8
(75,65,168)
#5E55B1
(94,85,177)
#7169BA
(113,105,186)
#847DC3
(132,125,195)
#9791CC
(151,145,204)
#AAA5D5
(170,165,213)
#BDB9DE
(189,185,222)
#D0CDE7
(208,205,231)
#E3E1F0
(227,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251996 color. Also use rgb(37,25,150) instead hex code.

Text Font Color

.myTextColor { color: #251996; }

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

This text font color is #251996.

Background Color

.myBgColor { background-color: #251996; }

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

This div background color is #251996.

Border color

.myBorderColor { border: 1px solid #251996; }

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

This div border color is #251996.

Opacity

.myOpacity80 { color: #251996; opacity: 0.8; }

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

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

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

This text has shadow with #251996 color.


.textShadow {text-shadow: 3px 3px 1px #251996', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #251996; -webkit-box-shadow: 1px 1px 3px 2px #251996; box-shadow:1px 1px 3px 2px #251996;">
Div content here
</div>

This div box has shadow with color #251996.

Preview

Color preview on black background

This text has color #251996 on black background.


Color preview on white background

This text has color #251996 on white background.


Black color preview on #251996 background

This text has black color on #251996 background.


White color preview on #251996 background

This text has white color on #251996 background.


Related colors

Complementary color

Complementary color for #hex is #DAE669.


I love getcolorcode.com

Triadic colors

1 #962519 and #199625 with #251996 are triadic colors.

2 #961925 and #192596 with #251996 are triadic colors.