COLOR #017497

HEX: #017497
RGB: (1,116,151)

Color info

#017497 contains mainly green and blue colors. Web safe color of #017497 is #006699 (or #069).

RGB color model

#017497 color RGB value is (1,116,151).

  • red value is 1;
  • green value is 116;
  • blue value is 151.
RGB:
(1,116,151)
(0%,45%,59%)

RGB channels and saturation

R 1 of 255 = 0%
G 116 of 255 = 45%
B 151 of 255 = 59%

1
116
151

R + G + B ~ 35%. #017497 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 116 + 151 = 268 (100%)
R 1 of 268 ~ 0.37%
G 116 of 268 ~ 43.28%
B 151 of 268 ~ 56.34%

%43.28
%56.34

CMYK color model

#017497 color CMYK value is (99,23,0,41).

  • cyan value is 99.34%
  • magenta value is 23.18%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(99,23,0,41)
C99M23Y0K41 
(99%,23%,0%,41%)
(0.99/0.23/0.00/0.41)	

CMYK percentages

%99.34
%23.18
%0
%40.78

Codes

Color #017497 in popluar color models

017497
RGB1116151
HSL194°98.68%29.80%
HSB/HSV194°99.34%59.22%
CMYK99.34%23.18%0.00%
40.78%

Color #017497 in popluar number systems.

HEX017497
Decimal1116151
Binary1111010010010111
Octal1164227

Shades and tints

Shades of #017497

#017497
(1,116,151)
#016A8A
(1,106,138)
#01607D
(1,96,125)
#015670
(1,86,112)
#014C63
(1,76,99)
#014256
(1,66,86)
#013849
(1,56,73)
#012E3C
(1,46,60)
#01242F
(1,36,47)
#011A22
(1,26,34)
#011015
(1,16,21)
#000000
(0,0,0)

Tints of #017497

#017497
(1,116,151)
#1880A0
(24,128,160)
#2F8CA9
(47,140,169)
#4698B2
(70,152,178)
#5DA4BB
(93,164,187)
#74B0C4
(116,176,196)
#8BBCCD
(139,188,205)
#A2C8D6
(162,200,214)
#B9D4DF
(185,212,223)
#D0E0E8
(208,224,232)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #017497 color. Also use rgb(1,116,151) instead hex code.

Text Font Color

.myTextColor { color: #017497; }

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

This text font color is #017497.


Background Color

.myBgColor { background-color: #017497; }

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

This div background color is #017497.


Border color

.myBorderColor { border: 1px solid #017497; }

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

This div border color is #017497.


Opacity

.myOpacity80 { color: #017497; opacity: 0.8; }

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

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

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

This text has shadow with #017497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #017497 on black background.


Color preview on white background

This text has color #017497 on white background.



Black color preview on #017497 background

This text has black color on #017497 background.


White color preview on #017497 background

This text has white color on #017497 background.