COLOR #173067

HEX: #173067 RGB: (23,48,103)

Color info

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

RGB color model

#173067 color RGB value is (23,48,103).

RGB: (23,48,103) (9%, 19%, 40%)

RGB channels and saturation

R 23 of 255 = 9%
G 48 of 255 = 19%
B 103 of 255 = 40%

23
48
103

R + G + B ~ 23%. #173067 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 48 + 103 = 174 (100%)
R 23 of 174 ~ 13.22%
G 48 of 174 ~ 27.59%
B 103 of 174 ~ 59.2'%

%13.22
%27.59
%59.2

CMYK color model

#173067 color CMYK value is (78,53,0,60).

  • cyan value is 77.67%
  • magenta value is 53.40%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (78,53,0,60)
C78M53Y0K60 (78%, 53%, 0%, 60%)
(0.78 / 0.53 / 0.00 / 0.60)

CMYK percentages

%77.67
%53.4
%0
%59.61

Codes

Color #173067 in popluar color models

17 30 67
RGB 23 48 103
HSL 221° 63.49% 24.71%
HSB/HSV 221° 77.67% 40.39%
CMYK 77.67% 53.40% 0.00%
59.61%

Color #173067 in popluar number systems.

HEX 17 30 67
Decimal 23 48 103
Binary 10111 110000 1100111
Octal 27 60 147

Shades and tints

Shades of #173067

#173067
(23,48,103)
#152C5E
(21,44,94)
#132855
(19,40,85)
#11244C
(17,36,76)
#0F2043
(15,32,67)
#0D1C3A
(13,28,58)
#0B1831
(11,24,49)
#091428
(9,20,40)
#07101F
(7,16,31)
#050C16
(5,12,22)
#03080D
(3,8,13)
#000000
(0,0,0)

Tints of #173067

#173067
(23,48,103)
#2C4274
(44,66,116)
#415481
(65,84,129)
#56668E
(86,102,142)
#6B789B
(107,120,155)
#808AA8
(128,138,168)
#959CB5
(149,156,181)
#AAAEC2
(170,174,194)
#BFC0CF
(191,192,207)
#D4D2DC
(212,210,220)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173067 color. Also use rgb(23,48,103) instead hex code.

Text Font Color

.myTextColor { color: #173067; }

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

This text font color is #173067.

Background Color

.myBgColor { background-color: #173067; }

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

This div background color is #173067.

Border color

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

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

This div border color is #173067.

Opacity

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

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

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

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

This text has shadow with #173067 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #173067.

Preview

Color preview on black background

This text has color #173067 on black background.


Color preview on white background

This text has color #173067 on white background.


Black color preview on #173067 background

This text has black color on #173067 background.


White color preview on #173067 background

This text has white color on #173067 background.


Related colors

Complementary color

Complementary color for #hex is #E8CF98.


I love getcolorcode.com

Triadic colors

1 #671730 and #306717 with #173067 are triadic colors.

2 #673017 and #301767 with #173067 are triadic colors.