COLOR #185C93

HEX: #185C93
RGB: (24,92,147)

Color info

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

RGB color model

#185C93 color RGB value is (24,92,147).

  • red value is 24;
  • green value is 92;
  • blue value is 147.
RGB:
(24,92,147)
(9%,36%,58%)

RGB channels and saturation

R 24 of 255 = 9%
G 92 of 255 = 36%
B 147 of 255 = 58%

24
92
147

R + G + B ~ 34%. #185C93 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 92 + 147 = 263 (100%)
R 24 of 263 ~ 9.13%
G 92 of 263 ~ 34.98%
B 147 of 263 ~ 55.89%

%34.98
%55.89

CMYK color model

#185C93 color CMYK value is (84,37,0,42).

  • cyan value is 83.67%
  • magenta value is 37.41%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(84,37,0,42)
C84M37Y0K42 
(84%,37%,0%,42%)
(0.84/0.37/0.00/0.42)	

CMYK percentages

%83.67
%37.41
%0
%42.35

Codes

Color #185C93 in popluar color models

185C93
RGB2492147
HSL207°71.93%33.53%
HSB/HSV207°83.67%57.65%
CMYK83.67%37.41%0.00%
42.35%

Color #185C93 in popluar number systems.

HEX185C93
Decimal2492147
Binary11000101110010010011
Octal30134223

Shades and tints

Shades of #185C93

#185C93
(24,92,147)
#165486
(22,84,134)
#144C79
(20,76,121)
#12446C
(18,68,108)
#103C5F
(16,60,95)
#0E3452
(14,52,82)
#0C2C45
(12,44,69)
#0A2438
(10,36,56)
#081C2B
(8,28,43)
#06141E
(6,20,30)
#040C11
(4,12,17)
#000000
(0,0,0)

Tints of #185C93

#185C93
(24,92,147)
#2D6A9C
(45,106,156)
#4278A5
(66,120,165)
#5786AE
(87,134,174)
#6C94B7
(108,148,183)
#81A2C0
(129,162,192)
#96B0C9
(150,176,201)
#ABBED2
(171,190,210)
#C0CCDB
(192,204,219)
#D5DAE4
(213,218,228)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #185C93 color. Also use rgb(24,92,147) instead hex code.

Text Font Color

.myTextColor { color: #185C93; }

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

This text font color is #185C93.


Background Color

.myBgColor { background-color: #185C93; }

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

This div background color is #185C93.


Border color

.myBorderColor { border: 1px solid #185C93; }

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

This div border color is #185C93.


Opacity

.myOpacity80 { color: #185C93; opacity: 0.8; }

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

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

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

This text has shadow with #185C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185C93 on black background.


Color preview on white background

This text has color #185C93 on white background.



Black color preview on #185C93 background

This text has black color on #185C93 background.


White color preview on #185C93 background

This text has white color on #185C93 background.