COLOR #166499

HEX: #166499
RGB: (22,100,153)

Color info

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

RGB color model

#166499 color RGB value is (22,100,153).

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

RGB channels and saturation

R 22 of 255 = 9%
G 100 of 255 = 39%
B 153 of 255 = 60%

22
100
153

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

Portions of RGB colors in percentages

R + G + B =
22 + 100 + 153 = 275 (100%)
R 22 of 275 ~ 8%
G 100 of 275 ~ 36.36%
B 153 of 275 ~ 55.64%

%36.36
%55.64

CMYK color model

#166499 color CMYK value is (86,35,0,40).

  • cyan value is 85.62%
  • magenta value is 34.64%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(86,35,0,40)
C86M35Y0K40 
(86%,35%,0%,40%)
(0.86/0.35/0.00/0.40)	

CMYK percentages

%85.62
%34.64
%0
%40

Codes

Color #166499 in popluar color models

166499
RGB22100153
HSL204°74.86%34.31%
HSB/HSV204°85.62%60.00%
CMYK85.62%34.64%0.00%
40.00%

Color #166499 in popluar number systems.

HEX166499
Decimal22100153
Binary10110110010010011001
Octal26144231

Shades and tints

Shades of #166499

#166499
(22,100,153)
#145B8C
(20,91,140)
#12527F
(18,82,127)
#104972
(16,73,114)
#0E4065
(14,64,101)
#0C3758
(12,55,88)
#0A2E4B
(10,46,75)
#08253E
(8,37,62)
#061C31
(6,28,49)
#041324
(4,19,36)
#020A17
(2,10,23)
#000000
(0,0,0)

Tints of #166499

#166499
(22,100,153)
#2B72A2
(43,114,162)
#4080AB
(64,128,171)
#558EB4
(85,142,180)
#6A9CBD
(106,156,189)
#7FAAC6
(127,170,198)
#94B8CF
(148,184,207)
#A9C6D8
(169,198,216)
#BED4E1
(190,212,225)
#D3E2EA
(211,226,234)
#E8F0F3
(232,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #166499; }

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

This text font color is #166499.


Background Color

.myBgColor { background-color: #166499; }

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

This div background color is #166499.


Border color

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

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

This div border color is #166499.


Opacity

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

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

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

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

This text has shadow with #166499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #166499 on black background.


Color preview on white background

This text has color #166499 on white background.



Black color preview on #166499 background

This text has black color on #166499 background.


White color preview on #166499 background

This text has white color on #166499 background.