COLOR #17358B

HEX: #17358B
RGB: (23,53,139)

Color info

#17358B contains mainly blue color. Web safe color of #17358B is #003399 (or #039).

RGB color model

#17358B color RGB value is (23,53,139).

  • red value is 23;
  • green value is 53;
  • blue value is 139.
RGB:
(23,53,139)
(9%,21%,55%)

RGB channels and saturation

R 23 of 255 = 9%
G 53 of 255 = 21%
B 139 of 255 = 55%

23
53
139

R + G + B ~ 28%. #17358B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 53 + 139 = 215 (100%)
R 23 of 215 ~ 10.7%
G 53 of 215 ~ 24.65%
B 139 of 215 ~ 64.65%

%10.7
%24.65
%64.65

CMYK color model

#17358B color CMYK value is (83,62,0,45).

  • cyan value is 83.45%
  • magenta value is 61.87%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(83,62,0,45)
C83M62Y0K45 
(83%,62%,0%,45%)
(0.83/0.62/0.00/0.45)	

CMYK percentages

%83.45
%61.87
%0
%45.49

Codes

Color #17358B in popluar color models

17358B
RGB2353139
HSL224°71.60%31.76%
HSB/HSV224°83.45%54.51%
CMYK83.45%61.87%0.00%
45.49%

Color #17358B in popluar number systems.

HEX17358B
Decimal2353139
Binary1011111010110001011
Octal2765213

Shades and tints

Shades of #17358B

#17358B
(23,53,139)
#15317F
(21,49,127)
#132D73
(19,45,115)
#112967
(17,41,103)
#0F255B
(15,37,91)
#0D214F
(13,33,79)
#0B1D43
(11,29,67)
#091937
(9,25,55)
#07152B
(7,21,43)
#05111F
(5,17,31)
#030D13
(3,13,19)
#000000
(0,0,0)

Tints of #17358B

#17358B
(23,53,139)
#2C4795
(44,71,149)
#41599F
(65,89,159)
#566BA9
(86,107,169)
#6B7DB3
(107,125,179)
#808FBD
(128,143,189)
#95A1C7
(149,161,199)
#AAB3D1
(170,179,209)
#BFC5DB
(191,197,219)
#D4D7E5
(212,215,229)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17358B color. Also use rgb(23,53,139) instead hex code.

Text Font Color

.myTextColor { color: #17358B; }

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

This text font color is #17358B.


Background Color

.myBgColor { background-color: #17358B; }

<div style="background-color:#17358B">Inner text</div>

This div background color is #17358B.


Border color

.myBorderColor { border: 1px solid #17358B; }

<div style="border:3px solid #17358B">Div</div>

This div border color is #17358B.


Opacity

.myOpacity80 { color: #17358B; opacity: 0.8; }

<p style="color:#17358B;opacity:0.8;">80%</p>

Text with #17358B 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 #17358B;}

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

This text has shadow with #17358B color.

.textShadow {text-shadow: 3px 3px 1px #17358B, 3px 3px 1px red;}

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

This text has shadow with #17358B primary color and red secondary color.


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

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

This text has shadow with #17358B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17358B on black background.


Color preview on white background

This text has color #17358B on white background.



Black color preview on #17358B background

This text has black color on #17358B background.


White color preview on #17358B background

This text has white color on #17358B background.