COLOR #15207F

HEX: #15207F
RGB: (21,32,127)

Color info

#15207F contains mainly blue color. Web safe color of #15207F is #003366 (or #036).

RGB color model

#15207F color RGB value is (21,32,127).

  • red value is 21;
  • green value is 32;
  • blue value is 127.
RGB:
(21,32,127)
(8%,13%,50%)

RGB channels and saturation

R 21 of 255 = 8%
G 32 of 255 = 13%
B 127 of 255 = 50%

21
32
127

R + G + B ~ 24%. #15207F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 32 + 127 = 180 (100%)
R 21 of 180 ~ 11.67%
G 32 of 180 ~ 17.78%
B 127 of 180 ~ 70.56%

%11.67
%17.78
%70.56

CMYK color model

#15207F color CMYK value is (83,75,0,50).

  • cyan value is 83.46%
  • magenta value is 74.80%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(83,75,0,50)
C83M75Y0K50 
(83%,75%,0%,50%)
(0.83/0.75/0.00/0.50)	

CMYK percentages

%83.46
%74.8
%0
%50.2

Codes

Color #15207F in popluar color models

15207F
RGB2132127
HSL234°71.62%29.02%
HSB/HSV234°83.46%49.80%
CMYK83.46%74.80%0.00%
50.20%

Color #15207F in popluar number systems.

HEX15207F
Decimal2132127
Binary101011000001111111
Octal2540177

Shades and tints

Shades of #15207F

#15207F
(21,32,127)
#141E74
(20,30,116)
#131C69
(19,28,105)
#121A5E
(18,26,94)
#111853
(17,24,83)
#101648
(16,22,72)
#0F143D
(15,20,61)
#0E1232
(14,18,50)
#0D1027
(13,16,39)
#0C0E1C
(12,14,28)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #15207F

#15207F
(21,32,127)
#2A348A
(42,52,138)
#3F4895
(63,72,149)
#545CA0
(84,92,160)
#6970AB
(105,112,171)
#7E84B6
(126,132,182)
#9398C1
(147,152,193)
#A8ACCC
(168,172,204)
#BDC0D7
(189,192,215)
#D2D4E2
(210,212,226)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15207F color. Also use rgb(21,32,127) instead hex code.

Text Font Color

.myTextColor { color: #15207F; }

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

This text font color is #15207F.


Background Color

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

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

This div background color is #15207F.


Border color

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

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

This div border color is #15207F.


Opacity

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

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

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

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

This text has shadow with #15207F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15207F on black background.


Color preview on white background

This text has color #15207F on white background.



Black color preview on #15207F background

This text has black color on #15207F background.


White color preview on #15207F background

This text has white color on #15207F background.