COLOR #250A55

HEX: #250A55
RGB: (37,10,85)

Color info

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

RGB color model

#250A55 color RGB value is (37,10,85).

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

RGB channels and saturation

R 37 of 255 = 15%
G 10 of 255 = 4%
B 85 of 255 = 33%

37
10
85

R + G + B ~ 17%. #250A55 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 10 + 85 = 132 (100%)
R 37 of 132 ~ 28.03%
G 10 of 132 ~ 7.58%
B 85 of 132 ~ 64.39%

%28.03
%64.39

CMYK color model

#250A55 color CMYK value is (56,88,0,67).

  • cyan value is 56.47%
  • magenta value is 88.24%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(56,88,0,67)
C56M88Y0K67 
(56%,88%,0%,67%)
(0.56/0.88/0.00/0.67)	

CMYK percentages

%56.47
%88.24
%0
%66.67

Codes

Color #250A55 in popluar color models

250A55
RGB371085
HSL262°78.95%18.63%
HSB/HSV262°88.24%33.33%
CMYK56.47%88.24%0.00%
66.67%

Color #250A55 in popluar number systems.

HEX250A55
Decimal371085
Binary10010110101010101
Octal4512125

Shades and tints

Shades of #250A55

#250A55
(37,10,85)
#220A4E
(34,10,78)
#1F0A47
(31,10,71)
#1C0A40
(28,10,64)
#190A39
(25,10,57)
#160A32
(22,10,50)
#130A2B
(19,10,43)
#100A24
(16,10,36)
#0D0A1D
(13,10,29)
#0A0A16
(10,10,22)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #250A55

#250A55
(37,10,85)
#382064
(56,32,100)
#4B3673
(75,54,115)
#5E4C82
(94,76,130)
#716291
(113,98,145)
#8478A0
(132,120,160)
#978EAF
(151,142,175)
#AAA4BE
(170,164,190)
#BDBACD
(189,186,205)
#D0D0DC
(208,208,220)
#E3E6EB
(227,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250A55; }

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

This text font color is #250A55.


Background Color

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

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

This div background color is #250A55.


Border color

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

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

This div border color is #250A55.


Opacity

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

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

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

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

This text has shadow with #250A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250A55 on black background.


Color preview on white background

This text has color #250A55 on white background.



Black color preview on #250A55 background

This text has black color on #250A55 background.


White color preview on #250A55 background

This text has white color on #250A55 background.