COLOR #165CA3

HEX: #165CA3
RGB: (22,92,163)

Color info

#165CA3 contains mainly blue color. Web safe color of #165CA3 is #006699 (or #069).

RGB color model

#165CA3 color RGB value is (22,92,163).

  • red value is 22;
  • green value is 92;
  • blue value is 163.
RGB:
(22,92,163)
(9%,36%,64%)

RGB channels and saturation

R 22 of 255 = 9%
G 92 of 255 = 36%
B 163 of 255 = 64%

22
92
163

R + G + B ~ 36%. #165CA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 92 + 163 = 277 (100%)
R 22 of 277 ~ 7.94%
G 92 of 277 ~ 33.21%
B 163 of 277 ~ 58.84%

%33.21
%58.84

CMYK color model

#165CA3 color CMYK value is (87,44,0,36).

  • cyan value is 86.50%
  • magenta value is 43.56%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(87,44,0,36)
C87M44Y0K36 
(87%,44%,0%,36%)
(0.87/0.44/0.00/0.36)	

CMYK percentages

%86.5
%43.56
%0
%36.08

Codes

Color #165CA3 in popluar color models

165CA3
RGB2292163
HSL210°76.22%36.27%
HSB/HSV210°86.50%63.92%
CMYK86.50%43.56%0.00%
36.08%

Color #165CA3 in popluar number systems.

HEX165CA3
Decimal2292163
Binary10110101110010100011
Octal26134243

Shades and tints

Shades of #165CA3

#165CA3
(22,92,163)
#145495
(20,84,149)
#124C87
(18,76,135)
#104479
(16,68,121)
#0E3C6B
(14,60,107)
#0C345D
(12,52,93)
#0A2C4F
(10,44,79)
#082441
(8,36,65)
#061C33
(6,28,51)
#041425
(4,20,37)
#020C17
(2,12,23)
#000000
(0,0,0)

Tints of #165CA3

#165CA3
(22,92,163)
#2B6AAB
(43,106,171)
#4078B3
(64,120,179)
#5586BB
(85,134,187)
#6A94C3
(106,148,195)
#7FA2CB
(127,162,203)
#94B0D3
(148,176,211)
#A9BEDB
(169,190,219)
#BECCE3
(190,204,227)
#D3DAEB
(211,218,235)
#E8E8F3
(232,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #165CA3 color. Also use rgb(22,92,163) instead hex code.

Text Font Color

.myTextColor { color: #165CA3; }

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

This text font color is #165CA3.


Background Color

.myBgColor { background-color: #165CA3; }

<div style="background-color:#165CA3">Inner text</div>

This div background color is #165CA3.


Border color

.myBorderColor { border: 1px solid #165CA3; }

<div style="border:3px solid #165CA3">Div</div>

This div border color is #165CA3.


Opacity

.myOpacity80 { color: #165CA3; opacity: 0.8; }

<p style="color:#165CA3;opacity:0.8;">80%</p>

Text with #165CA3 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 #165CA3;}

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

This text has shadow with #165CA3 color.

.textShadow {text-shadow: 3px 3px 1px #165CA3, 3px 3px 1px red;}

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

This text has shadow with #165CA3 primary color and red secondary color.


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

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

This text has shadow with #165CA3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165CA3 on black background.


Color preview on white background

This text has color #165CA3 on white background.



Black color preview on #165CA3 background

This text has black color on #165CA3 background.


White color preview on #165CA3 background

This text has white color on #165CA3 background.