COLOR #17649D

HEX: #17649D
RGB: (23,100,157)

Color info

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

RGB color model

#17649D color RGB value is (23,100,157).

  • red value is 23;
  • green value is 100;
  • blue value is 157.
RGB:
(23,100,157)
(9%,39%,62%)

RGB channels and saturation

R 23 of 255 = 9%
G 100 of 255 = 39%
B 157 of 255 = 62%

23
100
157

R + G + B ~ 37%. #17649D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 100 + 157 = 280 (100%)
R 23 of 280 ~ 8.21%
G 100 of 280 ~ 35.71%
B 157 of 280 ~ 56.07%

%35.71
%56.07

CMYK color model

#17649D color CMYK value is (85,36,0,38).

  • cyan value is 85.35%
  • magenta value is 36.31%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(85,36,0,38)
C85M36Y0K38 
(85%,36%,0%,38%)
(0.85/0.36/0.00/0.38)	

CMYK percentages

%85.35
%36.31
%0
%38.43

Codes

Color #17649D in popluar color models

17649D
RGB23100157
HSL206°74.44%35.29%
HSB/HSV206°85.35%61.57%
CMYK85.35%36.31%0.00%
38.43%

Color #17649D in popluar number systems.

HEX17649D
Decimal23100157
Binary10111110010010011101
Octal27144235

Shades and tints

Shades of #17649D

#17649D
(23,100,157)
#155B8F
(21,91,143)
#135281
(19,82,129)
#114973
(17,73,115)
#0F4065
(15,64,101)
#0D3757
(13,55,87)
#0B2E49
(11,46,73)
#09253B
(9,37,59)
#071C2D
(7,28,45)
#05131F
(5,19,31)
#030A11
(3,10,17)
#000000
(0,0,0)

Tints of #17649D

#17649D
(23,100,157)
#2C72A5
(44,114,165)
#4180AD
(65,128,173)
#568EB5
(86,142,181)
#6B9CBD
(107,156,189)
#80AAC5
(128,170,197)
#95B8CD
(149,184,205)
#AAC6D5
(170,198,213)
#BFD4DD
(191,212,221)
#D4E2E5
(212,226,229)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17649D color. Also use rgb(23,100,157) instead hex code.

Text Font Color

.myTextColor { color: #17649D; }

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

This text font color is #17649D.


Background Color

.myBgColor { background-color: #17649D; }

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

This div background color is #17649D.


Border color

.myBorderColor { border: 1px solid #17649D; }

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

This div border color is #17649D.


Opacity

.myOpacity80 { color: #17649D; opacity: 0.8; }

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

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

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

This text has shadow with #17649D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17649D on black background.


Color preview on white background

This text has color #17649D on white background.



Black color preview on #17649D background

This text has black color on #17649D background.


White color preview on #17649D background

This text has white color on #17649D background.