COLOR #17004E

HEX: #17004E
RGB: (23,0,78)

Color info

#17004E contains only red and blue colors. Web safe color of #17004E is #000066 (or #006).

RGB color model

#17004E color RGB value is (23,0,78).

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

RGB channels and saturation

R 23 of 255 = 9%
G 0 of 255 = 0%
B 78 of 255 = 31%

23
0
78

R + G + B ~ 13%. #17004E is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 0 + 78 = 101 (100%)
R 23 of 101 ~ 22.77%
G 0 of 101 ~ 0%
B 78 of 101 ~ 77.23%

%22.77
%77.23

CMYK color model

#17004E color CMYK value is (71,100,0,69).

  • cyan value is 70.51%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(71,100,0,69)
C71M100Y0K69 
(71%,100%,0%,69%)
(0.71/1.00/0.00/0.69)	

CMYK percentages

%70.51
%100
%0
%69.41

Codes

Color #17004E in popluar color models

17004E
RGB23078
HSL258°100.00%15.29%
HSB/HSV258°100.00%30.59%
CMYK70.51%100.00%0.00%
69.41%

Color #17004E in popluar number systems.

HEX17004E
Decimal23078
Binary1011101001110
Octal270116

Shades and tints

Shades of #17004E

#17004E
(23,0,78)
#150047
(21,0,71)
#130040
(19,0,64)
#110039
(17,0,57)
#0F0032
(15,0,50)
#0D002B
(13,0,43)
#0B0024
(11,0,36)
#09001D
(9,0,29)
#070016
(7,0,22)
#05000F
(5,0,15)
#030008
(3,0,8)
#000000
(0,0,0)

Tints of #17004E

#17004E
(23,0,78)
#2C175E
(44,23,94)
#412E6E
(65,46,110)
#56457E
(86,69,126)
#6B5C8E
(107,92,142)
#80739E
(128,115,158)
#958AAE
(149,138,174)
#AAA1BE
(170,161,190)
#BFB8CE
(191,184,206)
#D4CFDE
(212,207,222)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17004E; }

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

This text font color is #17004E.


Background Color

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

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

This div background color is #17004E.


Border color

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

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

This div border color is #17004E.


Opacity

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

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

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

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

This text has shadow with #17004E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17004E on black background.


Color preview on white background

This text has color #17004E on white background.



Black color preview on #17004E background

This text has black color on #17004E background.


White color preview on #17004E background

This text has white color on #17004E background.