COLOR #17265F

HEX: #17265F
RGB: (23,38,95)

Color info

#17265F contains mainly green and blue colors. Web safe color of #17265F is #003366 (or #036).

RGB color model

#17265F color RGB value is (23,38,95).

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

RGB channels and saturation

R 23 of 255 = 9%
G 38 of 255 = 15%
B 95 of 255 = 37%

23
38
95

R + G + B ~ 20%. #17265F is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 38 + 95 = 156 (100%)
R 23 of 156 ~ 14.74%
G 38 of 156 ~ 24.36%
B 95 of 156 ~ 60.9%

%14.74
%24.36
%60.9

CMYK color model

#17265F color CMYK value is (76,60,0,63).

  • cyan value is 75.79%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(76,60,0,63)
C76M60Y0K63 
(76%,60%,0%,63%)
(0.76/0.60/0.00/0.63)	

CMYK percentages

%75.79
%60
%0
%62.75

Codes

Color #17265F in popluar color models

17265F
RGB233895
HSL228°61.02%23.14%
HSB/HSV228°75.79%37.25%
CMYK75.79%60.00%0.00%
62.75%

Color #17265F in popluar number systems.

HEX17265F
Decimal233895
Binary101111001101011111
Octal2746137

Shades and tints

Shades of #17265F

#17265F
(23,38,95)
#152357
(21,35,87)
#13204F
(19,32,79)
#111D47
(17,29,71)
#0F1A3F
(15,26,63)
#0D1737
(13,23,55)
#0B142F
(11,20,47)
#091127
(9,17,39)
#070E1F
(7,14,31)
#050B17
(5,11,23)
#03080F
(3,8,15)
#000000
(0,0,0)

Tints of #17265F

#17265F
(23,38,95)
#2C396D
(44,57,109)
#414C7B
(65,76,123)
#565F89
(86,95,137)
#6B7297
(107,114,151)
#8085A5
(128,133,165)
#9598B3
(149,152,179)
#AAABC1
(170,171,193)
#BFBECF
(191,190,207)
#D4D1DD
(212,209,221)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17265F; }

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

This text font color is #17265F.


Background Color

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

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

This div background color is #17265F.


Border color

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

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

This div border color is #17265F.


Opacity

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

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

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

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

This text has shadow with #17265F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17265F on black background.


Color preview on white background

This text has color #17265F on white background.



Black color preview on #17265F background

This text has black color on #17265F background.


White color preview on #17265F background

This text has white color on #17265F background.