COLOR #250971

HEX: #250971
RGB: (37,9,113)

Color info

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

RGB color model

#250971 color RGB value is (37,9,113).

  • red value is 37;
  • green value is 9;
  • blue value is 113.
RGB:
(37,9,113)
(15%,4%,44%)

RGB channels and saturation

R 37 of 255 = 15%
G 9 of 255 = 4%
B 113 of 255 = 44%

37
9
113

R + G + B ~ 21%. #250971 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 9 + 113 = 159 (100%)
R 37 of 159 ~ 23.27%
G 9 of 159 ~ 5.66%
B 113 of 159 ~ 71.07%

%23.27
%71.07

CMYK color model

#250971 color CMYK value is (67,92,0,56).

  • cyan value is 67.26%
  • magenta value is 92.04%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(67,92,0,56)
C67M92Y0K56 
(67%,92%,0%,56%)
(0.67/0.92/0.00/0.56)	

CMYK percentages

%67.26
%92.04
%0
%55.69

Codes

Color #250971 in popluar color models

250971
RGB379113
HSL256°85.25%23.92%
HSB/HSV256°92.04%44.31%
CMYK67.26%92.04%0.00%
55.69%

Color #250971 in popluar number systems.

HEX250971
Decimal379113
Binary10010110011110001
Octal4511161

Shades and tints

Shades of #250971

#250971
(37,9,113)
#220967
(34,9,103)
#1F095D
(31,9,93)
#1C0953
(28,9,83)
#190949
(25,9,73)
#16093F
(22,9,63)
#130935
(19,9,53)
#10092B
(16,9,43)
#0D0921
(13,9,33)
#0A0917
(10,9,23)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #250971

#250971
(37,9,113)
#381F7D
(56,31,125)
#4B3589
(75,53,137)
#5E4B95
(94,75,149)
#7161A1
(113,97,161)
#8477AD
(132,119,173)
#978DB9
(151,141,185)
#AAA3C5
(170,163,197)
#BDB9D1
(189,185,209)
#D0CFDD
(208,207,221)
#E3E5E9
(227,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250971 color. Also use rgb(37,9,113) instead hex code.

Text Font Color

.myTextColor { color: #250971; }

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

This text font color is #250971.


Background Color

.myBgColor { background-color: #250971; }

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

This div background color is #250971.


Border color

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

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

This div border color is #250971.


Opacity

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

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

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

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

This text has shadow with #250971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250971 on black background.


Color preview on white background

This text has color #250971 on white background.



Black color preview on #250971 background

This text has black color on #250971 background.


White color preview on #250971 background

This text has white color on #250971 background.