COLOR #10637C

HEX: #10637C RGB: (16,99,124)

Color info

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

RGB color model

#10637C color RGB value is (16,99,124).

RGB: (16,99,124) (6%, 39%, 49%)

RGB channels and saturation

R 16 of 255 = 6%
G 99 of 255 = 39%
B 124 of 255 = 49%

16
99
124

R + G + B ~ 31%. #10637C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 99 + 124 = 239 (100%)
R 16 of 239 ~ 6.69%
G 99 of 239 ~ 41.42%
B 124 of 239 ~ 51.88'%

%41.42
%51.88

CMYK color model

#10637C color CMYK value is (87,20,0,51).

  • cyan value is 87.10%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (87,20,0,51)
C87M20Y0K51 (87%, 20%, 0%, 51%)
(0.87 / 0.20 / 0.00 / 0.51)

CMYK percentages

%87.1
%20.16
%0
%51.37

Codes

Color #10637C in popluar color models

10 63 7C
RGB 16 99 124
HSL 194° 77.14% 27.45%
HSB/HSV 194° 87.10% 48.63%
CMYK 87.10% 20.16% 0.00%
51.37%

Color #10637C in popluar number systems.

HEX 10 63 7C
Decimal 16 99 124
Binary 10000 1100011 1111100
Octal 20 143 174

Shades and tints

Shades of #10637C

#10637C
(16,99,124)
#0F5A71
(15,90,113)
#0E5166
(14,81,102)
#0D485B
(13,72,91)
#0C3F50
(12,63,80)
#0B3645
(11,54,69)
#0A2D3A
(10,45,58)
#09242F
(9,36,47)
#081B24
(8,27,36)
#071219
(7,18,25)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #10637C

#10637C
(16,99,124)
#257187
(37,113,135)
#3A7F92
(58,127,146)
#4F8D9D
(79,141,157)
#649BA8
(100,155,168)
#79A9B3
(121,169,179)
#8EB7BE
(142,183,190)
#A3C5C9
(163,197,201)
#B8D3D4
(184,211,212)
#CDE1DF
(205,225,223)
#E2EFEA
(226,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10637C color. Also use rgb(16,99,124) instead hex code.

Text Font Color

.myTextColor { color: #10637C; }

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

This text font color is #10637C.

Background Color

.myBgColor { background-color: #10637C; }

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

This div background color is #10637C.

Border color

.myBorderColor { border: 1px solid #10637C; }

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

This div border color is #10637C.

Opacity

.myOpacity80 { color: #10637C; opacity: 0.8; }

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

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

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

This text has shadow with #10637C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #10637C.

Preview

Color preview on black background

This text has color #10637C on black background.


Color preview on white background

This text has color #10637C on white background.


Black color preview on #10637C background

This text has black color on #10637C background.


White color preview on #10637C background

This text has white color on #10637C background.


Related colors

Complementary color

Complementary color for #hex is #EF9C83.


I love getcolorcode.com

Triadic colors

1 #7C1063 and #637C10 with #10637C are triadic colors.

2 #7C6310 and #63107C with #10637C are triadic colors.