COLOR #250E97

HEX: #250E97
RGB: (37,14,151)

Color info

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

RGB color model

#250E97 color RGB value is (37,14,151).

  • red value is 37;
  • green value is 14;
  • blue value is 151.
RGB:
(37,14,151)
(15%,5%,59%)

RGB channels and saturation

R 37 of 255 = 15%
G 14 of 255 = 5%
B 151 of 255 = 59%

37
14
151

R + G + B ~ 26%. #250E97 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 14 + 151 = 202 (100%)
R 37 of 202 ~ 18.32%
G 14 of 202 ~ 6.93%
B 151 of 202 ~ 74.75%

%18.32
%74.75

CMYK color model

#250E97 color CMYK value is (75,91,0,41).

  • cyan value is 75.50%
  • magenta value is 90.73%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(75,91,0,41)
C75M91Y0K41 
(75%,91%,0%,41%)
(0.75/0.91/0.00/0.41)	

CMYK percentages

%75.5
%90.73
%0
%40.78

Codes

Color #250E97 in popluar color models

250E97
RGB3714151
HSL250°83.03%32.35%
HSB/HSV250°90.73%59.22%
CMYK75.50%90.73%0.00%
40.78%

Color #250E97 in popluar number systems.

HEX250E97
Decimal3714151
Binary100101111010010111
Octal4516227

Shades and tints

Shades of #250E97

#250E97
(37,14,151)
#220D8A
(34,13,138)
#1F0C7D
(31,12,125)
#1C0B70
(28,11,112)
#190A63
(25,10,99)
#160956
(22,9,86)
#130849
(19,8,73)
#10073C
(16,7,60)
#0D062F
(13,6,47)
#0A0522
(10,5,34)
#070415
(7,4,21)
#000000
(0,0,0)

Tints of #250E97

#250E97
(37,14,151)
#3823A0
(56,35,160)
#4B38A9
(75,56,169)
#5E4DB2
(94,77,178)
#7162BB
(113,98,187)
#8477C4
(132,119,196)
#978CCD
(151,140,205)
#AAA1D6
(170,161,214)
#BDB6DF
(189,182,223)
#D0CBE8
(208,203,232)
#E3E0F1
(227,224,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250E97 color. Also use rgb(37,14,151) instead hex code.

Text Font Color

.myTextColor { color: #250E97; }

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

This text font color is #250E97.


Background Color

.myBgColor { background-color: #250E97; }

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

This div background color is #250E97.


Border color

.myBorderColor { border: 1px solid #250E97; }

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

This div border color is #250E97.


Opacity

.myOpacity80 { color: #250E97; opacity: 0.8; }

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

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

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

This text has shadow with #250E97 color.

.textShadow {text-shadow: 3px 3px 1px #250E97, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250E97 on black background.


Color preview on white background

This text has color #250E97 on white background.



Black color preview on #250E97 background

This text has black color on #250E97 background.


White color preview on #250E97 background

This text has white color on #250E97 background.