COLOR #17255E

HEX: #17255E
RGB: (23,37,94)

Color info

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

RGB color model

#17255E color RGB value is (23,37,94).

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

RGB channels and saturation

R 23 of 255 = 9%
G 37 of 255 = 15%
B 94 of 255 = 37%

23
37
94

R + G + B ~ 20%. #17255E is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 37 + 94 = 154 (100%)
R 23 of 154 ~ 14.94%
G 37 of 154 ~ 24.03%
B 94 of 154 ~ 61.04%

%14.94
%24.03
%61.04

CMYK color model

#17255E color CMYK value is (76,61,0,63).

  • cyan value is 75.53%
  • magenta value is 60.64%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(76,61,0,63)
C76M61Y0K63 
(76%,61%,0%,63%)
(0.76/0.61/0.00/0.63)	

CMYK percentages

%75.53
%60.64
%0
%63.14

Codes

Color #17255E in popluar color models

17255E
RGB233794
HSL228°60.68%22.94%
HSB/HSV228°75.53%36.86%
CMYK75.53%60.64%0.00%
63.14%

Color #17255E in popluar number systems.

HEX17255E
Decimal233794
Binary101111001011011110
Octal2745136

Shades and tints

Shades of #17255E

#17255E
(23,37,94)
#152256
(21,34,86)
#131F4E
(19,31,78)
#111C46
(17,28,70)
#0F193E
(15,25,62)
#0D1636
(13,22,54)
#0B132E
(11,19,46)
#091026
(9,16,38)
#070D1E
(7,13,30)
#050A16
(5,10,22)
#03070E
(3,7,14)
#000000
(0,0,0)

Tints of #17255E

#17255E
(23,37,94)
#2C386C
(44,56,108)
#414B7A
(65,75,122)
#565E88
(86,94,136)
#6B7196
(107,113,150)
#8084A4
(128,132,164)
#9597B2
(149,151,178)
#AAAAC0
(170,170,192)
#BFBDCE
(191,189,206)
#D4D0DC
(212,208,220)
#E9E3EA
(233,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17255E color. Also use rgb(23,37,94) instead hex code.

Text Font Color

.myTextColor { color: #17255E; }

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

This text font color is #17255E.


Background Color

.myBgColor { background-color: #17255E; }

<div style="background-color:#17255E">Inner text</div>

This div background color is #17255E.


Border color

.myBorderColor { border: 1px solid #17255E; }

<div style="border:3px solid #17255E">Div</div>

This div border color is #17255E.


Opacity

.myOpacity80 { color: #17255E; opacity: 0.8; }

<p style="color:#17255E;opacity:0.8;">80%</p>

Text with #17255E 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 #17255E;}

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

This text has shadow with #17255E color.

.textShadow {text-shadow: 3px 3px 1px #17255E, 3px 3px 1px red;}

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

This text has shadow with #17255E primary color and red secondary color.


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

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

This text has shadow with #17255E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17255E on black background.


Color preview on white background

This text has color #17255E on white background.



Black color preview on #17255E background

This text has black color on #17255E background.


White color preview on #17255E background

This text has white color on #17255E background.