COLOR #15106D

HEX: #15106D
RGB: (21,16,109)

Color info

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

RGB color model

#15106D color RGB value is (21,16,109).

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

RGB channels and saturation

R 21 of 255 = 8%
G 16 of 255 = 6%
B 109 of 255 = 43%

21
16
109

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

Portions of RGB colors in percentages

R + G + B =
21 + 16 + 109 = 146 (100%)
R 21 of 146 ~ 14.38%
G 16 of 146 ~ 10.96%
B 109 of 146 ~ 74.66%

%14.38
%10.96
%74.66

CMYK color model

#15106D color CMYK value is (81,85,0,57).

  • cyan value is 80.73%
  • magenta value is 85.32%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(81,85,0,57)
C81M85Y0K57 
(81%,85%,0%,57%)
(0.81/0.85/0.00/0.57)	

CMYK percentages

%80.73
%85.32
%0
%57.25

Codes

Color #15106D in popluar color models

15106D
RGB2116109
HSL243°74.40%24.51%
HSB/HSV243°85.32%42.75%
CMYK80.73%85.32%0.00%
57.25%

Color #15106D in popluar number systems.

HEX15106D
Decimal2116109
Binary10101100001101101
Octal2520155

Shades and tints

Shades of #15106D

#15106D
(21,16,109)
#140F64
(20,15,100)
#130E5B
(19,14,91)
#120D52
(18,13,82)
#110C49
(17,12,73)
#100B40
(16,11,64)
#0F0A37
(15,10,55)
#0E092E
(14,9,46)
#0D0825
(13,8,37)
#0C071C
(12,7,28)
#0B0613
(11,6,19)
#000000
(0,0,0)

Tints of #15106D

#15106D
(21,16,109)
#2A257A
(42,37,122)
#3F3A87
(63,58,135)
#544F94
(84,79,148)
#6964A1
(105,100,161)
#7E79AE
(126,121,174)
#938EBB
(147,142,187)
#A8A3C8
(168,163,200)
#BDB8D5
(189,184,213)
#D2CDE2
(210,205,226)
#E7E2EF
(231,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15106D; }

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

This text font color is #15106D.


Background Color

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

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

This div background color is #15106D.


Border color

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

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

This div border color is #15106D.


Opacity

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

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

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

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

This text has shadow with #15106D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15106D on black background.


Color preview on white background

This text has color #15106D on white background.



Black color preview on #15106D background

This text has black color on #15106D background.


White color preview on #15106D background

This text has white color on #15106D background.