COLOR #17296F

HEX: #17296F
RGB: (23,41,111)

Color info

#17296F contains mainly blue color. Web safe color of #17296F is #003366 (or #036).

RGB color model

#17296F color RGB value is (23,41,111).

  • red value is 23;
  • green value is 41;
  • blue value is 111.
RGB: (23,41,111) (9%,16%,44%)

RGB channels and saturation

R 23 of 255 = 9%
G 41 of 255 = 16%
B 111 of 255 = 44%

23
41
111

R + G + B ~ 23%. #17296F is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 41 + 111 = 175 (100%)
R 23 of 175 ~ 13.14%
G 41 of 175 ~ 23.43%
B 111 of 175 ~ 63.43%

%13.14
%23.43
%63.43

CMYK color model

#17296F color CMYK value is (79,63,0,56).

  • cyan value is 79.28%
  • magenta value is 63.06%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (79,63,0,56) C79M63Y0K56 (79%,63%,0%,56%) (0.79/0.63/0.00/0.56)

CMYK percentages

%79.28
%63.06
%0
%56.47

Codes

Color #17296F in popluar color models

17296F
RGB2341111
HSL228°65.67%26.27%
HSB/HSV228°79.28%43.53%
CMYK79.28%63.06%0.00%
56.47%

Color #17296F in popluar number systems.

HEX17296F
Decimal2341111
Binary101111010011101111
Octal2751157

Shades and tints

Shades of #17296F

#17296F
(23,41,111)
#152665
(21,38,101)
#13235B
(19,35,91)
#112051
(17,32,81)
#0F1D47
(15,29,71)
#0D1A3D
(13,26,61)
#0B1733
(11,23,51)
#091429
(9,20,41)
#07111F
(7,17,31)
#050E15
(5,14,21)
#030B0B
(3,11,11)
#000000
(0,0,0)

Tints of #17296F

#17296F
(23,41,111)
#2C3C7C
(44,60,124)
#414F89
(65,79,137)
#566296
(86,98,150)
#6B75A3
(107,117,163)
#8088B0
(128,136,176)
#959BBD
(149,155,189)
#AAAECA
(170,174,202)
#BFC1D7
(191,193,215)
#D4D4E4
(212,212,228)
#E9E7F1
(233,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17296F color. Also use rgb(23,41,111) instead hex code.

Text Font Color

.myTextColor { color: #17296F; }

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

This text font color is #17296F.


Background Color

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

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

This div background color is #17296F.


Border color

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

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

This div border color is #17296F.


Opacity

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

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

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

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

This text has shadow with #17296F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #17296F on black background.


Color preview on white background

This text has color #17296F on white background.



Black color preview on #17296F background

This text has black color on #17296F background.


White color preview on #17296F background

This text has white color on #17296F background.