COLOR #18749D

HEX: #18749D
RGB: (24,116,157)

Color info

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

RGB color model

#18749D color RGB value is (24,116,157).

  • red value is 24;
  • green value is 116;
  • blue value is 157.
RGB:
(24,116,157)
(9%,45%,62%)

RGB channels and saturation

R 24 of 255 = 9%
G 116 of 255 = 45%
B 157 of 255 = 62%

24
116
157

R + G + B ~ 39%. #18749D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 116 + 157 = 297 (100%)
R 24 of 297 ~ 8.08%
G 116 of 297 ~ 39.06%
B 157 of 297 ~ 52.86%

%39.06
%52.86

CMYK color model

#18749D color CMYK value is (85,26,0,38).

  • cyan value is 84.71%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(85,26,0,38)
C85M26Y0K38 
(85%,26%,0%,38%)
(0.85/0.26/0.00/0.38)	

CMYK percentages

%84.71
%26.11
%0
%38.43

Codes

Color #18749D in popluar color models

18749D
RGB24116157
HSL198°73.48%35.49%
HSB/HSV198°84.71%61.57%
CMYK84.71%26.11%0.00%
38.43%

Color #18749D in popluar number systems.

HEX18749D
Decimal24116157
Binary11000111010010011101
Octal30164235

Shades and tints

Shades of #18749D

#18749D
(24,116,157)
#166A8F
(22,106,143)
#146081
(20,96,129)
#125673
(18,86,115)
#104C65
(16,76,101)
#0E4257
(14,66,87)
#0C3849
(12,56,73)
#0A2E3B
(10,46,59)
#08242D
(8,36,45)
#061A1F
(6,26,31)
#041011
(4,16,17)
#000000
(0,0,0)

Tints of #18749D

#18749D
(24,116,157)
#2D80A5
(45,128,165)
#428CAD
(66,140,173)
#5798B5
(87,152,181)
#6CA4BD
(108,164,189)
#81B0C5
(129,176,197)
#96BCCD
(150,188,205)
#ABC8D5
(171,200,213)
#C0D4DD
(192,212,221)
#D5E0E5
(213,224,229)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18749D color. Also use rgb(24,116,157) instead hex code.

Text Font Color

.myTextColor { color: #18749D; }

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

This text font color is #18749D.


Background Color

.myBgColor { background-color: #18749D; }

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

This div background color is #18749D.


Border color

.myBorderColor { border: 1px solid #18749D; }

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

This div border color is #18749D.


Opacity

.myOpacity80 { color: #18749D; opacity: 0.8; }

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

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

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

This text has shadow with #18749D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18749D on black background.


Color preview on white background

This text has color #18749D on white background.



Black color preview on #18749D background

This text has black color on #18749D background.


White color preview on #18749D background

This text has white color on #18749D background.