COLOR #15296F

HEX: #15296F
RGB: (21,41,111)

Color info

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

RGB color model

#15296F color RGB value is (21,41,111).

  • red value is 21;
  • green value is 41;
  • blue value is 111.
RGB:
(21,41,111)
(8%,16%,44%)

RGB channels and saturation

R 21 of 255 = 8%
G 41 of 255 = 16%
B 111 of 255 = 44%

21
41
111

R + G + B ~ 23%. #15296F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 41 + 111 = 173 (100%)
R 21 of 173 ~ 12.14%
G 41 of 173 ~ 23.7%
B 111 of 173 ~ 64.16%

%12.14
%23.7
%64.16

CMYK color model

#15296F color CMYK value is (81,63,0,56).

  • cyan value is 81.08%
  • magenta value is 63.06%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(81,63,0,56)
C81M63Y0K56 
(81%,63%,0%,56%)
(0.81/0.63/0.00/0.56)	

CMYK percentages

%81.08
%63.06
%0
%56.47

Codes

Color #15296F in popluar color models

15296F
RGB2141111
HSL227°68.18%25.88%
HSB/HSV227°81.08%43.53%
CMYK81.08%63.06%0.00%
56.47%

Color #15296F in popluar number systems.

HEX15296F
Decimal2141111
Binary101011010011101111
Octal2551157

Shades and tints

Shades of #15296F

#15296F
(21,41,111)
#142665
(20,38,101)
#13235B
(19,35,91)
#122051
(18,32,81)
#111D47
(17,29,71)
#101A3D
(16,26,61)
#0F1733
(15,23,51)
#0E1429
(14,20,41)
#0D111F
(13,17,31)
#0C0E15
(12,14,21)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #15296F

#15296F
(21,41,111)
#2A3C7C
(42,60,124)
#3F4F89
(63,79,137)
#546296
(84,98,150)
#6975A3
(105,117,163)
#7E88B0
(126,136,176)
#939BBD
(147,155,189)
#A8AECA
(168,174,202)
#BDC1D7
(189,193,215)
#D2D4E4
(210,212,228)
#E7E7F1
(231,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15296F color. Also use rgb(21,41,111) instead hex code.

Text Font Color

.myTextColor { color: #15296F; }

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

This text font color is #15296F.


Background Color

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

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

This div background color is #15296F.


Border color

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

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

This div border color is #15296F.


Opacity

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

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

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

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

This text has shadow with #15296F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15296F on black background.


Color preview on white background

This text has color #15296F on white background.



Black color preview on #15296F background

This text has black color on #15296F background.


White color preview on #15296F background

This text has white color on #15296F background.