COLOR #165188

HEX: #165188 RGB: (22,81,136)

Color info

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

RGB color model

#165188 color RGB value is (22,81,136).

RGB: (22,81,136) (9%, 32%, 53%)

RGB channels and saturation

R 22 of 255 = 9%
G 81 of 255 = 32%
B 136 of 255 = 53%

22
81
136

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

Portions of RGB colors in percentages

R + G + B = 22 + 81 + 136 = 239 (100%)
R 22 of 239 ~ 9.21%
G 81 of 239 ~ 33.89%
B 136 of 239 ~ 56.9'%

%33.89
%56.9

CMYK color model

#165188 color CMYK value is (84,40,0,47).

  • cyan value is 83.82%
  • magenta value is 40.44%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK: (84,40,0,47) C84M40Y0K47 (84%,40%,0%,47%) (0.84/0.40/0.00/0.47) 

CMYK percentages

%83.82
%40.44
%0
%46.67

Codes

Color #165188 in popluar color models

16 51 88
RGB 22 81 136
HSL 209° 72.15% 30.98%
HSB/HSV 209° 83.82% 53.33%
CMYK 83.82% 40.44% 0.00%
46.67%

Color #165188 in popluar number systems.

HEX 16 51 88
Decimal 22 81 136
Binary 10110 1010001 10001000
Octal 26 121 210

Shades and tints

Shades of #165188

#165188
(22,81,136)
#144A7C
(20,74,124)
#124370
(18,67,112)
#103C64
(16,60,100)
#0E3558
(14,53,88)
#0C2E4C
(12,46,76)
#0A2740
(10,39,64)
#082034
(8,32,52)
#061928
(6,25,40)
#04121C
(4,18,28)
#020B10
(2,11,16)
#000000
(0,0,0)

Tints of #165188

#165188
(22,81,136)
#2B6092
(43,96,146)
#406F9C
(64,111,156)
#557EA6
(85,126,166)
#6A8DB0
(106,141,176)
#7F9CBA
(127,156,186)
#94ABC4
(148,171,196)
#A9BACE
(169,186,206)
#BEC9D8
(190,201,216)
#D3D8E2
(211,216,226)
#E8E7EC
(232,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #165188 color. Also use rgb(22,81,136) instead hex code.

Text Font Color

.myTextColor { color: #165188; }

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

This text font color is #165188.

Background Color

.myBgColor { background-color: #165188; }

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

This div background color is #165188.

Border color

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

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

This div border color is #165188.

Opacity

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

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

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

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

This text has shadow with #165188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #165188.

Preview

Color preview on black background

This text has color #165188 on black background.


Color preview on white background

This text has color #165188 on white background.


Black color preview on #165188 background

This text has black color on #165188 background.


White color preview on #165188 background

This text has white color on #165188 background.


Related colors

Complementary color

Complementary color for #hex is #E9AE77.


I love getcolorcode.com

Triadic colors

1 #881651 and #518816 with #165188 are triadic colors.

2 #885116 and #511688 with #165188 are triadic colors.