COLOR #184082

HEX: #184082
RGB: (24,64,130)

Color info

#184082 contains mainly blue color. Web safe color of #184082 is #003399 (or #039).

RGB color model

#184082 color RGB value is (24,64,130).

  • red value is 24;
  • green value is 64;
  • blue value is 130.
RGB:
(24,64,130)
(9%,25%,51%)

RGB channels and saturation

R 24 of 255 = 9%
G 64 of 255 = 25%
B 130 of 255 = 51%

24
64
130

R + G + B ~ 28%. #184082 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 64 + 130 = 218 (100%)
R 24 of 218 ~ 11.01%
G 64 of 218 ~ 29.36%
B 130 of 218 ~ 59.63%

%11.01
%29.36
%59.63

CMYK color model

#184082 color CMYK value is (82,51,0,49).

  • cyan value is 81.54%
  • magenta value is 50.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(82,51,0,49)
C82M51Y0K49 
(82%,51%,0%,49%)
(0.82/0.51/0.00/0.49)	

CMYK percentages

%81.54
%50.77
%0
%49.02

Codes

Color #184082 in popluar color models

184082
RGB2464130
HSL217°68.83%30.20%
HSB/HSV217°81.54%50.98%
CMYK81.54%50.77%0.00%
49.02%

Color #184082 in popluar number systems.

HEX184082
Decimal2464130
Binary11000100000010000010
Octal30100202

Shades and tints

Shades of #184082

#184082
(24,64,130)
#163B77
(22,59,119)
#14366C
(20,54,108)
#123161
(18,49,97)
#102C56
(16,44,86)
#0E274B
(14,39,75)
#0C2240
(12,34,64)
#0A1D35
(10,29,53)
#08182A
(8,24,42)
#06131F
(6,19,31)
#040E14
(4,14,20)
#000000
(0,0,0)

Tints of #184082

#184082
(24,64,130)
#2D518D
(45,81,141)
#426298
(66,98,152)
#5773A3
(87,115,163)
#6C84AE
(108,132,174)
#8195B9
(129,149,185)
#96A6C4
(150,166,196)
#ABB7CF
(171,183,207)
#C0C8DA
(192,200,218)
#D5D9E5
(213,217,229)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184082 color. Also use rgb(24,64,130) instead hex code.

Text Font Color

.myTextColor { color: #184082; }

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

This text font color is #184082.


Background Color

.myBgColor { background-color: #184082; }

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

This div background color is #184082.


Border color

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

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

This div border color is #184082.


Opacity

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

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

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

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

This text has shadow with #184082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184082 on black background.


Color preview on white background

This text has color #184082 on white background.



Black color preview on #184082 background

This text has black color on #184082 background.


White color preview on #184082 background

This text has white color on #184082 background.