COLOR #15176C

HEX: #15176C
RGB: (21,23,108)

Color info

#15176C contains mainly blue color. Web safe color of #15176C is #000066 (or #006).

RGB color model

#15176C color RGB value is (21,23,108).

  • red value is 21;
  • green value is 23;
  • blue value is 108.
RGB:
(21,23,108)
(8%,9%,42%)

RGB channels and saturation

R 21 of 255 = 8%
G 23 of 255 = 9%
B 108 of 255 = 42%

21
23
108

R + G + B ~ 20%. #15176C is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 23 + 108 = 152 (100%)
R 21 of 152 ~ 13.82%
G 23 of 152 ~ 15.13%
B 108 of 152 ~ 71.05%

%13.82
%15.13
%71.05

CMYK color model

#15176C color CMYK value is (81,79,0,58).

  • cyan value is 80.56%
  • magenta value is 78.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(81,79,0,58)
C81M79Y0K58 
(81%,79%,0%,58%)
(0.81/0.79/0.00/0.58)	

CMYK percentages

%80.56
%78.7
%0
%57.65

Codes

Color #15176C in popluar color models

15176C
RGB2123108
HSL239°67.44%25.29%
HSB/HSV239°80.56%42.35%
CMYK80.56%78.70%0.00%
57.65%

Color #15176C in popluar number systems.

HEX15176C
Decimal2123108
Binary10101101111101100
Octal2527154

Shades and tints

Shades of #15176C

#15176C
(21,23,108)
#141563
(20,21,99)
#13135A
(19,19,90)
#121151
(18,17,81)
#110F48
(17,15,72)
#100D3F
(16,13,63)
#0F0B36
(15,11,54)
#0E092D
(14,9,45)
#0D0724
(13,7,36)
#0C051B
(12,5,27)
#0B0312
(11,3,18)
#000000
(0,0,0)

Tints of #15176C

#15176C
(21,23,108)
#2A2C79
(42,44,121)
#3F4186
(63,65,134)
#545693
(84,86,147)
#696BA0
(105,107,160)
#7E80AD
(126,128,173)
#9395BA
(147,149,186)
#A8AAC7
(168,170,199)
#BDBFD4
(189,191,212)
#D2D4E1
(210,212,225)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15176C color. Also use rgb(21,23,108) instead hex code.

Text Font Color

.myTextColor { color: #15176C; }

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

This text font color is #15176C.


Background Color

.myBgColor { background-color: #15176C; }

<div style="background-color:#15176C">Inner text</div>

This div background color is #15176C.


Border color

.myBorderColor { border: 1px solid #15176C; }

<div style="border:3px solid #15176C">Div</div>

This div border color is #15176C.


Opacity

.myOpacity80 { color: #15176C; opacity: 0.8; }

<p style="color:#15176C;opacity:0.8;">80%</p>

Text with #15176C 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 #15176C;}

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

This text has shadow with #15176C color.

.textShadow {text-shadow: 3px 3px 1px #15176C, 3px 3px 1px red;}

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

This text has shadow with #15176C primary color and red secondary color.


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

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

This text has shadow with #15176C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15176C on black background.


Color preview on white background

This text has color #15176C on white background.



Black color preview on #15176C background

This text has black color on #15176C background.


White color preview on #15176C background

This text has white color on #15176C background.