COLOR #184E8D

HEX: #184E8D
RGB: (24,78,141)

Color info

#184E8D contains mainly blue color. Web safe color of #184E8D is #006699 (or #069).

RGB color model

#184E8D color RGB value is (24,78,141).

  • red value is 24;
  • green value is 78;
  • blue value is 141.
RGB:
(24,78,141)
(9%,31%,55%)

RGB channels and saturation

R 24 of 255 = 9%
G 78 of 255 = 31%
B 141 of 255 = 55%

24
78
141

R + G + B ~ 32%. #184E8D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 78 + 141 = 243 (100%)
R 24 of 243 ~ 9.88%
G 78 of 243 ~ 32.1%
B 141 of 243 ~ 58.02%

%9.88
%32.1
%58.02

CMYK color model

#184E8D color CMYK value is (83,45,0,45).

  • cyan value is 82.98%
  • magenta value is 44.68%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(83,45,0,45)
C83M45Y0K45 
(83%,45%,0%,45%)
(0.83/0.45/0.00/0.45)	

CMYK percentages

%82.98
%44.68
%0
%44.71

Codes

Color #184E8D in popluar color models

184E8D
RGB2478141
HSL212°70.91%32.35%
HSB/HSV212°82.98%55.29%
CMYK82.98%44.68%0.00%
44.71%

Color #184E8D in popluar number systems.

HEX184E8D
Decimal2478141
Binary11000100111010001101
Octal30116215

Shades and tints

Shades of #184E8D

#184E8D
(24,78,141)
#164781
(22,71,129)
#144075
(20,64,117)
#123969
(18,57,105)
#10325D
(16,50,93)
#0E2B51
(14,43,81)
#0C2445
(12,36,69)
#0A1D39
(10,29,57)
#08162D
(8,22,45)
#060F21
(6,15,33)
#040815
(4,8,21)
#000000
(0,0,0)

Tints of #184E8D

#184E8D
(24,78,141)
#2D5E97
(45,94,151)
#426EA1
(66,110,161)
#577EAB
(87,126,171)
#6C8EB5
(108,142,181)
#819EBF
(129,158,191)
#96AEC9
(150,174,201)
#ABBED3
(171,190,211)
#C0CEDD
(192,206,221)
#D5DEE7
(213,222,231)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184E8D color. Also use rgb(24,78,141) instead hex code.

Text Font Color

.myTextColor { color: #184E8D; }

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

This text font color is #184E8D.


Background Color

.myBgColor { background-color: #184E8D; }

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

This div background color is #184E8D.


Border color

.myBorderColor { border: 1px solid #184E8D; }

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

This div border color is #184E8D.


Opacity

.myOpacity80 { color: #184E8D; opacity: 0.8; }

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

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

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

This text has shadow with #184E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184E8D on black background.


Color preview on white background

This text has color #184E8D on white background.



Black color preview on #184E8D background

This text has black color on #184E8D background.


White color preview on #184E8D background

This text has white color on #184E8D background.