COLOR #172A58

HEX: #172A58
RGB: (23,42,88)

Color info

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

RGB color model

#172A58 color RGB value is (23,42,88).

  • red value is 23;
  • green value is 42;
  • blue value is 88.
RGB:
(23,42,88)
(9%,16%,35%)

RGB channels and saturation

R 23 of 255 = 9%
G 42 of 255 = 16%
B 88 of 255 = 35%

23
42
88

R + G + B ~ 20%. #172A58 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 42 + 88 = 153 (100%)
R 23 of 153 ~ 15.03%
G 42 of 153 ~ 27.45%
B 88 of 153 ~ 57.52%

%15.03
%27.45
%57.52

CMYK color model

#172A58 color CMYK value is (74,52,0,65).

  • cyan value is 73.86%
  • magenta value is 52.27%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(74,52,0,65)
C74M52Y0K65 
(74%,52%,0%,65%)
(0.74/0.52/0.00/0.65)	

CMYK percentages

%73.86
%52.27
%0
%65.49

Codes

Color #172A58 in popluar color models

172A58
RGB234288
HSL222°58.56%21.76%
HSB/HSV222°73.86%34.51%
CMYK73.86%52.27%0.00%
65.49%

Color #172A58 in popluar number systems.

HEX172A58
Decimal234288
Binary101111010101011000
Octal2752130

Shades and tints

Shades of #172A58

#172A58
(23,42,88)
#152750
(21,39,80)
#132448
(19,36,72)
#112140
(17,33,64)
#0F1E38
(15,30,56)
#0D1B30
(13,27,48)
#0B1828
(11,24,40)
#091520
(9,21,32)
#071218
(7,18,24)
#050F10
(5,15,16)
#030C08
(3,12,8)
#000000
(0,0,0)

Tints of #172A58

#172A58
(23,42,88)
#2C3D67
(44,61,103)
#415076
(65,80,118)
#566385
(86,99,133)
#6B7694
(107,118,148)
#8089A3
(128,137,163)
#959CB2
(149,156,178)
#AAAFC1
(170,175,193)
#BFC2D0
(191,194,208)
#D4D5DF
(212,213,223)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #172A58 color. Also use rgb(23,42,88) instead hex code.

Text Font Color

.myTextColor { color: #172A58; }

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

This text font color is #172A58.


Background Color

.myBgColor { background-color: #172A58; }

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

This div background color is #172A58.


Border color

.myBorderColor { border: 1px solid #172A58; }

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

This div border color is #172A58.


Opacity

.myOpacity80 { color: #172A58; opacity: 0.8; }

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

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

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

This text has shadow with #172A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172A58 on black background.


Color preview on white background

This text has color #172A58 on white background.



Black color preview on #172A58 background

This text has black color on #172A58 background.


White color preview on #172A58 background

This text has white color on #172A58 background.