COLOR #12436B

HEX: #12436B
RGB: (18,67,107)

Color info

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

RGB color model

#12436B color RGB value is (18,67,107).

  • red value is 18;
  • green value is 67;
  • blue value is 107.
RGB:
(18,67,107)
(7%,26%,42%)

RGB channels and saturation

R 18 of 255 = 7%
G 67 of 255 = 26%
B 107 of 255 = 42%

18
67
107

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

Portions of RGB colors in percentages

R + G + B =
18 + 67 + 107 = 192 (100%)
R 18 of 192 ~ 9.38%
G 67 of 192 ~ 34.9%
B 107 of 192 ~ 55.73%

%34.9
%55.73

CMYK color model

#12436B color CMYK value is (83,37,0,58).

  • cyan value is 83.18%
  • magenta value is 37.38%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(83,37,0,58)
C83M37Y0K58 
(83%,37%,0%,58%)
(0.83/0.37/0.00/0.58)	

CMYK percentages

%83.18
%37.38
%0
%58.04

Codes

Color #12436B in popluar color models

12436B
RGB1867107
HSL207°71.20%24.51%
HSB/HSV207°83.18%41.96%
CMYK83.18%37.38%0.00%
58.04%

Color #12436B in popluar number systems.

HEX12436B
Decimal1867107
Binary1001010000111101011
Octal22103153

Shades and tints

Shades of #12436B

#12436B
(18,67,107)
#113D62
(17,61,98)
#103759
(16,55,89)
#0F3150
(15,49,80)
#0E2B47
(14,43,71)
#0D253E
(13,37,62)
#0C1F35
(12,31,53)
#0B192C
(11,25,44)
#0A1323
(10,19,35)
#090D1A
(9,13,26)
#080711
(8,7,17)
#000000
(0,0,0)

Tints of #12436B

#12436B
(18,67,107)
#275478
(39,84,120)
#3C6585
(60,101,133)
#517692
(81,118,146)
#66879F
(102,135,159)
#7B98AC
(123,152,172)
#90A9B9
(144,169,185)
#A5BAC6
(165,186,198)
#BACBD3
(186,203,211)
#CFDCE0
(207,220,224)
#E4EDED
(228,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12436B color. Also use rgb(18,67,107) instead hex code.

Text Font Color

.myTextColor { color: #12436B; }

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

This text font color is #12436B.


Background Color

.myBgColor { background-color: #12436B; }

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

This div background color is #12436B.


Border color

.myBorderColor { border: 1px solid #12436B; }

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

This div border color is #12436B.


Opacity

.myOpacity80 { color: #12436B; opacity: 0.8; }

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

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

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

This text has shadow with #12436B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12436B on black background.


Color preview on white background

This text has color #12436B on white background.



Black color preview on #12436B background

This text has black color on #12436B background.


White color preview on #12436B background

This text has white color on #12436B background.