COLOR #250082

HEX: #250082
RGB: (37,0,130)

Color info

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

RGB color model

#250082 color RGB value is (37,0,130).

  • red value is 37;
  • green value is 0;
  • blue value is 130.
RGB:
(37,0,130)
(15%,0%,51%)

RGB channels and saturation

R 37 of 255 = 15%
G 0 of 255 = 0%
B 130 of 255 = 51%

37
0
130

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

Portions of RGB colors in percentages

R + G + B =
37 + 0 + 130 = 167 (100%)
R 37 of 167 ~ 22.16%
G 0 of 167 ~ 0%
B 130 of 167 ~ 77.84%

%22.16
%77.84

CMYK color model

#250082 color CMYK value is (72,100,0,49).

  • cyan value is 71.54%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(72,100,0,49)
C72M100Y0K49 
(72%,100%,0%,49%)
(0.72/1.00/0.00/0.49)	

CMYK percentages

%71.54
%100
%0
%49.02

Codes

Color #250082 in popluar color models

250082
RGB370130
HSL257°100.00%25.49%
HSB/HSV257°100.00%50.98%
CMYK71.54%100.00%0.00%
49.02%

Color #250082 in popluar number systems.

HEX250082
Decimal370130
Binary100101010000010
Octal450202

Shades and tints

Shades of #250082

#250082
(37,0,130)
#220077
(34,0,119)
#1F006C
(31,0,108)
#1C0061
(28,0,97)
#190056
(25,0,86)
#16004B
(22,0,75)
#130040
(19,0,64)
#100035
(16,0,53)
#0D002A
(13,0,42)
#0A001F
(10,0,31)
#070014
(7,0,20)
#000000
(0,0,0)

Tints of #250082

#250082
(37,0,130)
#38178D
(56,23,141)
#4B2E98
(75,46,152)
#5E45A3
(94,69,163)
#715CAE
(113,92,174)
#8473B9
(132,115,185)
#978AC4
(151,138,196)
#AAA1CF
(170,161,207)
#BDB8DA
(189,184,218)
#D0CFE5
(208,207,229)
#E3E6F0
(227,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250082 color. Also use rgb(37,0,130) instead hex code.

Text Font Color

.myTextColor { color: #250082; }

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

This text font color is #250082.


Background Color

.myBgColor { background-color: #250082; }

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

This div background color is #250082.


Border color

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

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

This div border color is #250082.


Opacity

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

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

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

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

This text has shadow with #250082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250082 on black background.


Color preview on white background

This text has color #250082 on white background.



Black color preview on #250082 background

This text has black color on #250082 background.


White color preview on #250082 background

This text has white color on #250082 background.