COLOR #25457B

HEX: #25457B
RGB: (37,69,123)

Color info

#25457B contains mainly green and blue colors. Web safe color of #25457B is #333366 (or #336).

RGB color model

#25457B color RGB value is (37,69,123).

  • red value is 37;
  • green value is 69;
  • blue value is 123.
RGB:
(37,69,123)
(15%,27%,48%)

RGB channels and saturation

R 37 of 255 = 15%
G 69 of 255 = 27%
B 123 of 255 = 48%

37
69
123

R + G + B ~ 30%. #25457B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 69 + 123 = 229 (100%)
R 37 of 229 ~ 16.16%
G 69 of 229 ~ 30.13%
B 123 of 229 ~ 53.71%

%16.16
%30.13
%53.71

CMYK color model

#25457B color CMYK value is (70,44,0,52).

  • cyan value is 69.92%
  • magenta value is 43.90%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(70,44,0,52)
C70M44Y0K52 
(70%,44%,0%,52%)
(0.70/0.44/0.00/0.52)	

CMYK percentages

%69.92
%43.9
%0
%51.76

Codes

Color #25457B in popluar color models

25457B
RGB3769123
HSL218°53.75%31.37%
HSB/HSV218°69.92%48.24%
CMYK69.92%43.90%0.00%
51.76%

Color #25457B in popluar number systems.

HEX25457B
Decimal3769123
Binary10010110001011111011
Octal45105173

Shades and tints

Shades of #25457B

#25457B
(37,69,123)
#223F70
(34,63,112)
#1F3965
(31,57,101)
#1C335A
(28,51,90)
#192D4F
(25,45,79)
#162744
(22,39,68)
#132139
(19,33,57)
#101B2E
(16,27,46)
#0D1523
(13,21,35)
#0A0F18
(10,15,24)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #25457B

#25457B
(37,69,123)
#385587
(56,85,135)
#4B6593
(75,101,147)
#5E759F
(94,117,159)
#7185AB
(113,133,171)
#8495B7
(132,149,183)
#97A5C3
(151,165,195)
#AAB5CF
(170,181,207)
#BDC5DB
(189,197,219)
#D0D5E7
(208,213,231)
#E3E5F3
(227,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25457B color. Also use rgb(37,69,123) instead hex code.

Text Font Color

.myTextColor { color: #25457B; }

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

This text font color is #25457B.


Background Color

.myBgColor { background-color: #25457B; }

<div style="background-color:#25457B">Inner text</div>

This div background color is #25457B.


Border color

.myBorderColor { border: 1px solid #25457B; }

<div style="border:3px solid #25457B">Div</div>

This div border color is #25457B.


Opacity

.myOpacity80 { color: #25457B; opacity: 0.8; }

<p style="color:#25457B;opacity:0.8;">80%</p>

Text with #25457B 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 #25457B;}

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

This text has shadow with #25457B color.

.textShadow {text-shadow: 3px 3px 1px #25457B, 3px 3px 1px red;}

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

This text has shadow with #25457B primary color and red secondary color.


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

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

This text has shadow with #25457B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25457B on black background.


Color preview on white background

This text has color #25457B on white background.



Black color preview on #25457B background

This text has black color on #25457B background.


White color preview on #25457B background

This text has white color on #25457B background.