COLOR #15244D

HEX: #15244D
RGB: (21,36,77)

Color info

#15244D contains red, green and blue colors in about the same proportion. Web safe color of #15244D is #003333 (or #033).

RGB color model

#15244D color RGB value is (21,36,77).

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

RGB channels and saturation

R 21 of 255 = 8%
G 36 of 255 = 14%
B 77 of 255 = 30%

21
36
77

R + G + B ~ 17%. #15244D is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 36 + 77 = 134 (100%)
R 21 of 134 ~ 15.67%
G 36 of 134 ~ 26.87%
B 77 of 134 ~ 57.46%

%15.67
%26.87
%57.46

CMYK color model

#15244D color CMYK value is (73,53,0,70).

  • cyan value is 72.73%
  • magenta value is 53.25%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(73,53,0,70)
C73M53Y0K70 
(73%,53%,0%,70%)
(0.73/0.53/0.00/0.70)	

CMYK percentages

%72.73
%53.25
%0
%69.8

Codes

Color #15244D in popluar color models

15244D
RGB213677
HSL224°57.14%19.22%
HSB/HSV224°72.73%30.20%
CMYK72.73%53.25%0.00%
69.80%

Color #15244D in popluar number systems.

HEX15244D
Decimal213677
Binary101011001001001101
Octal2544115

Shades and tints

Shades of #15244D

#15244D
(21,36,77)
#142146
(20,33,70)
#131E3F
(19,30,63)
#121B38
(18,27,56)
#111831
(17,24,49)
#10152A
(16,21,42)
#0F1223
(15,18,35)
#0E0F1C
(14,15,28)
#0D0C15
(13,12,21)
#0C090E
(12,9,14)
#0B0607
(11,6,7)
#000000
(0,0,0)

Tints of #15244D

#15244D
(21,36,77)
#2A375D
(42,55,93)
#3F4A6D
(63,74,109)
#545D7D
(84,93,125)
#69708D
(105,112,141)
#7E839D
(126,131,157)
#9396AD
(147,150,173)
#A8A9BD
(168,169,189)
#BDBCCD
(189,188,205)
#D2CFDD
(210,207,221)
#E7E2ED
(231,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15244D color. Also use rgb(21,36,77) instead hex code.

Text Font Color

.myTextColor { color: #15244D; }

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

This text font color is #15244D.


Background Color

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

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

This div background color is #15244D.


Border color

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

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

This div border color is #15244D.


Opacity

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

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

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

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

This text has shadow with #15244D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15244D on black background.


Color preview on white background

This text has color #15244D on white background.



Black color preview on #15244D background

This text has black color on #15244D background.


White color preview on #15244D background

This text has white color on #15244D background.