COLOR #174864

HEX: #174864 RGB: (23,72,100)

Color info

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

RGB color model

#174864 color RGB value is (23,72,100).

RGB: (23,72,100) (9%, 28%, 39%)

RGB channels and saturation

R 23 of 255 = 9%
G 72 of 255 = 28%
B 100 of 255 = 39%

23
72
100

R + G + B ~ 25%. #174864 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 72 + 100 = 195 (100%)
R 23 of 195 ~ 11.79%
G 72 of 195 ~ 36.92%
B 100 of 195 ~ 51.28'%

%11.79
%36.92
%51.28

CMYK color model

#174864 color CMYK value is (77,28,0,61).

  • cyan value is 77.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (77,28,0,61)
C77M28Y0K61 (77%, 28%, 0%, 61%)
(0.77 / 0.28 / 0.00 / 0.61)

CMYK percentages

%77
%28
%0
%60.78

Codes

Color #174864 in popluar color models

17 48 64
RGB 23 72 100
HSL 202° 62.60% 24.12%
HSB/HSV 202° 77.00% 39.22%
CMYK 77.00% 28.00% 0.00%
60.78%

Color #174864 in popluar number systems.

HEX 17 48 64
Decimal 23 72 100
Binary 10111 1001000 1100100
Octal 27 110 144

Shades and tints

Shades of #174864

#174864
(23,72,100)
#15425B
(21,66,91)
#133C52
(19,60,82)
#113649
(17,54,73)
#0F3040
(15,48,64)
#0D2A37
(13,42,55)
#0B242E
(11,36,46)
#091E25
(9,30,37)
#07181C
(7,24,28)
#051213
(5,18,19)
#030C0A
(3,12,10)
#000000
(0,0,0)

Tints of #174864

#174864
(23,72,100)
#2C5872
(44,88,114)
#416880
(65,104,128)
#56788E
(86,120,142)
#6B889C
(107,136,156)
#8098AA
(128,152,170)
#95A8B8
(149,168,184)
#AAB8C6
(170,184,198)
#BFC8D4
(191,200,212)
#D4D8E2
(212,216,226)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #174864 color. Also use rgb(23,72,100) instead hex code.

Text Font Color

.myTextColor { color: #174864; }

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

This text font color is #174864.

Background Color

.myBgColor { background-color: #174864; }

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

This div background color is #174864.

Border color

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

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

This div border color is #174864.

Opacity

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

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

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

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

This text has shadow with #174864 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #174864.

Preview

Color preview on black background

This text has color #174864 on black background.


Color preview on white background

This text has color #174864 on white background.


Black color preview on #174864 background

This text has black color on #174864 background.


White color preview on #174864 background

This text has white color on #174864 background.


Related colors

Complementary color

Complementary color for #hex is #E8B79B.


I love getcolorcode.com

Triadic colors

1 #641748 and #486417 with #174864 are triadic colors.

2 #644817 and #481764 with #174864 are triadic colors.