COLOR #184A69

HEX: #184A69
RGB: (24,74,105)

Color info

#184A69 contains mainly green and blue colors. Web safe color of #184A69 is #003366 (or #036).

RGB color model

#184A69 color RGB value is (24,74,105).

  • red value is 24;
  • green value is 74;
  • blue value is 105.
RGB:
(24,74,105)
(9%,29%,41%)

RGB channels and saturation

R 24 of 255 = 9%
G 74 of 255 = 29%
B 105 of 255 = 41%

24
74
105

R + G + B ~ 26%. #184A69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 74 + 105 = 203 (100%)
R 24 of 203 ~ 11.82%
G 74 of 203 ~ 36.45%
B 105 of 203 ~ 51.72%

%11.82
%36.45
%51.72

CMYK color model

#184A69 color CMYK value is (77,30,0,59).

  • cyan value is 77.14%
  • magenta value is 29.52%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(77,30,0,59)
C77M30Y0K59 
(77%,30%,0%,59%)
(0.77/0.30/0.00/0.59)	

CMYK percentages

%77.14
%29.52
%0
%58.82

Codes

Color #184A69 in popluar color models

184A69
RGB2474105
HSL203°62.79%25.29%
HSB/HSV203°77.14%41.18%
CMYK77.14%29.52%0.00%
58.82%

Color #184A69 in popluar number systems.

HEX184A69
Decimal2474105
Binary1100010010101101001
Octal30112151

Shades and tints

Shades of #184A69

#184A69
(24,74,105)
#164460
(22,68,96)
#143E57
(20,62,87)
#12384E
(18,56,78)
#103245
(16,50,69)
#0E2C3C
(14,44,60)
#0C2633
(12,38,51)
#0A202A
(10,32,42)
#081A21
(8,26,33)
#061418
(6,20,24)
#040E0F
(4,14,15)
#000000
(0,0,0)

Tints of #184A69

#184A69
(24,74,105)
#2D5A76
(45,90,118)
#426A83
(66,106,131)
#577A90
(87,122,144)
#6C8A9D
(108,138,157)
#819AAA
(129,154,170)
#96AAB7
(150,170,183)
#ABBAC4
(171,186,196)
#C0CAD1
(192,202,209)
#D5DADE
(213,218,222)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184A69 color. Also use rgb(24,74,105) instead hex code.

Text Font Color

.myTextColor { color: #184A69; }

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

This text font color is #184A69.


Background Color

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

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

This div background color is #184A69.


Border color

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

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

This div border color is #184A69.


Opacity

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

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

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

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

This text has shadow with #184A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184A69 on black background.


Color preview on white background

This text has color #184A69 on white background.



Black color preview on #184A69 background

This text has black color on #184A69 background.


White color preview on #184A69 background

This text has white color on #184A69 background.