COLOR #174A85

HEX: #174A85 RGB: (23,74,133)

Color info

#174A85 contains mainly green and blue colors. Web safe color of #174A85 is #003399 (or #039).

RGB color model

#174A85 color RGB value is (23,74,133).

RGB: (23,74,133) (9%, 29%, 52%)

RGB channels and saturation

R 23 of 255 = 9%
G 74 of 255 = 29%
B 133 of 255 = 52%

23
74
133

R + G + B ~ 30%. #174A85 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 74 + 133 = 230 (100%)
R 23 of 230 ~ 10%
G 74 of 230 ~ 32.17%
B 133 of 230 ~ 57.83'%

%32.17
%57.83

CMYK color model

#174A85 color CMYK value is (83,44,0,48).

  • cyan value is 82.71%
  • magenta value is 44.36%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (83,44,0,48)
C83M44Y0K48 (83%, 44%, 0%, 48%)
(0.83 / 0.44 / 0.00 / 0.48)

CMYK percentages

%82.71
%44.36
%0
%47.84

Codes

Color #174A85 in popluar color models

17 4A 85
RGB 23 74 133
HSL 212° 70.51% 30.59%
HSB/HSV 212° 82.71% 52.16%
CMYK 82.71% 44.36% 0.00%
47.84%

Color #174A85 in popluar number systems.

HEX 17 4A 85
Decimal 23 74 133
Binary 10111 1001010 10000101
Octal 27 112 205

Shades and tints

Shades of #174A85

#174A85
(23,74,133)
#154479
(21,68,121)
#133E6D
(19,62,109)
#113861
(17,56,97)
#0F3255
(15,50,85)
#0D2C49
(13,44,73)
#0B263D
(11,38,61)
#092031
(9,32,49)
#071A25
(7,26,37)
#051419
(5,20,25)
#030E0D
(3,14,13)
#000000
(0,0,0)

Tints of #174A85

#174A85
(23,74,133)
#2C5A90
(44,90,144)
#416A9B
(65,106,155)
#567AA6
(86,122,166)
#6B8AB1
(107,138,177)
#809ABC
(128,154,188)
#95AAC7
(149,170,199)
#AABAD2
(170,186,210)
#BFCADD
(191,202,221)
#D4DAE8
(212,218,232)
#E9EAF3
(233,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #174A85 color. Also use rgb(23,74,133) instead hex code.

Text Font Color

.myTextColor { color: #174A85; }

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

This text font color is #174A85.

Background Color

.myBgColor { background-color: #174A85; }

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

This div background color is #174A85.

Border color

.myBorderColor { border: 1px solid #174A85; }

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

This div border color is #174A85.

Opacity

.myOpacity80 { color: #174A85; opacity: 0.8; }

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

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

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

This text has shadow with #174A85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #174A85.

Preview

Color preview on black background

This text has color #174A85 on black background.


Color preview on white background

This text has color #174A85 on white background.


Black color preview on #174A85 background

This text has black color on #174A85 background.


White color preview on #174A85 background

This text has white color on #174A85 background.


Related colors

Complementary color

Complementary color for #174A85 is #E8B57A.


I love getcolorcode.com

Triadic colors

1 #85174A and #4A8517 with #174A85 are triadic colors.

2 #854A17 and #4A1785 with #174A85 are triadic colors.