COLOR #172A63

HEX: #172A63
RGB: (23,42,99)

Color info

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

RGB color model

#172A63 color RGB value is (23,42,99).

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

RGB channels and saturation

R 23 of 255 = 9%
G 42 of 255 = 16%
B 99 of 255 = 39%

23
42
99

R + G + B ~ 21%. #172A63 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 42 + 99 = 164 (100%)
R 23 of 164 ~ 14.02%
G 42 of 164 ~ 25.61%
B 99 of 164 ~ 60.37%

%14.02
%25.61
%60.37

CMYK color model

#172A63 color CMYK value is (77,58,0,61).

  • cyan value is 76.77%
  • magenta value is 57.58%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(77,58,0,61)
C77M58Y0K61 
(77%,58%,0%,61%)
(0.77/0.58/0.00/0.61)	

CMYK percentages

%76.77
%57.58
%0
%61.18

Codes

Color #172A63 in popluar color models

172A63
RGB234299
HSL225°62.30%23.92%
HSB/HSV225°76.77%38.82%
CMYK76.77%57.58%0.00%
61.18%

Color #172A63 in popluar number systems.

HEX172A63
Decimal234299
Binary101111010101100011
Octal2752143

Shades and tints

Shades of #172A63

#172A63
(23,42,99)
#15275A
(21,39,90)
#132451
(19,36,81)
#112148
(17,33,72)
#0F1E3F
(15,30,63)
#0D1B36
(13,27,54)
#0B182D
(11,24,45)
#091524
(9,21,36)
#07121B
(7,18,27)
#050F12
(5,15,18)
#030C09
(3,12,9)
#000000
(0,0,0)

Tints of #172A63

#172A63
(23,42,99)
#2C3D71
(44,61,113)
#41507F
(65,80,127)
#56638D
(86,99,141)
#6B769B
(107,118,155)
#8089A9
(128,137,169)
#959CB7
(149,156,183)
#AAAFC5
(170,175,197)
#BFC2D3
(191,194,211)
#D4D5E1
(212,213,225)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #172A63; }

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

This text font color is #172A63.


Background Color

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

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

This div background color is #172A63.


Border color

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

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

This div border color is #172A63.


Opacity

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

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

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

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

This text has shadow with #172A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172A63 on black background.


Color preview on white background

This text has color #172A63 on white background.



Black color preview on #172A63 background

This text has black color on #172A63 background.


White color preview on #172A63 background

This text has white color on #172A63 background.