COLOR #165A99

HEX: #165A99
RGB: (22,90,153)

Color info

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

RGB color model

#165A99 color RGB value is (22,90,153).

  • red value is 22;
  • green value is 90;
  • blue value is 153.
RGB:
(22,90,153)
(9%,35%,60%)

RGB channels and saturation

R 22 of 255 = 9%
G 90 of 255 = 35%
B 153 of 255 = 60%

22
90
153

R + G + B ~ 35%. #165A99 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 90 + 153 = 265 (100%)
R 22 of 265 ~ 8.3%
G 90 of 265 ~ 33.96%
B 153 of 265 ~ 57.74%

%33.96
%57.74

CMYK color model

#165A99 color CMYK value is (86,41,0,40).

  • cyan value is 85.62%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(86,41,0,40)
C86M41Y0K40 
(86%,41%,0%,40%)
(0.86/0.41/0.00/0.40)	

CMYK percentages

%85.62
%41.18
%0
%40

Codes

Color #165A99 in popluar color models

165A99
RGB2290153
HSL209°74.86%34.31%
HSB/HSV209°85.62%60.00%
CMYK85.62%41.18%0.00%
40.00%

Color #165A99 in popluar number systems.

HEX165A99
Decimal2290153
Binary10110101101010011001
Octal26132231

Shades and tints

Shades of #165A99

#165A99
(22,90,153)
#14528C
(20,82,140)
#124A7F
(18,74,127)
#104272
(16,66,114)
#0E3A65
(14,58,101)
#0C3258
(12,50,88)
#0A2A4B
(10,42,75)
#08223E
(8,34,62)
#061A31
(6,26,49)
#041224
(4,18,36)
#020A17
(2,10,23)
#000000
(0,0,0)

Tints of #165A99

#165A99
(22,90,153)
#2B69A2
(43,105,162)
#4078AB
(64,120,171)
#5587B4
(85,135,180)
#6A96BD
(106,150,189)
#7FA5C6
(127,165,198)
#94B4CF
(148,180,207)
#A9C3D8
(169,195,216)
#BED2E1
(190,210,225)
#D3E1EA
(211,225,234)
#E8F0F3
(232,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #165A99 color. Also use rgb(22,90,153) instead hex code.

Text Font Color

.myTextColor { color: #165A99; }

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

This text font color is #165A99.


Background Color

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

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

This div background color is #165A99.


Border color

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

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

This div border color is #165A99.


Opacity

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

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

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

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

This text has shadow with #165A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165A99 on black background.


Color preview on white background

This text has color #165A99 on white background.



Black color preview on #165A99 background

This text has black color on #165A99 background.


White color preview on #165A99 background

This text has white color on #165A99 background.