COLOR #17005F

HEX: #17005F RGB: (23,0,95)

Color info

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

RGB color model

#17005F color RGB value is (23,0,95).

RGB: (23,0,95) (9%, 0%, 37%)

RGB channels and saturation

R 23 of 255 = 9%
G 0 of 255 = 0%
B 95 of 255 = 37%

23
0
95

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

Portions of RGB colors in percentages

R + G + B = 23 + 0 + 95 = 118 (100%)
R 23 of 118 ~ 19.49%
G 0 of 118 ~ 0%
B 95 of 118 ~ 80.51'%

%19.49
%80.51

CMYK color model

#17005F color CMYK value is (76,100,0,63).

  • cyan value is 75.79%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (76,100,0,63)
C76M100Y0K63 (76%, 100%, 0%, 63%)
(0.76 / 1.00 / 0.00 / 0.63)

CMYK percentages

%75.79
%100
%0
%62.75

Codes

Color #17005F in popluar color models

17 00 5F
RGB 23 0 95
HSL 255° 100.00% 18.63%
HSB/HSV 255° 100.00% 37.25%
CMYK 75.79% 100.00% 0.00%
62.75%

Color #17005F in popluar number systems.

HEX 17 00 5F
Decimal 23 0 95
Binary 10111 0 1011111
Octal 27 0 137

Shades and tints

Shades of #17005F

#17005F
(23,0,95)
#150057
(21,0,87)
#13004F
(19,0,79)
#110047
(17,0,71)
#0F003F
(15,0,63)
#0D0037
(13,0,55)
#0B002F
(11,0,47)
#090027
(9,0,39)
#07001F
(7,0,31)
#050017
(5,0,23)
#03000F
(3,0,15)
#000000
(0,0,0)

Tints of #17005F

#17005F
(23,0,95)
#2C176D
(44,23,109)
#412E7B
(65,46,123)
#564589
(86,69,137)
#6B5C97
(107,92,151)
#8073A5
(128,115,165)
#958AB3
(149,138,179)
#AAA1C1
(170,161,193)
#BFB8CF
(191,184,207)
#D4CFDD
(212,207,221)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17005F; }

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

This text font color is #17005F.

Background Color

.myBgColor { background-color: #17005F; }

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

This div background color is #17005F.

Border color

.myBorderColor { border: 1px solid #17005F; }

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

This div border color is #17005F.

Opacity

.myOpacity80 { color: #17005F; opacity: 0.8; }

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

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

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

This text has shadow with #17005F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17005F.

Preview

Color preview on black background

This text has color #17005F on black background.


Color preview on white background

This text has color #17005F on white background.


Black color preview on #17005F background

This text has black color on #17005F background.


White color preview on #17005F background

This text has white color on #17005F background.


Related colors

Complementary color

Complementary color for #hex is #E8FFA0.


I love getcolorcode.com

Triadic colors

1 #5F1700 and #005F17 with #17005F are triadic colors.

2 #5F0017 and #00175F with #17005F are triadic colors.