COLOR #12325E

HEX: #12325E
RGB: (18,50,94)

Color info

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

RGB color model

#12325E color RGB value is (18,50,94).

  • red value is 18;
  • green value is 50;
  • blue value is 94.
RGB:
(18,50,94)
(7%,20%,37%)

RGB channels and saturation

R 18 of 255 = 7%
G 50 of 255 = 20%
B 94 of 255 = 37%

18
50
94

R + G + B ~ 21%. #12325E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 50 + 94 = 162 (100%)
R 18 of 162 ~ 11.11%
G 50 of 162 ~ 30.86%
B 94 of 162 ~ 58.02%

%11.11
%30.86
%58.02

CMYK color model

#12325E color CMYK value is (81,47,0,63).

  • cyan value is 80.85%
  • magenta value is 46.81%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(81,47,0,63)
C81M47Y0K63 
(81%,47%,0%,63%)
(0.81/0.47/0.00/0.63)	

CMYK percentages

%80.85
%46.81
%0
%63.14

Codes

Color #12325E in popluar color models

12325E
RGB185094
HSL215°67.86%21.96%
HSB/HSV215°80.85%36.86%
CMYK80.85%46.81%0.00%
63.14%

Color #12325E in popluar number systems.

HEX12325E
Decimal185094
Binary100101100101011110
Octal2262136

Shades and tints

Shades of #12325E

#12325E
(18,50,94)
#112E56
(17,46,86)
#102A4E
(16,42,78)
#0F2646
(15,38,70)
#0E223E
(14,34,62)
#0D1E36
(13,30,54)
#0C1A2E
(12,26,46)
#0B1626
(11,22,38)
#0A121E
(10,18,30)
#090E16
(9,14,22)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #12325E

#12325E
(18,50,94)
#27446C
(39,68,108)
#3C567A
(60,86,122)
#516888
(81,104,136)
#667A96
(102,122,150)
#7B8CA4
(123,140,164)
#909EB2
(144,158,178)
#A5B0C0
(165,176,192)
#BAC2CE
(186,194,206)
#CFD4DC
(207,212,220)
#E4E6EA
(228,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12325E color. Also use rgb(18,50,94) instead hex code.

Text Font Color

.myTextColor { color: #12325E; }

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

This text font color is #12325E.


Background Color

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

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

This div background color is #12325E.


Border color

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

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

This div border color is #12325E.


Opacity

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

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

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

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

This text has shadow with #12325E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12325E on black background.


Color preview on white background

This text has color #12325E on white background.



Black color preview on #12325E background

This text has black color on #12325E background.


White color preview on #12325E background

This text has white color on #12325E background.