COLOR #250A4F

HEX: #250A4F
RGB: (37,10,79)

Color info

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

RGB color model

#250A4F color RGB value is (37,10,79).

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

RGB channels and saturation

R 37 of 255 = 15%
G 10 of 255 = 4%
B 79 of 255 = 31%

37
10
79

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

Portions of RGB colors in percentages

R + G + B =
37 + 10 + 79 = 126 (100%)
R 37 of 126 ~ 29.37%
G 10 of 126 ~ 7.94%
B 79 of 126 ~ 62.7%

%29.37
%62.7

CMYK color model

#250A4F color CMYK value is (53,87,0,69).

  • cyan value is 53.16%
  • magenta value is 87.34%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK: (53,87,0,69) C53M87Y0K69 (53%,87%,0%,69%) (0.53/0.87/0.00/0.69)

CMYK percentages

%53.16
%87.34
%0
%69.02

Codes

Color #250A4F in popluar color models

250A4F
RGB371079
HSL263°77.53%17.45%
HSB/HSV263°87.34%30.98%
CMYK53.16%87.34%0.00%
69.02%

Color #250A4F in popluar number systems.

HEX250A4F
Decimal371079
Binary10010110101001111
Octal4512117

Shades and tints

Shades of #250A4F

#250A4F
(37,10,79)
#220A48
(34,10,72)
#1F0A41
(31,10,65)
#1C0A3A
(28,10,58)
#190A33
(25,10,51)
#160A2C
(22,10,44)
#130A25
(19,10,37)
#100A1E
(16,10,30)
#0D0A17
(13,10,23)
#0A0A10
(10,10,16)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #250A4F

#250A4F
(37,10,79)
#38205F
(56,32,95)
#4B366F
(75,54,111)
#5E4C7F
(94,76,127)
#71628F
(113,98,143)
#84789F
(132,120,159)
#978EAF
(151,142,175)
#AAA4BF
(170,164,191)
#BDBACF
(189,186,207)
#D0D0DF
(208,208,223)
#E3E6EF
(227,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250A4F; }

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

This text font color is #250A4F.


Background Color

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

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

This div background color is #250A4F.


Border color

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

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

This div border color is #250A4F.


Opacity

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

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

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

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

This text has shadow with #250A4F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #250A4F on black background.


Color preview on white background

This text has color #250A4F on white background.



Black color preview on #250A4F background

This text has black color on #250A4F background.


White color preview on #250A4F background

This text has white color on #250A4F background.