COLOR #250156

HEX: #250156
RGB: (37,1,86)

Color info

#250156 contains mainly red and blue colors. Web safe color of #250156 is #330066 (or #306).

RGB color model

#250156 color RGB value is (37,1,86).

  • red value is 37;
  • green value is 1;
  • blue value is 86.
RGB:
(37,1,86)
(15%,0%,34%)

RGB channels and saturation

R 37 of 255 = 15%
G 1 of 255 = 0%
B 86 of 255 = 34%

37
1
86

R + G + B ~ 16%. #250156 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 1 + 86 = 124 (100%)
R 37 of 124 ~ 29.84%
G 1 of 124 ~ 0.81%
B 86 of 124 ~ 69.35%

%29.84
%69.35

CMYK color model

#250156 color CMYK value is (57,99,0,66).

  • cyan value is 56.98%
  • magenta value is 98.84%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(57,99,0,66)
C57M99Y0K66 
(57%,99%,0%,66%)
(0.57/0.99/0.00/0.66)	

CMYK percentages

%56.98
%98.84
%0
%66.27

Codes

Color #250156 in popluar color models

250156
RGB37186
HSL265°97.70%17.06%
HSB/HSV265°98.84%33.73%
CMYK56.98%98.84%0.00%
66.27%

Color #250156 in popluar number systems.

HEX250156
Decimal37186
Binary10010111010110
Octal451126

Shades and tints

Shades of #250156

#250156
(37,1,86)
#22014F
(34,1,79)
#1F0148
(31,1,72)
#1C0141
(28,1,65)
#19013A
(25,1,58)
#160133
(22,1,51)
#13012C
(19,1,44)
#100125
(16,1,37)
#0D011E
(13,1,30)
#0A0117
(10,1,23)
#070110
(7,1,16)
#000000
(0,0,0)

Tints of #250156

#250156
(37,1,86)
#381865
(56,24,101)
#4B2F74
(75,47,116)
#5E4683
(94,70,131)
#715D92
(113,93,146)
#8474A1
(132,116,161)
#978BB0
(151,139,176)
#AAA2BF
(170,162,191)
#BDB9CE
(189,185,206)
#D0D0DD
(208,208,221)
#E3E7EC
(227,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250156 color. Also use rgb(37,1,86) instead hex code.

Text Font Color

.myTextColor { color: #250156; }

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

This text font color is #250156.


Background Color

.myBgColor { background-color: #250156; }

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

This div background color is #250156.


Border color

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

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

This div border color is #250156.


Opacity

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

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

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

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

This text has shadow with #250156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250156 on black background.


Color preview on white background

This text has color #250156 on white background.



Black color preview on #250156 background

This text has black color on #250156 background.


White color preview on #250156 background

This text has white color on #250156 background.