COLOR #115264

HEX: #115264 RGB: (17,82,100)

Color info

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

RGB color model

#115264 color RGB value is (17,82,100).

RGB: (17,82,100) (7%, 32%, 39%)

RGB channels and saturation

R 17 of 255 = 7%
G 82 of 255 = 32%
B 100 of 255 = 39%

17
82
100

R + G + B ~ 26%. #115264 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 82 + 100 = 199 (100%)
R 17 of 199 ~ 8.54%
G 82 of 199 ~ 41.21%
B 100 of 199 ~ 50.25'%

%41.21
%50.25

CMYK color model

#115264 color CMYK value is (83,18,0,61).

  • cyan value is 83.00%
  • magenta value is 18.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK: (83,18,0,61) C83M18Y0K61 (83%,18%,0%,61%) (0.83/0.18/0.00/0.61) 

CMYK percentages

%83
%18
%0
%60.78

Codes

Color #115264 in popluar color models

11 52 64
RGB 17 82 100
HSL 193° 70.94% 22.94%
HSB/HSV 193° 83.00% 39.22%
CMYK 83.00% 18.00% 0.00%
60.78%

Color #115264 in popluar number systems.

HEX 11 52 64
Decimal 17 82 100
Binary 10001 1010010 1100100
Octal 21 122 144

Shades and tints

Shades of #115264

#115264
(17,82,100)
#104B5B
(16,75,91)
#0F4452
(15,68,82)
#0E3D49
(14,61,73)
#0D3640
(13,54,64)
#0C2F37
(12,47,55)
#0B282E
(11,40,46)
#0A2125
(10,33,37)
#091A1C
(9,26,28)
#081313
(8,19,19)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #115264

#115264
(17,82,100)
#266172
(38,97,114)
#3B7080
(59,112,128)
#507F8E
(80,127,142)
#658E9C
(101,142,156)
#7A9DAA
(122,157,170)
#8FACB8
(143,172,184)
#A4BBC6
(164,187,198)
#B9CAD4
(185,202,212)
#CED9E2
(206,217,226)
#E3E8F0
(227,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115264 color. Also use rgb(17,82,100) instead hex code.

Text Font Color

.myTextColor { color: #115264; }

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

This text font color is #115264.

Background Color

.myBgColor { background-color: #115264; }

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

This div background color is #115264.

Border color

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

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

This div border color is #115264.

Opacity

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

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

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

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

This text has shadow with #115264 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #115264.

Preview

Color preview on black background

This text has color #115264 on black background.


Color preview on white background

This text has color #115264 on white background.


Black color preview on #115264 background

This text has black color on #115264 background.


White color preview on #115264 background

This text has white color on #115264 background.


Related colors

Complementary color

Complementary color for #hex is #EEAD9B.


I love getcolorcode.com

Triadic colors

1 #641152 and #526411 with #115264 are triadic colors.

2 #645211 and #521164 with #115264 are triadic colors.