COLOR #15365E

HEX: #15365E
RGB: (21,54,94)

Color info

#15365E contains mainly green and blue colors. Web safe color of #15365E is #003366 (or #036).

RGB color model

#15365E color RGB value is (21,54,94).

  • red value is 21;
  • green value is 54;
  • blue value is 94.
RGB:
(21,54,94)
(8%,21%,37%)

RGB channels and saturation

R 21 of 255 = 8%
G 54 of 255 = 21%
B 94 of 255 = 37%

21
54
94

R + G + B ~ 22%. #15365E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 54 + 94 = 169 (100%)
R 21 of 169 ~ 12.43%
G 54 of 169 ~ 31.95%
B 94 of 169 ~ 55.62%

%12.43
%31.95
%55.62

CMYK color model

#15365E color CMYK value is (78,43,0,63).

  • cyan value is 77.66%
  • magenta value is 42.55%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(78,43,0,63)
C78M43Y0K63 
(78%,43%,0%,63%)
(0.78/0.43/0.00/0.63)	

CMYK percentages

%77.66
%42.55
%0
%63.14

Codes

Color #15365E in popluar color models

15365E
RGB215494
HSL213°63.48%22.55%
HSB/HSV213°77.66%36.86%
CMYK77.66%42.55%0.00%
63.14%

Color #15365E in popluar number systems.

HEX15365E
Decimal215494
Binary101011101101011110
Octal2566136

Shades and tints

Shades of #15365E

#15365E
(21,54,94)
#143256
(20,50,86)
#132E4E
(19,46,78)
#122A46
(18,42,70)
#11263E
(17,38,62)
#102236
(16,34,54)
#0F1E2E
(15,30,46)
#0E1A26
(14,26,38)
#0D161E
(13,22,30)
#0C1216
(12,18,22)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #15365E

#15365E
(21,54,94)
#2A486C
(42,72,108)
#3F5A7A
(63,90,122)
#546C88
(84,108,136)
#697E96
(105,126,150)
#7E90A4
(126,144,164)
#93A2B2
(147,162,178)
#A8B4C0
(168,180,192)
#BDC6CE
(189,198,206)
#D2D8DC
(210,216,220)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15365E color. Also use rgb(21,54,94) instead hex code.

Text Font Color

.myTextColor { color: #15365E; }

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

This text font color is #15365E.


Background Color

.myBgColor { background-color: #15365E; }

<div style="background-color:#15365E">Inner text</div>

This div background color is #15365E.


Border color

.myBorderColor { border: 1px solid #15365E; }

<div style="border:3px solid #15365E">Div</div>

This div border color is #15365E.


Opacity

.myOpacity80 { color: #15365E; opacity: 0.8; }

<p style="color:#15365E;opacity:0.8;">80%</p>

Text with #15365E 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 #15365E;}

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

This text has shadow with #15365E color.

.textShadow {text-shadow: 3px 3px 1px #15365E, 3px 3px 1px red;}

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

This text has shadow with #15365E primary color and red secondary color.


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

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

This text has shadow with #15365E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15365E on black background.


Color preview on white background

This text has color #15365E on white background.



Black color preview on #15365E background

This text has black color on #15365E background.


White color preview on #15365E background

This text has white color on #15365E background.