COLOR #17065F

HEX: #17065F
RGB: (23,6,95)

Color info

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

RGB color model

#17065F color RGB value is (23,6,95).

  • red value is 23;
  • green value is 6;
  • blue value is 95.
RGB:
(23,6,95)
(9%,2%,37%)

RGB channels and saturation

R 23 of 255 = 9%
G 6 of 255 = 2%
B 95 of 255 = 37%

23
6
95

R + G + B ~ 16%. #17065F is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 6 + 95 = 124 (100%)
R 23 of 124 ~ 18.55%
G 6 of 124 ~ 4.84%
B 95 of 124 ~ 76.61%

%18.55
%76.61

CMYK color model

#17065F color CMYK value is (76,94,0,63).

  • cyan value is 75.79%
  • magenta value is 93.68%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(76,94,0,63)
C76M94Y0K63 
(76%,94%,0%,63%)
(0.76/0.94/0.00/0.63)	

CMYK percentages

%75.79
%93.68
%0
%62.75

Codes

Color #17065F in popluar color models

17065F
RGB23695
HSL251°88.12%19.80%
HSB/HSV251°93.68%37.25%
CMYK75.79%93.68%0.00%
62.75%

Color #17065F in popluar number systems.

HEX17065F
Decimal23695
Binary101111101011111
Octal276137

Shades and tints

Shades of #17065F

#17065F
(23,6,95)
#150657
(21,6,87)
#13064F
(19,6,79)
#110647
(17,6,71)
#0F063F
(15,6,63)
#0D0637
(13,6,55)
#0B062F
(11,6,47)
#090627
(9,6,39)
#07061F
(7,6,31)
#050617
(5,6,23)
#03060F
(3,6,15)
#000000
(0,0,0)

Tints of #17065F

#17065F
(23,6,95)
#2C1C6D
(44,28,109)
#41327B
(65,50,123)
#564889
(86,72,137)
#6B5E97
(107,94,151)
#8074A5
(128,116,165)
#958AB3
(149,138,179)
#AAA0C1
(170,160,193)
#BFB6CF
(191,182,207)
#D4CCDD
(212,204,221)
#E9E2EB
(233,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17065F; }

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

This text font color is #17065F.


Background Color

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

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

This div background color is #17065F.


Border color

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

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

This div border color is #17065F.


Opacity

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

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

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

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

This text has shadow with #17065F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17065F on black background.


Color preview on white background

This text has color #17065F on white background.



Black color preview on #17065F background

This text has black color on #17065F background.


White color preview on #17065F background

This text has white color on #17065F background.