COLOR #15249F

HEX: #15249F
RGB: (21,36,159)

Color info

#15249F contains mainly blue color. Web safe color of #15249F is #003399 (or #039).

RGB color model

#15249F color RGB value is (21,36,159).

  • red value is 21;
  • green value is 36;
  • blue value is 159.
RGB:
(21,36,159)
(8%,14%,62%)

RGB channels and saturation

R 21 of 255 = 8%
G 36 of 255 = 14%
B 159 of 255 = 62%

21
36
159

R + G + B ~ 28%. #15249F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 36 + 159 = 216 (100%)
R 21 of 216 ~ 9.72%
G 36 of 216 ~ 16.67%
B 159 of 216 ~ 73.61%

%9.72
%16.67
%73.61

CMYK color model

#15249F color CMYK value is (87,77,0,38).

  • cyan value is 86.79%
  • magenta value is 77.36%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(87,77,0,38)
C87M77Y0K38 
(87%,77%,0%,38%)
(0.87/0.77/0.00/0.38)	

CMYK percentages

%86.79
%77.36
%0
%37.65

Codes

Color #15249F in popluar color models

15249F
RGB2136159
HSL233°76.67%35.29%
HSB/HSV233°86.79%62.35%
CMYK86.79%77.36%0.00%
37.65%

Color #15249F in popluar number systems.

HEX15249F
Decimal2136159
Binary1010110010010011111
Octal2544237

Shades and tints

Shades of #15249F

#15249F
(21,36,159)
#142191
(20,33,145)
#131E83
(19,30,131)
#121B75
(18,27,117)
#111867
(17,24,103)
#101559
(16,21,89)
#0F124B
(15,18,75)
#0E0F3D
(14,15,61)
#0D0C2F
(13,12,47)
#0C0921
(12,9,33)
#0B0613
(11,6,19)
#000000
(0,0,0)

Tints of #15249F

#15249F
(21,36,159)
#2A37A7
(42,55,167)
#3F4AAF
(63,74,175)
#545DB7
(84,93,183)
#6970BF
(105,112,191)
#7E83C7
(126,131,199)
#9396CF
(147,150,207)
#A8A9D7
(168,169,215)
#BDBCDF
(189,188,223)
#D2CFE7
(210,207,231)
#E7E2EF
(231,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15249F color. Also use rgb(21,36,159) instead hex code.

Text Font Color

.myTextColor { color: #15249F; }

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

This text font color is #15249F.


Background Color

.myBgColor { background-color: #15249F; }

<div style="background-color:#15249F">Inner text</div>

This div background color is #15249F.


Border color

.myBorderColor { border: 1px solid #15249F; }

<div style="border:3px solid #15249F">Div</div>

This div border color is #15249F.


Opacity

.myOpacity80 { color: #15249F; opacity: 0.8; }

<p style="color:#15249F;opacity:0.8;">80%</p>

Text with #15249F 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 #15249F;}

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

This text has shadow with #15249F color.

.textShadow {text-shadow: 3px 3px 1px #15249F, 3px 3px 1px red;}

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

This text has shadow with #15249F primary color and red secondary color.


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

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

This text has shadow with #15249F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15249F on black background.


Color preview on white background

This text has color #15249F on white background.



Black color preview on #15249F background

This text has black color on #15249F background.


White color preview on #15249F background

This text has white color on #15249F background.