COLOR #251E79

HEX: #251E79
RGB: (37,30,121)

Color info

#251E79 contains mainly blue color. Web safe color of #251E79 is #333366 (or #336).

RGB color model

#251E79 color RGB value is (37,30,121).

  • red value is 37;
  • green value is 30;
  • blue value is 121.
RGB:
(37,30,121)
(15%,12%,47%)

RGB channels and saturation

R 37 of 255 = 15%
G 30 of 255 = 12%
B 121 of 255 = 47%

37
30
121

R + G + B ~ 25%. #251E79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 30 + 121 = 188 (100%)
R 37 of 188 ~ 19.68%
G 30 of 188 ~ 15.96%
B 121 of 188 ~ 64.36%

%19.68
%15.96
%64.36

CMYK color model

#251E79 color CMYK value is (69,75,0,53).

  • cyan value is 69.42%
  • magenta value is 75.21%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(69,75,0,53)
C69M75Y0K53 
(69%,75%,0%,53%)
(0.69/0.75/0.00/0.53)	

CMYK percentages

%69.42
%75.21
%0
%52.55

Codes

Color #251E79 in popluar color models

251E79
RGB3730121
HSL245°60.26%29.61%
HSB/HSV245°75.21%47.45%
CMYK69.42%75.21%0.00%
52.55%

Color #251E79 in popluar number systems.

HEX251E79
Decimal3730121
Binary100101111101111001
Octal4536171

Shades and tints

Shades of #251E79

#251E79
(37,30,121)
#221C6E
(34,28,110)
#1F1A63
(31,26,99)
#1C1858
(28,24,88)
#19164D
(25,22,77)
#161442
(22,20,66)
#131237
(19,18,55)
#10102C
(16,16,44)
#0D0E21
(13,14,33)
#0A0C16
(10,12,22)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #251E79

#251E79
(37,30,121)
#383285
(56,50,133)
#4B4691
(75,70,145)
#5E5A9D
(94,90,157)
#716EA9
(113,110,169)
#8482B5
(132,130,181)
#9796C1
(151,150,193)
#AAAACD
(170,170,205)
#BDBED9
(189,190,217)
#D0D2E5
(208,210,229)
#E3E6F1
(227,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251E79 color. Also use rgb(37,30,121) instead hex code.

Text Font Color

.myTextColor { color: #251E79; }

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

This text font color is #251E79.


Background Color

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

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

This div background color is #251E79.


Border color

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

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

This div border color is #251E79.


Opacity

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

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

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

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

This text has shadow with #251E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251E79 on black background.


Color preview on white background

This text has color #251E79 on white background.



Black color preview on #251E79 background

This text has black color on #251E79 background.


White color preview on #251E79 background

This text has white color on #251E79 background.