COLOR #165085

HEX: #165085
RGB: (22,80,133)

Color info

#165085 contains mainly green and blue colors. Web safe color of #165085 is #006699 (or #069).

RGB color model

#165085 color RGB value is (22,80,133).

  • red value is 22;
  • green value is 80;
  • blue value is 133.
RGB:
(22,80,133)
(9%,31%,52%)

RGB channels and saturation

R 22 of 255 = 9%
G 80 of 255 = 31%
B 133 of 255 = 52%

22
80
133

R + G + B ~ 31%. #165085 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 80 + 133 = 235 (100%)
R 22 of 235 ~ 9.36%
G 80 of 235 ~ 34.04%
B 133 of 235 ~ 56.6%

%34.04
%56.6

CMYK color model

#165085 color CMYK value is (83,40,0,48).

  • cyan value is 83.46%
  • magenta value is 39.85%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(83,40,0,48)
C83M40Y0K48 
(83%,40%,0%,48%)
(0.83/0.40/0.00/0.48)	

CMYK percentages

%83.46
%39.85
%0
%47.84

Codes

Color #165085 in popluar color models

165085
RGB2280133
HSL209°71.61%30.39%
HSB/HSV209°83.46%52.16%
CMYK83.46%39.85%0.00%
47.84%

Color #165085 in popluar number systems.

HEX165085
Decimal2280133
Binary10110101000010000101
Octal26120205

Shades and tints

Shades of #165085

#165085
(22,80,133)
#144979
(20,73,121)
#12426D
(18,66,109)
#103B61
(16,59,97)
#0E3455
(14,52,85)
#0C2D49
(12,45,73)
#0A263D
(10,38,61)
#081F31
(8,31,49)
#061825
(6,24,37)
#041119
(4,17,25)
#020A0D
(2,10,13)
#000000
(0,0,0)

Tints of #165085

#165085
(22,80,133)
#2B5F90
(43,95,144)
#406E9B
(64,110,155)
#557DA6
(85,125,166)
#6A8CB1
(106,140,177)
#7F9BBC
(127,155,188)
#94AAC7
(148,170,199)
#A9B9D2
(169,185,210)
#BEC8DD
(190,200,221)
#D3D7E8
(211,215,232)
#E8E6F3
(232,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #165085 color. Also use rgb(22,80,133) instead hex code.

Text Font Color

.myTextColor { color: #165085; }

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

This text font color is #165085.


Background Color

.myBgColor { background-color: #165085; }

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

This div background color is #165085.


Border color

.myBorderColor { border: 1px solid #165085; }

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

This div border color is #165085.


Opacity

.myOpacity80 { color: #165085; opacity: 0.8; }

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

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

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

This text has shadow with #165085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165085 on black background.


Color preview on white background

This text has color #165085 on white background.



Black color preview on #165085 background

This text has black color on #165085 background.


White color preview on #165085 background

This text has white color on #165085 background.