COLOR #18709E

HEX: #18709E RGB: (24,112,158)

Color info

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

RGB color model

#18709E color RGB value is (24,112,158).

RGB: (24,112,158) (9%, 44%, 62%)

RGB channels and saturation

R 24 of 255 = 9%
G 112 of 255 = 44%
B 158 of 255 = 62%

24
112
158

R + G + B ~ 38%. #18709E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 112 + 158 = 294 (100%)
R 24 of 294 ~ 8.16%
G 112 of 294 ~ 38.1%
B 158 of 294 ~ 53.74'%

%38.1
%53.74

CMYK color model

#18709E color CMYK value is (85,29,0,38).

  • cyan value is 84.81%
  • magenta value is 29.11%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (85,29,0,38)
C85M29Y0K38 (85%, 29%, 0%, 38%)
(0.85 / 0.29 / 0.00 / 0.38)

CMYK percentages

%84.81
%29.11
%0
%38.04

Codes

Color #18709E in popluar color models

18 70 9E
RGB 24 112 158
HSL 201° 73.63% 35.69%
HSB/HSV 201° 84.81% 61.96%
CMYK 84.81% 29.11% 0.00%
38.04%

Color #18709E in popluar number systems.

HEX 18 70 9E
Decimal 24 112 158
Binary 11000 1110000 10011110
Octal 30 160 236

Shades and tints

Shades of #18709E

#18709E
(24,112,158)
#166690
(22,102,144)
#145C82
(20,92,130)
#125274
(18,82,116)
#104866
(16,72,102)
#0E3E58
(14,62,88)
#0C344A
(12,52,74)
#0A2A3C
(10,42,60)
#08202E
(8,32,46)
#061620
(6,22,32)
#040C12
(4,12,18)
#000000
(0,0,0)

Tints of #18709E

#18709E
(24,112,158)
#2D7DA6
(45,125,166)
#428AAE
(66,138,174)
#5797B6
(87,151,182)
#6CA4BE
(108,164,190)
#81B1C6
(129,177,198)
#96BECE
(150,190,206)
#ABCBD6
(171,203,214)
#C0D8DE
(192,216,222)
#D5E5E6
(213,229,230)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18709E color. Also use rgb(24,112,158) instead hex code.

Text Font Color

.myTextColor { color: #18709E; }

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

This text font color is #18709E.

Background Color

.myBgColor { background-color: #18709E; }

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

This div background color is #18709E.

Border color

.myBorderColor { border: 1px solid #18709E; }

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

This div border color is #18709E.

Opacity

.myOpacity80 { color: #18709E; opacity: 0.8; }

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

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

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

This text has shadow with #18709E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #18709E.

Preview

Color preview on black background

This text has color #18709E on black background.


Color preview on white background

This text has color #18709E on white background.


Black color preview on #18709E background

This text has black color on #18709E background.


White color preview on #18709E background

This text has white color on #18709E background.


Related colors

Complementary color

Complementary color for #hex is #E78F61.


I love getcolorcode.com

Triadic colors

1 #9E1870 and #709E18 with #18709E are triadic colors.

2 #9E7018 and #70189E with #18709E are triadic colors.