COLOR #15569F

HEX: #15569F
RGB: (21,86,159)

Color info

#15569F contains mainly blue color. Web safe color of #15569F is #006699 (or #069).

RGB color model

#15569F color RGB value is (21,86,159).

  • red value is 21;
  • green value is 86;
  • blue value is 159.
RGB:
(21,86,159)
(8%,34%,62%)

RGB channels and saturation

R 21 of 255 = 8%
G 86 of 255 = 34%
B 159 of 255 = 62%

21
86
159

R + G + B ~ 35%. #15569F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 86 + 159 = 266 (100%)
R 21 of 266 ~ 7.89%
G 86 of 266 ~ 32.33%
B 159 of 266 ~ 59.77%

%32.33
%59.77

CMYK color model

#15569F color CMYK value is (87,46,0,38).

  • cyan value is 86.79%
  • magenta value is 45.91%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(87,46,0,38)
C87M46Y0K38 
(87%,46%,0%,38%)
(0.87/0.46/0.00/0.38)	

CMYK percentages

%86.79
%45.91
%0
%37.65

Codes

Color #15569F in popluar color models

15569F
RGB2186159
HSL212°76.67%35.29%
HSB/HSV212°86.79%62.35%
CMYK86.79%45.91%0.00%
37.65%

Color #15569F in popluar number systems.

HEX15569F
Decimal2186159
Binary10101101011010011111
Octal25126237

Shades and tints

Shades of #15569F

#15569F
(21,86,159)
#144F91
(20,79,145)
#134883
(19,72,131)
#124175
(18,65,117)
#113A67
(17,58,103)
#103359
(16,51,89)
#0F2C4B
(15,44,75)
#0E253D
(14,37,61)
#0D1E2F
(13,30,47)
#0C1721
(12,23,33)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #15569F

#15569F
(21,86,159)
#2A65A7
(42,101,167)
#3F74AF
(63,116,175)
#5483B7
(84,131,183)
#6992BF
(105,146,191)
#7EA1C7
(126,161,199)
#93B0CF
(147,176,207)
#A8BFD7
(168,191,215)
#BDCEDF
(189,206,223)
#D2DDE7
(210,221,231)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15569F color. Also use rgb(21,86,159) instead hex code.

Text Font Color

.myTextColor { color: #15569F; }

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

This text font color is #15569F.


Background Color

.myBgColor { background-color: #15569F; }

<div style="background-color:#15569F">Inner text</div>

This div background color is #15569F.


Border color

.myBorderColor { border: 1px solid #15569F; }

<div style="border:3px solid #15569F">Div</div>

This div border color is #15569F.


Opacity

.myOpacity80 { color: #15569F; opacity: 0.8; }

<p style="color:#15569F;opacity:0.8;">80%</p>

Text with #15569F 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 #15569F;}

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

This text has shadow with #15569F color.

.textShadow {text-shadow: 3px 3px 1px #15569F, 3px 3px 1px red;}

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

This text has shadow with #15569F primary color and red secondary color.


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

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

This text has shadow with #15569F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15569F on black background.


Color preview on white background

This text has color #15569F on white background.



Black color preview on #15569F background

This text has black color on #15569F background.


White color preview on #15569F background

This text has white color on #15569F background.