COLOR #15246D

HEX: #15246D
RGB: (21,36,109)

Color info

#15246D contains mainly blue color. Web safe color of #15246D is #003366 (or #036).

RGB color model

#15246D color RGB value is (21,36,109).

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

RGB channels and saturation

R 21 of 255 = 8%
G 36 of 255 = 14%
B 109 of 255 = 43%

21
36
109

R + G + B ~ 22%. #15246D is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 36 + 109 = 166 (100%)
R 21 of 166 ~ 12.65%
G 36 of 166 ~ 21.69%
B 109 of 166 ~ 65.66%

%12.65
%21.69
%65.66

CMYK color model

#15246D color CMYK value is (81,67,0,57).

  • cyan value is 80.73%
  • magenta value is 66.97%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(81,67,0,57)
C81M67Y0K57 
(81%,67%,0%,57%)
(0.81/0.67/0.00/0.57)	

CMYK percentages

%80.73
%66.97
%0
%57.25

Codes

Color #15246D in popluar color models

15246D
RGB2136109
HSL230°67.69%25.49%
HSB/HSV230°80.73%42.75%
CMYK80.73%66.97%0.00%
57.25%

Color #15246D in popluar number systems.

HEX15246D
Decimal2136109
Binary101011001001101101
Octal2544155

Shades and tints

Shades of #15246D

#15246D
(21,36,109)
#142164
(20,33,100)
#131E5B
(19,30,91)
#121B52
(18,27,82)
#111849
(17,24,73)
#101540
(16,21,64)
#0F1237
(15,18,55)
#0E0F2E
(14,15,46)
#0D0C25
(13,12,37)
#0C091C
(12,9,28)
#0B0613
(11,6,19)
#000000
(0,0,0)

Tints of #15246D

#15246D
(21,36,109)
#2A377A
(42,55,122)
#3F4A87
(63,74,135)
#545D94
(84,93,148)
#6970A1
(105,112,161)
#7E83AE
(126,131,174)
#9396BB
(147,150,187)
#A8A9C8
(168,169,200)
#BDBCD5
(189,188,213)
#D2CFE2
(210,207,226)
#E7E2EF
(231,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15246D; }

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

This text font color is #15246D.


Background Color

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

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

This div background color is #15246D.


Border color

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

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

This div border color is #15246D.


Opacity

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

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

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

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

This text has shadow with #15246D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15246D on black background.


Color preview on white background

This text has color #15246D on white background.



Black color preview on #15246D background

This text has black color on #15246D background.


White color preview on #15246D background

This text has white color on #15246D background.