COLOR #25027D

HEX: #25027D RGB: (37,2,125)

Color info

#25027D contains mainly blue color. Web safe color of #25027D is #330066 (or #306).

RGB color model

#25027D color RGB value is (37,2,125).

RGB: (37,2,125) (15%, 1%, 49%)

RGB channels and saturation

R 37 of 255 = 15%
G 2 of 255 = 1%
B 125 of 255 = 49%

37
2
125

R + G + B ~ 22%. #25027D is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 2 + 125 = 164 (100%)
R 37 of 164 ~ 22.56%
G 2 of 164 ~ 1.22%
B 125 of 164 ~ 76.22'%

%22.56
%76.22

CMYK color model

#25027D color CMYK value is (70,98,0,51).

  • cyan value is 70.40%
  • magenta value is 98.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (70,98,0,51) C70M98Y0K51 (70%,98%,0%,51%) (0.70/0.98/0.00/0.51) 

CMYK percentages

%70.4
%98.4
%0
%50.98

Codes

Color #25027D in popluar color models

25 02 7D
RGB 37 2 125
HSL 257° 96.85% 24.90%
HSB/HSV 257° 98.40% 49.02%
CMYK 70.40% 98.40% 0.00%
50.98%

Color #25027D in popluar number systems.

HEX 25 02 7D
Decimal 37 2 125
Binary 100101 10 1111101
Octal 45 2 175

Shades and tints

Shades of #25027D

#25027D
(37,2,125)
#220272
(34,2,114)
#1F0267
(31,2,103)
#1C025C
(28,2,92)
#190251
(25,2,81)
#160246
(22,2,70)
#13023B
(19,2,59)
#100230
(16,2,48)
#0D0225
(13,2,37)
#0A021A
(10,2,26)
#07020F
(7,2,15)
#000000
(0,0,0)

Tints of #25027D

#25027D
(37,2,125)
#381988
(56,25,136)
#4B3093
(75,48,147)
#5E479E
(94,71,158)
#715EA9
(113,94,169)
#8475B4
(132,117,180)
#978CBF
(151,140,191)
#AAA3CA
(170,163,202)
#BDBAD5
(189,186,213)
#D0D1E0
(208,209,224)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25027D color. Also use rgb(37,2,125) instead hex code.

Text Font Color

.myTextColor { color: #25027D; }

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

This text font color is #25027D.

Background Color

.myBgColor { background-color: #25027D; }

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

This div background color is #25027D.

Border color

.myBorderColor { border: 1px solid #25027D; }

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

This div border color is #25027D.

Opacity

.myOpacity80 { color: #25027D; opacity: 0.8; }

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

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

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

This text has shadow with #25027D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25027D.

Preview

Color preview on black background

This text has color #25027D on black background.


Color preview on white background

This text has color #25027D on white background.


Black color preview on #25027D background

This text has black color on #25027D background.


White color preview on #25027D background

This text has white color on #25027D background.


Related colors

Complementary color

Complementary color for #hex is #DAFD82.


I love getcolorcode.com

Triadic colors

1 #7D2502 and #027D25 with #25027D are triadic colors.

2 #7D0225 and #02257D with #25027D are triadic colors.