COLOR #25499B

HEX: #25499B
RGB: (37,73,155)

Renk bilgisi

#25499B contains mainly blue color. #25499B ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#25499B color RGB value is (37,73,155).

  • kırmız ton 37;
  • yeşil ton 73;
  • mavi ton 155.
RGB:
(37,73,155)
(15%,29%,61%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 73 of 255 = 29%
B 155 of 255 = 61%

37
73
155

R + G + B ~ 35%. #25499B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 73 + 155 = 265 (100%)
R 37 of 265 ~ 13.96%
G 73 of 265 ~ 27.55%
B 155 of 265 ~ 58.49%

%13.96
%27.55
%58.49

CMYK RENK MODELİ

#25499B rengi CMYK tonu (76,53,0,39).

  • camgöbeği tonu 76.13%
  • eflatun tonu 52.90%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(76,53,0,39)
C76M53Y0K39 
(76%,53%,0%,39%)
(0.76/0.53/0.00/0.39)	

CMYK yüzdeleri

%76.13
%52.9
%0
%39.22

Codes

Color #25499B in popluar color models

25499B
RGB3773155
HSL222°61.46%37.65%
HSB/HSV222°76.13%60.78%
CMYK76.13%52.90%0.00%
39.22%

Color #25499B in popluar number systems.

HEX25499B
Decimal3773155
Binary100101100100110011011
Octal45111233

Shades and tints

Shades of #25499B

#25499B
(37,73,155)
#22438D
(34,67,141)
#1F3D7F
(31,61,127)
#1C3771
(28,55,113)
#193163
(25,49,99)
#162B55
(22,43,85)
#132547
(19,37,71)
#101F39
(16,31,57)
#0D192B
(13,25,43)
#0A131D
(10,19,29)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #25499B

#25499B
(37,73,155)
#3859A4
(56,89,164)
#4B69AD
(75,105,173)
#5E79B6
(94,121,182)
#7189BF
(113,137,191)
#8499C8
(132,153,200)
#97A9D1
(151,169,209)
#AAB9DA
(170,185,218)
#BDC9E3
(189,201,227)
#D0D9EC
(208,217,236)
#E3E9F5
(227,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25499B color. Also use rgb(37,73,155) instead hex code.

Text Font Color

.myTextColor { color: #25499B; }

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

This text font color is #25499B.


Background Color

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

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

This div background color is #25499B.


Border color

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

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

This div border color is #25499B.


Opacity

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

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

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

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

This text has shadow with #25499B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25499B on black background.


Color preview on white background

This text has color #25499B on white background.



Black color preview on #25499B background

This text has black color on #25499B background.


White color preview on #25499B background

This text has white color on #25499B background.