COLOR #15286E

HEX: #15286E
RGB: (21,40,110)

Color info

#15286E contains mainly blue color. Web safe color of #15286E is #003366 (or #036).

RGB color model

#15286E color RGB value is (21,40,110).

  • red value is 21;
  • green value is 40;
  • blue value is 110.
RGB:
(21,40,110)
(8%,16%,43%)

RGB channels and saturation

R 21 of 255 = 8%
G 40 of 255 = 16%
B 110 of 255 = 43%

21
40
110

R + G + B ~ 22%. #15286E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 40 + 110 = 171 (100%)
R 21 of 171 ~ 12.28%
G 40 of 171 ~ 23.39%
B 110 of 171 ~ 64.33%

%12.28
%23.39
%64.33

CMYK color model

#15286E color CMYK value is (81,64,0,57).

  • cyan value is 80.91%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(81,64,0,57)
C81M64Y0K57 
(81%,64%,0%,57%)
(0.81/0.64/0.00/0.57)	

CMYK percentages

%80.91
%63.64
%0
%56.86

Codes

Color #15286E in popluar color models

15286E
RGB2140110
HSL227°67.94%25.69%
HSB/HSV227°80.91%43.14%
CMYK80.91%63.64%0.00%
56.86%

Color #15286E in popluar number systems.

HEX15286E
Decimal2140110
Binary101011010001101110
Octal2550156

Shades and tints

Shades of #15286E

#15286E
(21,40,110)
#142564
(20,37,100)
#13225A
(19,34,90)
#121F50
(18,31,80)
#111C46
(17,28,70)
#10193C
(16,25,60)
#0F1632
(15,22,50)
#0E1328
(14,19,40)
#0D101E
(13,16,30)
#0C0D14
(12,13,20)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #15286E

#15286E
(21,40,110)
#2A3B7B
(42,59,123)
#3F4E88
(63,78,136)
#546195
(84,97,149)
#6974A2
(105,116,162)
#7E87AF
(126,135,175)
#939ABC
(147,154,188)
#A8ADC9
(168,173,201)
#BDC0D6
(189,192,214)
#D2D3E3
(210,211,227)
#E7E6F0
(231,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15286E color. Also use rgb(21,40,110) instead hex code.

Text Font Color

.myTextColor { color: #15286E; }

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

This text font color is #15286E.


Background Color

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

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

This div background color is #15286E.


Border color

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

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

This div border color is #15286E.


Opacity

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

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

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

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

This text has shadow with #15286E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15286E on black background.


Color preview on white background

This text has color #15286E on white background.



Black color preview on #15286E background

This text has black color on #15286E background.


White color preview on #15286E background

This text has white color on #15286E background.