COLOR #184864

HEX: #184864
RGB: (24,72,100)

Color info

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

RGB color model

#184864 color RGB value is (24,72,100).

  • red value is 24;
  • green value is 72;
  • blue value is 100.
RGB:
(24,72,100)
(9%,28%,39%)

RGB channels and saturation

R 24 of 255 = 9%
G 72 of 255 = 28%
B 100 of 255 = 39%

24
72
100

R + G + B ~ 25%. #184864 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 72 + 100 = 196 (100%)
R 24 of 196 ~ 12.24%
G 72 of 196 ~ 36.73%
B 100 of 196 ~ 51.02%

%12.24
%36.73
%51.02

CMYK color model

#184864 color CMYK value is (76,28,0,61).

  • cyan value is 76.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(76,28,0,61)
C76M28Y0K61 
(76%,28%,0%,61%)
(0.76/0.28/0.00/0.61)	

CMYK percentages

%76
%28
%0
%60.78

Codes

Color #184864 in popluar color models

184864
RGB2472100
HSL202°61.29%24.31%
HSB/HSV202°76.00%39.22%
CMYK76.00%28.00%0.00%
60.78%

Color #184864 in popluar number systems.

HEX184864
Decimal2472100
Binary1100010010001100100
Octal30110144

Shades and tints

Shades of #184864

#184864
(24,72,100)
#16425B
(22,66,91)
#143C52
(20,60,82)
#123649
(18,54,73)
#103040
(16,48,64)
#0E2A37
(14,42,55)
#0C242E
(12,36,46)
#0A1E25
(10,30,37)
#08181C
(8,24,28)
#061213
(6,18,19)
#040C0A
(4,12,10)
#000000
(0,0,0)

Tints of #184864

#184864
(24,72,100)
#2D5872
(45,88,114)
#426880
(66,104,128)
#57788E
(87,120,142)
#6C889C
(108,136,156)
#8198AA
(129,152,170)
#96A8B8
(150,168,184)
#ABB8C6
(171,184,198)
#C0C8D4
(192,200,212)
#D5D8E2
(213,216,226)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184864 color. Also use rgb(24,72,100) instead hex code.

Text Font Color

.myTextColor { color: #184864; }

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

This text font color is #184864.


Background Color

.myBgColor { background-color: #184864; }

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

This div background color is #184864.


Border color

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

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

This div border color is #184864.


Opacity

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

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

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

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

This text has shadow with #184864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184864 on black background.


Color preview on white background

This text has color #184864 on white background.



Black color preview on #184864 background

This text has black color on #184864 background.


White color preview on #184864 background

This text has white color on #184864 background.