COLOR #185483

HEX: #185483 RGB: (24,84,131)

Color info

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

RGB color model

#185483 color RGB value is (24,84,131).

RGB: (24,84,131) (9%, 33%, 51%)

RGB channels and saturation

R 24 of 255 = 9%
G 84 of 255 = 33%
B 131 of 255 = 51%

24
84
131

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

Portions of RGB colors in percentages

R + G + B = 24 + 84 + 131 = 239 (100%)
R 24 of 239 ~ 10.04%
G 84 of 239 ~ 35.15%
B 131 of 239 ~ 54.81'%

%35.15
%54.81

CMYK color model

#185483 color CMYK value is (82,36,0,49).

  • cyan value is 81.68%
  • magenta value is 35.88%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (82,36,0,49)
C82M36Y0K49 (82%, 36%, 0%, 49%)
(0.82 / 0.36 / 0.00 / 0.49)

CMYK percentages

%81.68
%35.88
%0
%48.63

Codes

Color #185483 in popluar color models

18 54 83
RGB 24 84 131
HSL 206° 69.03% 30.39%
HSB/HSV 206° 81.68% 51.37%
CMYK 81.68% 35.88% 0.00%
48.63%

Color #185483 in popluar number systems.

HEX 18 54 83
Decimal 24 84 131
Binary 11000 1010100 10000011
Octal 30 124 203

Shades and tints

Shades of #185483

#185483
(24,84,131)
#164D78
(22,77,120)
#14466D
(20,70,109)
#123F62
(18,63,98)
#103857
(16,56,87)
#0E314C
(14,49,76)
#0C2A41
(12,42,65)
#0A2336
(10,35,54)
#081C2B
(8,28,43)
#061520
(6,21,32)
#040E15
(4,14,21)
#000000
(0,0,0)

Tints of #185483

#185483
(24,84,131)
#2D638E
(45,99,142)
#427299
(66,114,153)
#5781A4
(87,129,164)
#6C90AF
(108,144,175)
#819FBA
(129,159,186)
#96AEC5
(150,174,197)
#ABBDD0
(171,189,208)
#C0CCDB
(192,204,219)
#D5DBE6
(213,219,230)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #185483 color. Also use rgb(24,84,131) instead hex code.

Text Font Color

.myTextColor { color: #185483; }

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

This text font color is #185483.

Background Color

.myBgColor { background-color: #185483; }

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

This div background color is #185483.

Border color

.myBorderColor { border: 1px solid #185483; }

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

This div border color is #185483.

Opacity

.myOpacity80 { color: #185483; opacity: 0.8; }

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

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

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

This text has shadow with #185483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #185483.

Preview

Color preview on black background

This text has color #185483 on black background.


Color preview on white background

This text has color #185483 on white background.


Black color preview on #185483 background

This text has black color on #185483 background.


White color preview on #185483 background

This text has white color on #185483 background.


Related colors

Complementary color

Complementary color for #hex is #E7AB7C.


I love getcolorcode.com

Triadic colors

1 #831854 and #548318 with #185483 are triadic colors.

2 #835418 and #541883 with #185483 are triadic colors.