COLOR #15509D

HEX: #15509D
RGB: (21,80,157)

Color info

#15509D contains mainly blue color. Web safe color of #15509D is #006699 (or #069).

RGB color model

#15509D color RGB value is (21,80,157).

  • red value is 21;
  • green value is 80;
  • blue value is 157.
RGB:
(21,80,157)
(8%,31%,62%)

RGB channels and saturation

R 21 of 255 = 8%
G 80 of 255 = 31%
B 157 of 255 = 62%

21
80
157

R + G + B ~ 34%. #15509D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 80 + 157 = 258 (100%)
R 21 of 258 ~ 8.14%
G 80 of 258 ~ 31.01%
B 157 of 258 ~ 60.85%

%31.01
%60.85

CMYK color model

#15509D color CMYK value is (87,49,0,38).

  • cyan value is 86.62%
  • magenta value is 49.04%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(87,49,0,38)
C87M49Y0K38 
(87%,49%,0%,38%)
(0.87/0.49/0.00/0.38)	

CMYK percentages

%86.62
%49.04
%0
%38.43

Codes

Color #15509D in popluar color models

15509D
RGB2180157
HSL214°76.40%34.90%
HSB/HSV214°86.62%61.57%
CMYK86.62%49.04%0.00%
38.43%

Color #15509D in popluar number systems.

HEX15509D
Decimal2180157
Binary10101101000010011101
Octal25120235

Shades and tints

Shades of #15509D

#15509D
(21,80,157)
#14498F
(20,73,143)
#134281
(19,66,129)
#123B73
(18,59,115)
#113465
(17,52,101)
#102D57
(16,45,87)
#0F2649
(15,38,73)
#0E1F3B
(14,31,59)
#0D182D
(13,24,45)
#0C111F
(12,17,31)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #15509D

#15509D
(21,80,157)
#2A5FA5
(42,95,165)
#3F6EAD
(63,110,173)
#547DB5
(84,125,181)
#698CBD
(105,140,189)
#7E9BC5
(126,155,197)
#93AACD
(147,170,205)
#A8B9D5
(168,185,213)
#BDC8DD
(189,200,221)
#D2D7E5
(210,215,229)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15509D color. Also use rgb(21,80,157) instead hex code.

Text Font Color

.myTextColor { color: #15509D; }

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

This text font color is #15509D.


Background Color

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

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

This div background color is #15509D.


Border color

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

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

This div border color is #15509D.


Opacity

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

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

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

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

This text has shadow with #15509D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15509D on black background.


Color preview on white background

This text has color #15509D on white background.



Black color preview on #15509D background

This text has black color on #15509D background.


White color preview on #15509D background

This text has white color on #15509D background.