COLOR #174A5A

HEX: #174A5A RGB: (23,74,90)

Color info

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

RGB color model

#174A5A color RGB value is (23,74,90).

RGB: (23,74,90) (9%, 29%, 35%)

RGB channels and saturation

R 23 of 255 = 9%
G 74 of 255 = 29%
B 90 of 255 = 35%

23
74
90

R + G + B ~ 24%. #174A5A is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 74 + 90 = 187 (100%)
R 23 of 187 ~ 12.3%
G 74 of 187 ~ 39.57%
B 90 of 187 ~ 48.13'%

%12.3
%39.57
%48.13

CMYK color model

#174A5A color CMYK value is (74,18,0,65).

  • cyan value is 74.44%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (74,18,0,65)
C74M18Y0K65 (74%, 18%, 0%, 65%)
(0.74 / 0.18 / 0.00 / 0.65)

CMYK percentages

%74.44
%17.78
%0
%64.71

Codes

Color #174A5A in popluar color models

17 4A 5A
RGB 23 74 90
HSL 194° 59.29% 22.16%
HSB/HSV 194° 74.44% 35.29%
CMYK 74.44% 17.78% 0.00%
64.71%

Color #174A5A in popluar number systems.

HEX 17 4A 5A
Decimal 23 74 90
Binary 10111 1001010 1011010
Octal 27 112 132

Shades and tints

Shades of #174A5A

#174A5A
(23,74,90)
#154452
(21,68,82)
#133E4A
(19,62,74)
#113842
(17,56,66)
#0F323A
(15,50,58)
#0D2C32
(13,44,50)
#0B262A
(11,38,42)
#092022
(9,32,34)
#071A1A
(7,26,26)
#051412
(5,20,18)
#030E0A
(3,14,10)
#000000
(0,0,0)

Tints of #174A5A

#174A5A
(23,74,90)
#2C5A69
(44,90,105)
#416A78
(65,106,120)
#567A87
(86,122,135)
#6B8A96
(107,138,150)
#809AA5
(128,154,165)
#95AAB4
(149,170,180)
#AABAC3
(170,186,195)
#BFCAD2
(191,202,210)
#D4DAE1
(212,218,225)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #174A5A; }

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

This text font color is #174A5A.

Background Color

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

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

This div background color is #174A5A.

Border color

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

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

This div border color is #174A5A.

Opacity

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

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

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

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

This text has shadow with #174A5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #174A5A.

Preview

Color preview on black background

This text has color #174A5A on black background.


Color preview on white background

This text has color #174A5A on white background.


Black color preview on #174A5A background

This text has black color on #174A5A background.


White color preview on #174A5A background

This text has white color on #174A5A background.


Related colors

Complementary color

Complementary color for #hex is #E8B5A5.


I love getcolorcode.com

Triadic colors

1 #5A174A and #4A5A17 with #174A5A are triadic colors.

2 #5A4A17 and #4A175A with #174A5A are triadic colors.