COLOR #251A66

HEX: #251A66
RGB: (37,26,102)

Color info

#251A66 contains mainly blue color. Web safe color of #251A66 is #330066 (or #306).

RGB color model

#251A66 color RGB value is (37,26,102).

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

RGB channels and saturation

R 37 of 255 = 15%
G 26 of 255 = 10%
B 102 of 255 = 40%

37
26
102

R + G + B ~ 22%. #251A66 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 26 + 102 = 165 (100%)
R 37 of 165 ~ 22.42%
G 26 of 165 ~ 15.76%
B 102 of 165 ~ 61.82%

%22.42
%15.76
%61.82

CMYK color model

#251A66 color CMYK value is (64,75,0,60).

  • cyan value is 63.73%
  • magenta value is 74.51%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(64,75,0,60)
C64M75Y0K60 
(64%,75%,0%,60%)
(0.64/0.75/0.00/0.60)	

CMYK percentages

%63.73
%74.51
%0
%60

Codes

Color #251A66 in popluar color models

251A66
RGB3726102
HSL249°59.38%25.10%
HSB/HSV249°74.51%40.00%
CMYK63.73%74.51%0.00%
60.00%

Color #251A66 in popluar number systems.

HEX251A66
Decimal3726102
Binary100101110101100110
Octal4532146

Shades and tints

Shades of #251A66

#251A66
(37,26,102)
#22185D
(34,24,93)
#1F1654
(31,22,84)
#1C144B
(28,20,75)
#191242
(25,18,66)
#161039
(22,16,57)
#130E30
(19,14,48)
#100C27
(16,12,39)
#0D0A1E
(13,10,30)
#0A0815
(10,8,21)
#07060C
(7,6,12)
#000000
(0,0,0)

Tints of #251A66

#251A66
(37,26,102)
#382E73
(56,46,115)
#4B4280
(75,66,128)
#5E568D
(94,86,141)
#716A9A
(113,106,154)
#847EA7
(132,126,167)
#9792B4
(151,146,180)
#AAA6C1
(170,166,193)
#BDBACE
(189,186,206)
#D0CEDB
(208,206,219)
#E3E2E8
(227,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251A66; }

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

This text font color is #251A66.


Background Color

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

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

This div background color is #251A66.


Border color

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

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

This div border color is #251A66.


Opacity

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

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

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

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

This text has shadow with #251A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251A66 on black background.


Color preview on white background

This text has color #251A66 on white background.



Black color preview on #251A66 background

This text has black color on #251A66 background.


White color preview on #251A66 background

This text has white color on #251A66 background.