COLOR #12184E

HEX: #12184E
RGB: (18,24,78)

Color info

#12184E contains mainly green and blue colors. Web safe color of #12184E is #000066 (or #006).

RGB color model

#12184E color RGB value is (18,24,78).

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

RGB channels and saturation

R 18 of 255 = 7%
G 24 of 255 = 9%
B 78 of 255 = 31%

18
24
78

R + G + B ~ 16%. #12184E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 24 + 78 = 120 (100%)
R 18 of 120 ~ 15%
G 24 of 120 ~ 20%
B 78 of 120 ~ 65%

%15
%20
%65

CMYK color model

#12184E color CMYK value is (77,69,0,69).

  • cyan value is 76.92%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(77,69,0,69)
C77M69Y0K69 
(77%,69%,0%,69%)
(0.77/0.69/0.00/0.69)	

CMYK percentages

%76.92
%69.23
%0
%69.41

Codes

Color #12184E in popluar color models

12184E
RGB182478
HSL234°62.50%18.82%
HSB/HSV234°76.92%30.59%
CMYK76.92%69.23%0.00%
69.41%

Color #12184E in popluar number systems.

HEX12184E
Decimal182478
Binary10010110001001110
Octal2230116

Shades and tints

Shades of #12184E

#12184E
(18,24,78)
#111647
(17,22,71)
#101440
(16,20,64)
#0F1239
(15,18,57)
#0E1032
(14,16,50)
#0D0E2B
(13,14,43)
#0C0C24
(12,12,36)
#0B0A1D
(11,10,29)
#0A0816
(10,8,22)
#09060F
(9,6,15)
#080408
(8,4,8)
#000000
(0,0,0)

Tints of #12184E

#12184E
(18,24,78)
#272D5E
(39,45,94)
#3C426E
(60,66,110)
#51577E
(81,87,126)
#666C8E
(102,108,142)
#7B819E
(123,129,158)
#9096AE
(144,150,174)
#A5ABBE
(165,171,190)
#BAC0CE
(186,192,206)
#CFD5DE
(207,213,222)
#E4EAEE
(228,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12184E color. Also use rgb(18,24,78) instead hex code.

Text Font Color

.myTextColor { color: #12184E; }

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

This text font color is #12184E.


Background Color

.myBgColor { background-color: #12184E; }

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

This div background color is #12184E.


Border color

.myBorderColor { border: 1px solid #12184E; }

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

This div border color is #12184E.


Opacity

.myOpacity80 { color: #12184E; opacity: 0.8; }

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

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

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

This text has shadow with #12184E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12184E on black background.


Color preview on white background

This text has color #12184E on white background.



Black color preview on #12184E background

This text has black color on #12184E background.


White color preview on #12184E background

This text has white color on #12184E background.