COLOR #17214F

HEX: #17214F
RGB: (23,33,79)

Color info

#17214F contains red, green and blue colors in about the same proportion. Web safe color of #17214F is #003366 (or #036).

RGB color model

#17214F color RGB value is (23,33,79).

  • red value is 23;
  • green value is 33;
  • blue value is 79.
RGB:
(23,33,79)
(9%,13%,31%)

RGB channels and saturation

R 23 of 255 = 9%
G 33 of 255 = 13%
B 79 of 255 = 31%

23
33
79

R + G + B ~ 18%. #17214F is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 33 + 79 = 135 (100%)
R 23 of 135 ~ 17.04%
G 33 of 135 ~ 24.44%
B 79 of 135 ~ 58.52%

%17.04
%24.44
%58.52

CMYK color model

#17214F color CMYK value is (71,58,0,69).

  • cyan value is 70.89%
  • magenta value is 58.23%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(71,58,0,69)
C71M58Y0K69 
(71%,58%,0%,69%)
(0.71/0.58/0.00/0.69)	

CMYK percentages

%70.89
%58.23
%0
%69.02

Codes

Color #17214F in popluar color models

17214F
RGB233379
HSL229°54.90%20.00%
HSB/HSV229°70.89%30.98%
CMYK70.89%58.23%0.00%
69.02%

Color #17214F in popluar number systems.

HEX17214F
Decimal233379
Binary101111000011001111
Octal2741117

Shades and tints

Shades of #17214F

#17214F
(23,33,79)
#151E48
(21,30,72)
#131B41
(19,27,65)
#11183A
(17,24,58)
#0F1533
(15,21,51)
#0D122C
(13,18,44)
#0B0F25
(11,15,37)
#090C1E
(9,12,30)
#070917
(7,9,23)
#050610
(5,6,16)
#030309
(3,3,9)
#000000
(0,0,0)

Tints of #17214F

#17214F
(23,33,79)
#2C355F
(44,53,95)
#41496F
(65,73,111)
#565D7F
(86,93,127)
#6B718F
(107,113,143)
#80859F
(128,133,159)
#9599AF
(149,153,175)
#AAADBF
(170,173,191)
#BFC1CF
(191,193,207)
#D4D5DF
(212,213,223)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17214F color. Also use rgb(23,33,79) instead hex code.

Text Font Color

.myTextColor { color: #17214F; }

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

This text font color is #17214F.


Background Color

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

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

This div background color is #17214F.


Border color

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

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

This div border color is #17214F.


Opacity

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

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

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

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

This text has shadow with #17214F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17214F on black background.


Color preview on white background

This text has color #17214F on white background.



Black color preview on #17214F background

This text has black color on #17214F background.


White color preview on #17214F background

This text has white color on #17214F background.