COLOR #185F99

HEX: #185F99
RGB: (24,95,153)

Color info

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

RGB color model

#185F99 color RGB value is (24,95,153).

  • red value is 24;
  • green value is 95;
  • blue value is 153.
RGB:
(24,95,153)
(9%,37%,60%)

RGB channels and saturation

R 24 of 255 = 9%
G 95 of 255 = 37%
B 153 of 255 = 60%

24
95
153

R + G + B ~ 35%. #185F99 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 95 + 153 = 272 (100%)
R 24 of 272 ~ 8.82%
G 95 of 272 ~ 34.93%
B 153 of 272 ~ 56.25%

%34.93
%56.25

CMYK color model

#185F99 color CMYK value is (84,38,0,40).

  • cyan value is 84.31%
  • magenta value is 37.91%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(84,38,0,40)
C84M38Y0K40 
(84%,38%,0%,40%)
(0.84/0.38/0.00/0.40)	

CMYK percentages

%84.31
%37.91
%0
%40

Codes

Color #185F99 in popluar color models

185F99
RGB2495153
HSL207°72.88%34.71%
HSB/HSV207°84.31%60.00%
CMYK84.31%37.91%0.00%
40.00%

Color #185F99 in popluar number systems.

HEX185F99
Decimal2495153
Binary11000101111110011001
Octal30137231

Shades and tints

Shades of #185F99

#185F99
(24,95,153)
#16578C
(22,87,140)
#144F7F
(20,79,127)
#124772
(18,71,114)
#103F65
(16,63,101)
#0E3758
(14,55,88)
#0C2F4B
(12,47,75)
#0A273E
(10,39,62)
#081F31
(8,31,49)
#061724
(6,23,36)
#040F17
(4,15,23)
#000000
(0,0,0)

Tints of #185F99

#185F99
(24,95,153)
#2D6DA2
(45,109,162)
#427BAB
(66,123,171)
#5789B4
(87,137,180)
#6C97BD
(108,151,189)
#81A5C6
(129,165,198)
#96B3CF
(150,179,207)
#ABC1D8
(171,193,216)
#C0CFE1
(192,207,225)
#D5DDEA
(213,221,234)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #185F99 color. Also use rgb(24,95,153) instead hex code.

Text Font Color

.myTextColor { color: #185F99; }

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

This text font color is #185F99.


Background Color

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

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

This div background color is #185F99.


Border color

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

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

This div border color is #185F99.


Opacity

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

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

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

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

This text has shadow with #185F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185F99 on black background.


Color preview on white background

This text has color #185F99 on white background.



Black color preview on #185F99 background

This text has black color on #185F99 background.


White color preview on #185F99 background

This text has white color on #185F99 background.