COLOR #15126D

HEX: #15126D
RGB: (21,18,109)

Color info

#15126D contains mainly blue color. Web safe color of #15126D is #000066 (or #006).

RGB color model

#15126D color RGB value is (21,18,109).

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

RGB channels and saturation

R 21 of 255 = 8%
G 18 of 255 = 7%
B 109 of 255 = 43%

21
18
109

R + G + B ~ 19%. #15126D is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 18 + 109 = 148 (100%)
R 21 of 148 ~ 14.19%
G 18 of 148 ~ 12.16%
B 109 of 148 ~ 73.65%

%14.19
%12.16
%73.65

CMYK color model

#15126D color CMYK value is (81,83,0,57).

  • cyan value is 80.73%
  • magenta value is 83.49%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(81,83,0,57)
C81M83Y0K57 
(81%,83%,0%,57%)
(0.81/0.83/0.00/0.57)	

CMYK percentages

%80.73
%83.49
%0
%57.25

Codes

Color #15126D in popluar color models

15126D
RGB2118109
HSL242°71.65%24.90%
HSB/HSV242°83.49%42.75%
CMYK80.73%83.49%0.00%
57.25%

Color #15126D in popluar number systems.

HEX15126D
Decimal2118109
Binary10101100101101101
Octal2522155

Shades and tints

Shades of #15126D

#15126D
(21,18,109)
#141164
(20,17,100)
#13105B
(19,16,91)
#120F52
(18,15,82)
#110E49
(17,14,73)
#100D40
(16,13,64)
#0F0C37
(15,12,55)
#0E0B2E
(14,11,46)
#0D0A25
(13,10,37)
#0C091C
(12,9,28)
#0B0813
(11,8,19)
#000000
(0,0,0)

Tints of #15126D

#15126D
(21,18,109)
#2A277A
(42,39,122)
#3F3C87
(63,60,135)
#545194
(84,81,148)
#6966A1
(105,102,161)
#7E7BAE
(126,123,174)
#9390BB
(147,144,187)
#A8A5C8
(168,165,200)
#BDBAD5
(189,186,213)
#D2CFE2
(210,207,226)
#E7E4EF
(231,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15126D; }

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

This text font color is #15126D.


Background Color

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

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

This div background color is #15126D.


Border color

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

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

This div border color is #15126D.


Opacity

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

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

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

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

This text has shadow with #15126D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15126D on black background.


Color preview on white background

This text has color #15126D on white background.



Black color preview on #15126D background

This text has black color on #15126D background.


White color preview on #15126D background

This text has white color on #15126D background.