COLOR #12494E

HEX: #12494E
RGB: (18,73,78)

Color info

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

RGB color model

#12494E color RGB value is (18,73,78).

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

RGB channels and saturation

R 18 of 255 = 7%
G 73 of 255 = 29%
B 78 of 255 = 31%

18
73
78

R + G + B ~ 22%. #12494E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 73 + 78 = 169 (100%)
R 18 of 169 ~ 10.65%
G 73 of 169 ~ 43.2%
B 78 of 169 ~ 46.15%

%10.65
%43.2
%46.15

CMYK color model

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

  • cyan value is 76.92%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(77,6,0,69)
C77M6Y0K69 
(77%,6%,0%,69%)
(0.77/0.06/0.00/0.69)	

CMYK percentages

%76.92
%6.41
%0
%69.41

Codes

Color #12494E in popluar color models

12494E
RGB187378
HSL185°62.50%18.82%
HSB/HSV185°76.92%30.59%
CMYK76.92%6.41%0.00%
69.41%

Color #12494E in popluar number systems.

HEX12494E
Decimal187378
Binary1001010010011001110
Octal22111116

Shades and tints

Shades of #12494E

#12494E
(18,73,78)
#114347
(17,67,71)
#103D40
(16,61,64)
#0F3739
(15,55,57)
#0E3132
(14,49,50)
#0D2B2B
(13,43,43)
#0C2524
(12,37,36)
#0B1F1D
(11,31,29)
#0A1916
(10,25,22)
#09130F
(9,19,15)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #12494E

#12494E
(18,73,78)
#27595E
(39,89,94)
#3C696E
(60,105,110)
#51797E
(81,121,126)
#66898E
(102,137,142)
#7B999E
(123,153,158)
#90A9AE
(144,169,174)
#A5B9BE
(165,185,190)
#BAC9CE
(186,201,206)
#CFD9DE
(207,217,222)
#E4E9EE
(228,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12494E; }

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

This text font color is #12494E.


Background Color

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

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

This div background color is #12494E.


Border color

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

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

This div border color is #12494E.


Opacity

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

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

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

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

This text has shadow with #12494E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12494E on black background.


Color preview on white background

This text has color #12494E on white background.



Black color preview on #12494E background

This text has black color on #12494E background.


White color preview on #12494E background

This text has white color on #12494E background.