COLOR #250A51

HEX: #250A51 RGB: (37,10,81)

Color info

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

RGB color model

#250A51 color RGB value is (37,10,81).

RGB: (37,10,81) (15%, 4%, 32%)

RGB channels and saturation

R 37 of 255 = 15%
G 10 of 255 = 4%
B 81 of 255 = 32%

37
10
81

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

Portions of RGB colors in percentages

R + G + B = 37 + 10 + 81 = 128 (100%)
R 37 of 128 ~ 28.91%
G 10 of 128 ~ 7.81%
B 81 of 128 ~ 63.28'%

%28.91
%63.28

CMYK color model

#250A51 color CMYK value is (54,88,0,68).

  • cyan value is 54.32%
  • magenta value is 87.65%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (54,88,0,68)
C54M88Y0K68 (54%, 88%, 0%, 68%)
(0.54 / 0.88 / 0.00 / 0.68)

CMYK percentages

%54.32
%87.65
%0
%68.24

Codes

Color #250A51 in popluar color models

25 0A 51
RGB 37 10 81
HSL 263° 78.02% 17.84%
HSB/HSV 263° 87.65% 31.76%
CMYK 54.32% 87.65% 0.00%
68.24%

Color #250A51 in popluar number systems.

HEX 25 0A 51
Decimal 37 10 81
Binary 100101 1010 1010001
Octal 45 12 121

Shades and tints

Shades of #250A51

#250A51
(37,10,81)
#220A4A
(34,10,74)
#1F0A43
(31,10,67)
#1C0A3C
(28,10,60)
#190A35
(25,10,53)
#160A2E
(22,10,46)
#130A27
(19,10,39)
#100A20
(16,10,32)
#0D0A19
(13,10,25)
#0A0A12
(10,10,18)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #250A51

#250A51
(37,10,81)
#382060
(56,32,96)
#4B366F
(75,54,111)
#5E4C7E
(94,76,126)
#71628D
(113,98,141)
#84789C
(132,120,156)
#978EAB
(151,142,171)
#AAA4BA
(170,164,186)
#BDBAC9
(189,186,201)
#D0D0D8
(208,208,216)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250A51; }

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

This text font color is #250A51.

Background Color

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

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

This div background color is #250A51.

Border color

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

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

This div border color is #250A51.

Opacity

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

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

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

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

This text has shadow with #250A51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250A51.

Preview

Color preview on black background

This text has color #250A51 on black background.


Color preview on white background

This text has color #250A51 on white background.


Black color preview on #250A51 background

This text has black color on #250A51 background.


White color preview on #250A51 background

This text has white color on #250A51 background.


Related colors

Complementary color

Complementary color for #hex is #DAF5AE.


I love getcolorcode.com

Triadic colors

1 #51250A and #0A5125 with #250A51 are triadic colors.

2 #510A25 and #0A2551 with #250A51 are triadic colors.