COLOR #173374

HEX: #173374
RGB: (23,51,116)

Color info

#173374 contains mainly blue color. Web safe color of #173374 is #003366 (or #036).

RGB color model

#173374 color RGB value is (23,51,116).

  • red value is 23;
  • green value is 51;
  • blue value is 116.
RGB:
(23,51,116)
(9%,20%,45%)

RGB channels and saturation

R 23 of 255 = 9%
G 51 of 255 = 20%
B 116 of 255 = 45%

23
51
116

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

Portions of RGB colors in percentages

R + G + B =
23 + 51 + 116 = 190 (100%)
R 23 of 190 ~ 12.11%
G 51 of 190 ~ 26.84%
B 116 of 190 ~ 61.05%

%12.11
%26.84
%61.05

CMYK color model

#173374 color CMYK value is (80,56,0,55).

  • cyan value is 80.17%
  • magenta value is 56.03%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(80,56,0,55)
C80M56Y0K55 
(80%,56%,0%,55%)
(0.80/0.56/0.00/0.55)	

CMYK percentages

%80.17
%56.03
%0
%54.51

Codes

Color #173374 in popluar color models

173374
RGB2351116
HSL222°66.91%27.25%
HSB/HSV222°80.17%45.49%
CMYK80.17%56.03%0.00%
54.51%

Color #173374 in popluar number systems.

HEX173374
Decimal2351116
Binary101111100111110100
Octal2763164

Shades and tints

Shades of #173374

#173374
(23,51,116)
#152F6A
(21,47,106)
#132B60
(19,43,96)
#112756
(17,39,86)
#0F234C
(15,35,76)
#0D1F42
(13,31,66)
#0B1B38
(11,27,56)
#09172E
(9,23,46)
#071324
(7,19,36)
#050F1A
(5,15,26)
#030B10
(3,11,16)
#000000
(0,0,0)

Tints of #173374

#173374
(23,51,116)
#2C4580
(44,69,128)
#41578C
(65,87,140)
#566998
(86,105,152)
#6B7BA4
(107,123,164)
#808DB0
(128,141,176)
#959FBC
(149,159,188)
#AAB1C8
(170,177,200)
#BFC3D4
(191,195,212)
#D4D5E0
(212,213,224)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173374 color. Also use rgb(23,51,116) instead hex code.

Text Font Color

.myTextColor { color: #173374; }

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

This text font color is #173374.


Background Color

.myBgColor { background-color: #173374; }

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

This div background color is #173374.


Border color

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

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

This div border color is #173374.


Opacity

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

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

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

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

This text has shadow with #173374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173374 on black background.


Color preview on white background

This text has color #173374 on white background.



Black color preview on #173374 background

This text has black color on #173374 background.


White color preview on #173374 background

This text has white color on #173374 background.