COLOR #25207A

HEX: #25207A
RGB: (37,32,122)

Color info

#25207A contains mainly blue color. Web safe color of #25207A is #333366 (or #336).

RGB color model

#25207A color RGB value is (37,32,122).

  • red value is 37;
  • green value is 32;
  • blue value is 122.
RGB:
(37,32,122)
(15%,13%,48%)

RGB channels and saturation

R 37 of 255 = 15%
G 32 of 255 = 13%
B 122 of 255 = 48%

37
32
122

R + G + B ~ 25%. #25207A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 32 + 122 = 191 (100%)
R 37 of 191 ~ 19.37%
G 32 of 191 ~ 16.75%
B 122 of 191 ~ 63.87%

%19.37
%16.75
%63.87

CMYK color model

#25207A color CMYK value is (70,74,0,52).

  • cyan value is 69.67%
  • magenta value is 73.77%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(70,74,0,52)
C70M74Y0K52 
(70%,74%,0%,52%)
(0.70/0.74/0.00/0.52)	

CMYK percentages

%69.67
%73.77
%0
%52.16

Codes

Color #25207A in popluar color models

25207A
RGB3732122
HSL243°58.44%30.20%
HSB/HSV243°73.77%47.84%
CMYK69.67%73.77%0.00%
52.16%

Color #25207A in popluar number systems.

HEX25207A
Decimal3732122
Binary1001011000001111010
Octal4540172

Shades and tints

Shades of #25207A

#25207A
(37,32,122)
#221E6F
(34,30,111)
#1F1C64
(31,28,100)
#1C1A59
(28,26,89)
#19184E
(25,24,78)
#161643
(22,22,67)
#131438
(19,20,56)
#10122D
(16,18,45)
#0D1022
(13,16,34)
#0A0E17
(10,14,23)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #25207A

#25207A
(37,32,122)
#383486
(56,52,134)
#4B4892
(75,72,146)
#5E5C9E
(94,92,158)
#7170AA
(113,112,170)
#8484B6
(132,132,182)
#9798C2
(151,152,194)
#AAACCE
(170,172,206)
#BDC0DA
(189,192,218)
#D0D4E6
(208,212,230)
#E3E8F2
(227,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25207A color. Also use rgb(37,32,122) instead hex code.

Text Font Color

.myTextColor { color: #25207A; }

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

This text font color is #25207A.


Background Color

.myBgColor { background-color: #25207A; }

<div style="background-color:#25207A">Inner text</div>

This div background color is #25207A.


Border color

.myBorderColor { border: 1px solid #25207A; }

<div style="border:3px solid #25207A">Div</div>

This div border color is #25207A.


Opacity

.myOpacity80 { color: #25207A; opacity: 0.8; }

<p style="color:#25207A;opacity:0.8;">80%</p>

Text with #25207A 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 #25207A;}

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

This text has shadow with #25207A color.

.textShadow {text-shadow: 3px 3px 1px #25207A, 3px 3px 1px red;}

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

This text has shadow with #25207A primary color and red secondary color.


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

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

This text has shadow with #25207A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25207A on black background.


Color preview on white background

This text has color #25207A on white background.



Black color preview on #25207A background

This text has black color on #25207A background.


White color preview on #25207A background

This text has white color on #25207A background.