COLOR #106585

HEX: #106585
RGB: (16,101,133)

Color info

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

RGB color model

#106585 color RGB value is (16,101,133).

  • red value is 16;
  • green value is 101;
  • blue value is 133.
RGB:
(16,101,133)
(6%,40%,52%)

RGB channels and saturation

R 16 of 255 = 6%
G 101 of 255 = 40%
B 133 of 255 = 52%

16
101
133

R + G + B ~ 33%. #106585 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 101 + 133 = 250 (100%)
R 16 of 250 ~ 6.4%
G 101 of 250 ~ 40.4%
B 133 of 250 ~ 53.2%

%40.4
%53.2

CMYK color model

#106585 color CMYK value is (88,24,0,48).

  • cyan value is 87.97%
  • magenta value is 24.06%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(88,24,0,48)
C88M24Y0K48 
(88%,24%,0%,48%)
(0.88/0.24/0.00/0.48)	

CMYK percentages

%87.97
%24.06
%0
%47.84

Codes

Color #106585 in popluar color models

106585
RGB16101133
HSL196°78.52%29.22%
HSB/HSV196°87.97%52.16%
CMYK87.97%24.06%0.00%
47.84%

Color #106585 in popluar number systems.

HEX106585
Decimal16101133
Binary10000110010110000101
Octal20145205

Shades and tints

Shades of #106585

#106585
(16,101,133)
#0F5C79
(15,92,121)
#0E536D
(14,83,109)
#0D4A61
(13,74,97)
#0C4155
(12,65,85)
#0B3849
(11,56,73)
#0A2F3D
(10,47,61)
#092631
(9,38,49)
#081D25
(8,29,37)
#071419
(7,20,25)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #106585

#106585
(16,101,133)
#257390
(37,115,144)
#3A819B
(58,129,155)
#4F8FA6
(79,143,166)
#649DB1
(100,157,177)
#79ABBC
(121,171,188)
#8EB9C7
(142,185,199)
#A3C7D2
(163,199,210)
#B8D5DD
(184,213,221)
#CDE3E8
(205,227,232)
#E2F1F3
(226,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #106585 color. Also use rgb(16,101,133) instead hex code.

Text Font Color

.myTextColor { color: #106585; }

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

This text font color is #106585.


Background Color

.myBgColor { background-color: #106585; }

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

This div background color is #106585.


Border color

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

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

This div border color is #106585.


Opacity

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

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

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

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

This text has shadow with #106585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #106585 on black background.


Color preview on white background

This text has color #106585 on white background.



Black color preview on #106585 background

This text has black color on #106585 background.


White color preview on #106585 background

This text has white color on #106585 background.