COLOR #170C49

HEX: #170C49 RGB: (23,12,73)

Color info

#170C49 contains mainly red and blue colors. Web safe color of #170C49 is #000033 (or #003).

RGB color model

#170C49 color RGB value is (23,12,73).

RGB: (23,12,73) (9%, 5%, 29%)

RGB channels and saturation

R 23 of 255 = 9%
G 12 of 255 = 5%
B 73 of 255 = 29%

23
12
73

R + G + B ~ 14%. #170C49 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 12 + 73 = 108 (100%)
R 23 of 108 ~ 21.3%
G 12 of 108 ~ 11.11%
B 73 of 108 ~ 67.59'%

%21.3
%11.11
%67.59

CMYK color model

#170C49 color CMYK value is (68,84,0,71).

  • cyan value is 68.49%
  • magenta value is 83.56%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (68,84,0,71)
C68M84Y0K71 (68%, 84%, 0%, 71%)
(0.68 / 0.84 / 0.00 / 0.71)

CMYK percentages

%68.49
%83.56
%0
%71.37

Codes

Color #170C49 in popluar color models

17 0C 49
RGB 23 12 73
HSL 251° 71.76% 16.67%
HSB/HSV 251° 83.56% 28.63%
CMYK 68.49% 83.56% 0.00%
71.37%

Color #170C49 in popluar number systems.

HEX 17 0C 49
Decimal 23 12 73
Binary 10111 1100 1001001
Octal 27 14 111

Shades and tints

Shades of #170C49

#170C49
(23,12,73)
#150B43
(21,11,67)
#130A3D
(19,10,61)
#110937
(17,9,55)
#0F0831
(15,8,49)
#0D072B
(13,7,43)
#0B0625
(11,6,37)
#09051F
(9,5,31)
#070419
(7,4,25)
#050313
(5,3,19)
#03020D
(3,2,13)
#000000
(0,0,0)

Tints of #170C49

#170C49
(23,12,73)
#2C2259
(44,34,89)
#413869
(65,56,105)
#564E79
(86,78,121)
#6B6489
(107,100,137)
#807A99
(128,122,153)
#9590A9
(149,144,169)
#AAA6B9
(170,166,185)
#BFBCC9
(191,188,201)
#D4D2D9
(212,210,217)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #170C49 color. Also use rgb(23,12,73) instead hex code.

Text Font Color

.myTextColor { color: #170C49; }

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

This text font color is #170C49.

Background Color

.myBgColor { background-color: #170C49; }

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

This div background color is #170C49.

Border color

.myBorderColor { border: 1px solid #170C49; }

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

This div border color is #170C49.

Opacity

.myOpacity80 { color: #170C49; opacity: 0.8; }

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

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

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

This text has shadow with #170C49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #170C49.

Preview

Color preview on black background

This text has color #170C49 on black background.


Color preview on white background

This text has color #170C49 on white background.


Black color preview on #170C49 background

This text has black color on #170C49 background.


White color preview on #170C49 background

This text has white color on #170C49 background.


Related colors

Complementary color

Complementary color for #hex is #E8F3B6.


I love getcolorcode.com

Triadic colors

1 #49170C and #0C4917 with #170C49 are triadic colors.

2 #490C17 and #0C1749 with #170C49 are triadic colors.