COLOR #170059

HEX: #170059 RGB: (23,0,89)

Color info

#170059 contains mainly blue color. Web safe color of #170059 is #000066 (or #006).

RGB color model

#170059 color RGB value is (23,0,89).

RGB: (23,0,89) (9%, 0%, 35%)

RGB channels and saturation

R 23 of 255 = 9%
G 0 of 255 = 0%
B 89 of 255 = 35%

23
0
89

R + G + B ~ 15%. #170059 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 0 + 89 = 112 (100%)
R 23 of 112 ~ 20.54%
G 0 of 112 ~ 0%
B 89 of 112 ~ 79.46'%

%20.54
%79.46

CMYK color model

#170059 color CMYK value is (74,100,0,65).

  • cyan value is 74.16%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (74,100,0,65)
C74M100Y0K65 (74%, 100%, 0%, 65%)
(0.74 / 1.00 / 0.00 / 0.65)

CMYK percentages

%74.16
%100
%0
%65.1

Codes

Color #170059 in popluar color models

17 00 59
RGB 23 0 89
HSL 256° 100.00% 17.45%
HSB/HSV 256° 100.00% 34.90%
CMYK 74.16% 100.00% 0.00%
65.10%

Color #170059 in popluar number systems.

HEX 17 00 59
Decimal 23 0 89
Binary 10111 0 1011001
Octal 27 0 131

Shades and tints

Shades of #170059

#170059
(23,0,89)
#150051
(21,0,81)
#130049
(19,0,73)
#110041
(17,0,65)
#0F0039
(15,0,57)
#0D0031
(13,0,49)
#0B0029
(11,0,41)
#090021
(9,0,33)
#070019
(7,0,25)
#050011
(5,0,17)
#030009
(3,0,9)
#000000
(0,0,0)

Tints of #170059

#170059
(23,0,89)
#2C1768
(44,23,104)
#412E77
(65,46,119)
#564586
(86,69,134)
#6B5C95
(107,92,149)
#8073A4
(128,115,164)
#958AB3
(149,138,179)
#AAA1C2
(170,161,194)
#BFB8D1
(191,184,209)
#D4CFE0
(212,207,224)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #170059 color. Also use rgb(23,0,89) instead hex code.

Text Font Color

.myTextColor { color: #170059; }

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

This text font color is #170059.

Background Color

.myBgColor { background-color: #170059; }

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

This div background color is #170059.

Border color

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

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

This div border color is #170059.

Opacity

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

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

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

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

This text has shadow with #170059 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #170059.

Preview

Color preview on black background

This text has color #170059 on black background.


Color preview on white background

This text has color #170059 on white background.


Black color preview on #170059 background

This text has black color on #170059 background.


White color preview on #170059 background

This text has white color on #170059 background.


Related colors

Complementary color

Complementary color for #hex is #E8FFA6.


I love getcolorcode.com

Triadic colors

1 #591700 and #005917 with #170059 are triadic colors.

2 #590017 and #001759 with #170059 are triadic colors.