COLOR #165EA7

HEX: #165EA7
RGB: (22,94,167)

Color info

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

RGB color model

#165EA7 color RGB value is (22,94,167).

  • red value is 22;
  • green value is 94;
  • blue value is 167.
RGB:
(22,94,167)
(9%,37%,65%)

RGB channels and saturation

R 22 of 255 = 9%
G 94 of 255 = 37%
B 167 of 255 = 65%

22
94
167

R + G + B ~ 37%. #165EA7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 94 + 167 = 283 (100%)
R 22 of 283 ~ 7.77%
G 94 of 283 ~ 33.22%
B 167 of 283 ~ 59.01%

%33.22
%59.01

CMYK color model

#165EA7 color CMYK value is (87,44,0,35).

  • cyan value is 86.83%
  • magenta value is 43.71%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(87,44,0,35)
C87M44Y0K35 
(87%,44%,0%,35%)
(0.87/0.44/0.00/0.35)	

CMYK percentages

%86.83
%43.71
%0
%34.51

Codes

Color #165EA7 in popluar color models

165EA7
RGB2294167
HSL210°76.72%37.06%
HSB/HSV210°86.83%65.49%
CMYK86.83%43.71%0.00%
34.51%

Color #165EA7 in popluar number systems.

HEX165EA7
Decimal2294167
Binary10110101111010100111
Octal26136247

Shades and tints

Shades of #165EA7

#165EA7
(22,94,167)
#145698
(20,86,152)
#124E89
(18,78,137)
#10467A
(16,70,122)
#0E3E6B
(14,62,107)
#0C365C
(12,54,92)
#0A2E4D
(10,46,77)
#08263E
(8,38,62)
#061E2F
(6,30,47)
#041620
(4,22,32)
#020E11
(2,14,17)
#000000
(0,0,0)

Tints of #165EA7

#165EA7
(22,94,167)
#2B6CAF
(43,108,175)
#407AB7
(64,122,183)
#5588BF
(85,136,191)
#6A96C7
(106,150,199)
#7FA4CF
(127,164,207)
#94B2D7
(148,178,215)
#A9C0DF
(169,192,223)
#BECEE7
(190,206,231)
#D3DCEF
(211,220,239)
#E8EAF7
(232,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #165EA7 color. Also use rgb(22,94,167) instead hex code.

Text Font Color

.myTextColor { color: #165EA7; }

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

This text font color is #165EA7.


Background Color

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

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

This div background color is #165EA7.


Border color

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

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

This div border color is #165EA7.


Opacity

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

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

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

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

This text has shadow with #165EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165EA7 on black background.


Color preview on white background

This text has color #165EA7 on white background.



Black color preview on #165EA7 background

This text has black color on #165EA7 background.


White color preview on #165EA7 background

This text has white color on #165EA7 background.