COLOR #12486C

HEX: #12486C
RGB: (18,72,108)

Color info

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

RGB color model

#12486C color RGB value is (18,72,108).

  • red value is 18;
  • green value is 72;
  • blue value is 108.
RGB:
(18,72,108)
(7%,28%,42%)

RGB channels and saturation

R 18 of 255 = 7%
G 72 of 255 = 28%
B 108 of 255 = 42%

18
72
108

R + G + B ~ 26%. #12486C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 72 + 108 = 198 (100%)
R 18 of 198 ~ 9.09%
G 72 of 198 ~ 36.36%
B 108 of 198 ~ 54.55%

%36.36
%54.55

CMYK color model

#12486C color CMYK value is (83,33,0,58).

  • cyan value is 83.33%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(83,33,0,58)
C83M33Y0K58 
(83%,33%,0%,58%)
(0.83/0.33/0.00/0.58)	

CMYK percentages

%83.33
%33.33
%0
%57.65

Codes

Color #12486C in popluar color models

12486C
RGB1872108
HSL204°71.43%24.71%
HSB/HSV204°83.33%42.35%
CMYK83.33%33.33%0.00%
57.65%

Color #12486C in popluar number systems.

HEX12486C
Decimal1872108
Binary1001010010001101100
Octal22110154

Shades and tints

Shades of #12486C

#12486C
(18,72,108)
#114263
(17,66,99)
#103C5A
(16,60,90)
#0F3651
(15,54,81)
#0E3048
(14,48,72)
#0D2A3F
(13,42,63)
#0C2436
(12,36,54)
#0B1E2D
(11,30,45)
#0A1824
(10,24,36)
#09121B
(9,18,27)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #12486C

#12486C
(18,72,108)
#275879
(39,88,121)
#3C6886
(60,104,134)
#517893
(81,120,147)
#6688A0
(102,136,160)
#7B98AD
(123,152,173)
#90A8BA
(144,168,186)
#A5B8C7
(165,184,199)
#BAC8D4
(186,200,212)
#CFD8E1
(207,216,225)
#E4E8EE
(228,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12486C color. Also use rgb(18,72,108) instead hex code.

Text Font Color

.myTextColor { color: #12486C; }

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

This text font color is #12486C.


Background Color

.myBgColor { background-color: #12486C; }

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

This div background color is #12486C.


Border color

.myBorderColor { border: 1px solid #12486C; }

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

This div border color is #12486C.


Opacity

.myOpacity80 { color: #12486C; opacity: 0.8; }

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

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

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

This text has shadow with #12486C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12486C on black background.


Color preview on white background

This text has color #12486C on white background.



Black color preview on #12486C background

This text has black color on #12486C background.


White color preview on #12486C background

This text has white color on #12486C background.