COLOR #15478E

HEX: #15478E
RGB: (21,71,142)

Color info

#15478E contains mainly blue color. Web safe color of #15478E is #003399 (or #039).

RGB color model

#15478E color RGB value is (21,71,142).

  • red value is 21;
  • green value is 71;
  • blue value is 142.
RGB:
(21,71,142)
(8%,28%,56%)

RGB channels and saturation

R 21 of 255 = 8%
G 71 of 255 = 28%
B 142 of 255 = 56%

21
71
142

R + G + B ~ 31%. #15478E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 71 + 142 = 234 (100%)
R 21 of 234 ~ 8.97%
G 71 of 234 ~ 30.34%
B 142 of 234 ~ 60.68%

%30.34
%60.68

CMYK color model

#15478E color CMYK value is (85,50,0,44).

  • cyan value is 85.21%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(85,50,0,44)
C85M50Y0K44 
(85%,50%,0%,44%)
(0.85/0.50/0.00/0.44)	

CMYK percentages

%85.21
%50
%0
%44.31

Codes

Color #15478E in popluar color models

15478E
RGB2171142
HSL215°74.23%31.96%
HSB/HSV215°85.21%55.69%
CMYK85.21%50.00%0.00%
44.31%

Color #15478E in popluar number systems.

HEX15478E
Decimal2171142
Binary10101100011110001110
Octal25107216

Shades and tints

Shades of #15478E

#15478E
(21,71,142)
#144182
(20,65,130)
#133B76
(19,59,118)
#12356A
(18,53,106)
#112F5E
(17,47,94)
#102952
(16,41,82)
#0F2346
(15,35,70)
#0E1D3A
(14,29,58)
#0D172E
(13,23,46)
#0C1122
(12,17,34)
#0B0B16
(11,11,22)
#000000
(0,0,0)

Tints of #15478E

#15478E
(21,71,142)
#2A5798
(42,87,152)
#3F67A2
(63,103,162)
#5477AC
(84,119,172)
#6987B6
(105,135,182)
#7E97C0
(126,151,192)
#93A7CA
(147,167,202)
#A8B7D4
(168,183,212)
#BDC7DE
(189,199,222)
#D2D7E8
(210,215,232)
#E7E7F2
(231,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15478E color. Also use rgb(21,71,142) instead hex code.

Text Font Color

.myTextColor { color: #15478E; }

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

This text font color is #15478E.


Background Color

.myBgColor { background-color: #15478E; }

<div style="background-color:#15478E">Inner text</div>

This div background color is #15478E.


Border color

.myBorderColor { border: 1px solid #15478E; }

<div style="border:3px solid #15478E">Div</div>

This div border color is #15478E.


Opacity

.myOpacity80 { color: #15478E; opacity: 0.8; }

<p style="color:#15478E;opacity:0.8;">80%</p>

Text with #15478E 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 #15478E;}

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

This text has shadow with #15478E color.

.textShadow {text-shadow: 3px 3px 1px #15478E, 3px 3px 1px red;}

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

This text has shadow with #15478E primary color and red secondary color.


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

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

This text has shadow with #15478E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15478E on black background.


Color preview on white background

This text has color #15478E on white background.



Black color preview on #15478E background

This text has black color on #15478E background.


White color preview on #15478E background

This text has white color on #15478E background.