COLOR #115071

HEX: #115071
RGB: (17,80,113)

Color info

#115071 contains mainly green and blue colors. Web safe color of #115071 is #006666 (or #066).

RGB color model

#115071 color RGB value is (17,80,113).

  • red value is 17;
  • green value is 80;
  • blue value is 113.
RGB:
(17,80,113)
(7%,31%,44%)

RGB channels and saturation

R 17 of 255 = 7%
G 80 of 255 = 31%
B 113 of 255 = 44%

17
80
113

R + G + B ~ 27%. #115071 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 80 + 113 = 210 (100%)
R 17 of 210 ~ 8.1%
G 80 of 210 ~ 38.1%
B 113 of 210 ~ 53.81%

%38.1
%53.81

CMYK color model

#115071 color CMYK value is (85,29,0,56).

  • cyan value is 84.96%
  • magenta value is 29.20%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(85,29,0,56)
C85M29Y0K56 
(85%,29%,0%,56%)
(0.85/0.29/0.00/0.56)	

CMYK percentages

%84.96
%29.2
%0
%55.69

Codes

Color #115071 in popluar color models

115071
RGB1780113
HSL201°73.85%25.49%
HSB/HSV201°84.96%44.31%
CMYK84.96%29.20%0.00%
55.69%

Color #115071 in popluar number systems.

HEX115071
Decimal1780113
Binary1000110100001110001
Octal21120161

Shades and tints

Shades of #115071

#115071
(17,80,113)
#104967
(16,73,103)
#0F425D
(15,66,93)
#0E3B53
(14,59,83)
#0D3449
(13,52,73)
#0C2D3F
(12,45,63)
#0B2635
(11,38,53)
#0A1F2B
(10,31,43)
#091821
(9,24,33)
#081117
(8,17,23)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #115071

#115071
(17,80,113)
#265F7D
(38,95,125)
#3B6E89
(59,110,137)
#507D95
(80,125,149)
#658CA1
(101,140,161)
#7A9BAD
(122,155,173)
#8FAAB9
(143,170,185)
#A4B9C5
(164,185,197)
#B9C8D1
(185,200,209)
#CED7DD
(206,215,221)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115071 color. Also use rgb(17,80,113) instead hex code.

Text Font Color

.myTextColor { color: #115071; }

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

This text font color is #115071.


Background Color

.myBgColor { background-color: #115071; }

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

This div background color is #115071.


Border color

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

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

This div border color is #115071.


Opacity

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

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

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

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

This text has shadow with #115071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115071 on black background.


Color preview on white background

This text has color #115071 on white background.



Black color preview on #115071 background

This text has black color on #115071 background.


White color preview on #115071 background

This text has white color on #115071 background.