COLOR #17406B

HEX: #17406B
RGB: (23,64,107)

Color info

#17406B contains mainly green and blue colors. Web safe color of #17406B is #003366 (or #036).

RGB color model

#17406B color RGB value is (23,64,107).

  • red value is 23;
  • green value is 64;
  • blue value is 107.
RGB:
(23,64,107)
(9%,25%,42%)

RGB channels and saturation

R 23 of 255 = 9%
G 64 of 255 = 25%
B 107 of 255 = 42%

23
64
107

R + G + B ~ 25%. #17406B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 64 + 107 = 194 (100%)
R 23 of 194 ~ 11.86%
G 64 of 194 ~ 32.99%
B 107 of 194 ~ 55.15%

%11.86
%32.99
%55.15

CMYK color model

#17406B color CMYK value is (79,40,0,58).

  • cyan value is 78.50%
  • magenta value is 40.19%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(79,40,0,58)
C79M40Y0K58 
(79%,40%,0%,58%)
(0.79/0.40/0.00/0.58)	

CMYK percentages

%78.5
%40.19
%0
%58.04

Codes

Color #17406B in popluar color models

17406B
RGB2364107
HSL211°64.62%25.49%
HSB/HSV211°78.50%41.96%
CMYK78.50%40.19%0.00%
58.04%

Color #17406B in popluar number systems.

HEX17406B
Decimal2364107
Binary1011110000001101011
Octal27100153

Shades and tints

Shades of #17406B

#17406B
(23,64,107)
#153B62
(21,59,98)
#133659
(19,54,89)
#113150
(17,49,80)
#0F2C47
(15,44,71)
#0D273E
(13,39,62)
#0B2235
(11,34,53)
#091D2C
(9,29,44)
#071823
(7,24,35)
#05131A
(5,19,26)
#030E11
(3,14,17)
#000000
(0,0,0)

Tints of #17406B

#17406B
(23,64,107)
#2C5178
(44,81,120)
#416285
(65,98,133)
#567392
(86,115,146)
#6B849F
(107,132,159)
#8095AC
(128,149,172)
#95A6B9
(149,166,185)
#AAB7C6
(170,183,198)
#BFC8D3
(191,200,211)
#D4D9E0
(212,217,224)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17406B color. Also use rgb(23,64,107) instead hex code.

Text Font Color

.myTextColor { color: #17406B; }

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

This text font color is #17406B.


Background Color

.myBgColor { background-color: #17406B; }

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

This div background color is #17406B.


Border color

.myBorderColor { border: 1px solid #17406B; }

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

This div border color is #17406B.


Opacity

.myOpacity80 { color: #17406B; opacity: 0.8; }

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

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

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

This text has shadow with #17406B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17406B on black background.


Color preview on white background

This text has color #17406B on white background.



Black color preview on #17406B background

This text has black color on #17406B background.


White color preview on #17406B background

This text has white color on #17406B background.