COLOR #1565A5

HEX: #1565A5
RGB: (21,101,165)

Color info

#1565A5 contains mainly blue color. Web safe color of #1565A5 is #006699 (or #069).

RGB color model

#1565A5 color RGB value is (21,101,165).

  • red value is 21;
  • green value is 101;
  • blue value is 165.
RGB:
(21,101,165)
(8%,40%,65%)

RGB channels and saturation

R 21 of 255 = 8%
G 101 of 255 = 40%
B 165 of 255 = 65%

21
101
165

R + G + B ~ 38%. #1565A5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 101 + 165 = 287 (100%)
R 21 of 287 ~ 7.32%
G 101 of 287 ~ 35.19%
B 165 of 287 ~ 57.49%

%35.19
%57.49

CMYK color model

#1565A5 color CMYK value is (87,39,0,35).

  • cyan value is 87.27%
  • magenta value is 38.79%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(87,39,0,35)
C87M39Y0K35 
(87%,39%,0%,35%)
(0.87/0.39/0.00/0.35)	

CMYK percentages

%87.27
%38.79
%0
%35.29

Codes

Color #1565A5 in popluar color models

1565A5
RGB21101165
HSL207°77.42%36.47%
HSB/HSV207°87.27%64.71%
CMYK87.27%38.79%0.00%
35.29%

Color #1565A5 in popluar number systems.

HEX1565A5
Decimal21101165
Binary10101110010110100101
Octal25145245

Shades and tints

Shades of #1565A5

#1565A5
(21,101,165)
#145C96
(20,92,150)
#135387
(19,83,135)
#124A78
(18,74,120)
#114169
(17,65,105)
#10385A
(16,56,90)
#0F2F4B
(15,47,75)
#0E263C
(14,38,60)
#0D1D2D
(13,29,45)
#0C141E
(12,20,30)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #1565A5

#1565A5
(21,101,165)
#2A73AD
(42,115,173)
#3F81B5
(63,129,181)
#548FBD
(84,143,189)
#699DC5
(105,157,197)
#7EABCD
(126,171,205)
#93B9D5
(147,185,213)
#A8C7DD
(168,199,221)
#BDD5E5
(189,213,229)
#D2E3ED
(210,227,237)
#E7F1F5
(231,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1565A5 color. Also use rgb(21,101,165) instead hex code.

Text Font Color

.myTextColor { color: #1565A5; }

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

This text font color is #1565A5.


Background Color

.myBgColor { background-color: #1565A5; }

<div style="background-color:#1565A5">Inner text</div>

This div background color is #1565A5.


Border color

.myBorderColor { border: 1px solid #1565A5; }

<div style="border:3px solid #1565A5">Div</div>

This div border color is #1565A5.


Opacity

.myOpacity80 { color: #1565A5; opacity: 0.8; }

<p style="color:#1565A5;opacity:0.8;">80%</p>

Text with #1565A5 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 #1565A5;}

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

This text has shadow with #1565A5 color.

.textShadow {text-shadow: 3px 3px 1px #1565A5, 3px 3px 1px red;}

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

This text has shadow with #1565A5 primary color and red secondary color.


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

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

This text has shadow with #1565A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1565A5 on black background.


Color preview on white background

This text has color #1565A5 on white background.



Black color preview on #1565A5 background

This text has black color on #1565A5 background.


White color preview on #1565A5 background

This text has white color on #1565A5 background.