COLOR #250D55

HEX: #250D55
RGB: (37,13,85)

Color info

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

RGB color model

#250D55 color RGB value is (37,13,85).

  • red value is 37;
  • green value is 13;
  • blue value is 85.
RGB:
(37,13,85)
(15%,5%,33%)

RGB channels and saturation

R 37 of 255 = 15%
G 13 of 255 = 5%
B 85 of 255 = 33%

37
13
85

R + G + B ~ 18%. #250D55 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 13 + 85 = 135 (100%)
R 37 of 135 ~ 27.41%
G 13 of 135 ~ 9.63%
B 85 of 135 ~ 62.96%

%27.41
%9.63
%62.96

CMYK color model

#250D55 color CMYK value is (56,85,0,67).

  • cyan value is 56.47%
  • magenta value is 84.71%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(56,85,0,67)
C56M85Y0K67 
(56%,85%,0%,67%)
(0.56/0.85/0.00/0.67)	

CMYK percentages

%56.47
%84.71
%0
%66.67

Codes

Color #250D55 in popluar color models

250D55
RGB371385
HSL260°73.47%19.22%
HSB/HSV260°84.71%33.33%
CMYK56.47%84.71%0.00%
66.67%

Color #250D55 in popluar number systems.

HEX250D55
Decimal371385
Binary10010111011010101
Octal4515125

Shades and tints

Shades of #250D55

#250D55
(37,13,85)
#220C4E
(34,12,78)
#1F0B47
(31,11,71)
#1C0A40
(28,10,64)
#190939
(25,9,57)
#160832
(22,8,50)
#13072B
(19,7,43)
#100624
(16,6,36)
#0D051D
(13,5,29)
#0A0416
(10,4,22)
#07030F
(7,3,15)
#000000
(0,0,0)

Tints of #250D55

#250D55
(37,13,85)
#382364
(56,35,100)
#4B3973
(75,57,115)
#5E4F82
(94,79,130)
#716591
(113,101,145)
#847BA0
(132,123,160)
#9791AF
(151,145,175)
#AAA7BE
(170,167,190)
#BDBDCD
(189,189,205)
#D0D3DC
(208,211,220)
#E3E9EB
(227,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250D55 color. Also use rgb(37,13,85) instead hex code.

Text Font Color

.myTextColor { color: #250D55; }

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

This text font color is #250D55.


Background Color

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

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

This div background color is #250D55.


Border color

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

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

This div border color is #250D55.


Opacity

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

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

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

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

This text has shadow with #250D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250D55 on black background.


Color preview on white background

This text has color #250D55 on white background.



Black color preview on #250D55 background

This text has black color on #250D55 background.


White color preview on #250D55 background

This text has white color on #250D55 background.