COLOR #17005E

HEX: #17005E
RGB: (23,0,94)

Color info

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

RGB color model

#17005E color RGB value is (23,0,94).

  • red value is 23;
  • green value is 0;
  • blue value is 94.
RGB:
(23,0,94)
(9%,0%,37%)

RGB channels and saturation

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

23
0
94

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

Portions of RGB colors in percentages

R + G + B =
23 + 0 + 94 = 117 (100%)
R 23 of 117 ~ 19.66%
G 0 of 117 ~ 0%
B 94 of 117 ~ 80.34%

%19.66
%80.34

CMYK color model

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

  • cyan value is 75.53%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(76,100,0,63)
C76M100Y0K63 
(76%,100%,0%,63%)
(0.76/1.00/0.00/0.63)	

CMYK percentages

%75.53
%100
%0
%63.14

Codes

Color #17005E in popluar color models

17005E
RGB23094
HSL255°100.00%18.43%
HSB/HSV255°100.00%36.86%
CMYK75.53%100.00%0.00%
63.14%

Color #17005E in popluar number systems.

HEX17005E
Decimal23094
Binary1011101011110
Octal270136

Shades and tints

Shades of #17005E

#17005E
(23,0,94)
#150056
(21,0,86)
#13004E
(19,0,78)
#110046
(17,0,70)
#0F003E
(15,0,62)
#0D0036
(13,0,54)
#0B002E
(11,0,46)
#090026
(9,0,38)
#07001E
(7,0,30)
#050016
(5,0,22)
#03000E
(3,0,14)
#000000
(0,0,0)

Tints of #17005E

#17005E
(23,0,94)
#2C176C
(44,23,108)
#412E7A
(65,46,122)
#564588
(86,69,136)
#6B5C96
(107,92,150)
#8073A4
(128,115,164)
#958AB2
(149,138,178)
#AAA1C0
(170,161,192)
#BFB8CE
(191,184,206)
#D4CFDC
(212,207,220)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17005E; }

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

This text font color is #17005E.


Background Color

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

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

This div background color is #17005E.


Border color

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

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

This div border color is #17005E.


Opacity

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

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

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

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

This text has shadow with #17005E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17005E on black background.


Color preview on white background

This text has color #17005E on white background.



Black color preview on #17005E background

This text has black color on #17005E background.


White color preview on #17005E background

This text has white color on #17005E background.