COLOR #173C8E

HEX: #173C8E
RGB: (23,60,142)

Color info

#173C8E contains mainly blue color. Web safe color of #173C8E is #003399 (or #039).

RGB color model

#173C8E color RGB value is (23,60,142).

  • red value is 23;
  • green value is 60;
  • blue value is 142.
RGB:
(23,60,142)
(9%,24%,56%)

RGB channels and saturation

R 23 of 255 = 9%
G 60 of 255 = 24%
B 142 of 255 = 56%

23
60
142

R + G + B ~ 30%. #173C8E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 60 + 142 = 225 (100%)
R 23 of 225 ~ 10.22%
G 60 of 225 ~ 26.67%
B 142 of 225 ~ 63.11%

%10.22
%26.67
%63.11

CMYK color model

#173C8E color CMYK value is (84,58,0,44).

  • cyan value is 83.80%
  • magenta value is 57.75%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(84,58,0,44)
C84M58Y0K44 
(84%,58%,0%,44%)
(0.84/0.58/0.00/0.44)	

CMYK percentages

%83.8
%57.75
%0
%44.31

Codes

Color #173C8E in popluar color models

173C8E
RGB2360142
HSL221°72.12%32.35%
HSB/HSV221°83.80%55.69%
CMYK83.80%57.75%0.00%
44.31%

Color #173C8E in popluar number systems.

HEX173C8E
Decimal2360142
Binary1011111110010001110
Octal2774216

Shades and tints

Shades of #173C8E

#173C8E
(23,60,142)
#153782
(21,55,130)
#133276
(19,50,118)
#112D6A
(17,45,106)
#0F285E
(15,40,94)
#0D2352
(13,35,82)
#0B1E46
(11,30,70)
#09193A
(9,25,58)
#07142E
(7,20,46)
#050F22
(5,15,34)
#030A16
(3,10,22)
#000000
(0,0,0)

Tints of #173C8E

#173C8E
(23,60,142)
#2C4D98
(44,77,152)
#415EA2
(65,94,162)
#566FAC
(86,111,172)
#6B80B6
(107,128,182)
#8091C0
(128,145,192)
#95A2CA
(149,162,202)
#AAB3D4
(170,179,212)
#BFC4DE
(191,196,222)
#D4D5E8
(212,213,232)
#E9E6F2
(233,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173C8E color. Also use rgb(23,60,142) instead hex code.

Text Font Color

.myTextColor { color: #173C8E; }

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

This text font color is #173C8E.


Background Color

.myBgColor { background-color: #173C8E; }

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

This div background color is #173C8E.


Border color

.myBorderColor { border: 1px solid #173C8E; }

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

This div border color is #173C8E.


Opacity

.myOpacity80 { color: #173C8E; opacity: 0.8; }

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

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

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

This text has shadow with #173C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173C8E on black background.


Color preview on white background

This text has color #173C8E on white background.



Black color preview on #173C8E background

This text has black color on #173C8E background.


White color preview on #173C8E background

This text has white color on #173C8E background.