COLOR #12315E

HEX: #12315E
RGB: (18,49,94)

Color info

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

RGB color model

#12315E color RGB value is (18,49,94).

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

RGB channels and saturation

R 18 of 255 = 7%
G 49 of 255 = 19%
B 94 of 255 = 37%

18
49
94

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

Portions of RGB colors in percentages

R + G + B =
18 + 49 + 94 = 161 (100%)
R 18 of 161 ~ 11.18%
G 49 of 161 ~ 30.43%
B 94 of 161 ~ 58.39%

%11.18
%30.43
%58.39

CMYK color model

#12315E color CMYK value is (81,48,0,63).

  • cyan value is 80.85%
  • magenta value is 47.87%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(81,48,0,63)
C81M48Y0K63 
(81%,48%,0%,63%)
(0.81/0.48/0.00/0.63)	

CMYK percentages

%80.85
%47.87
%0
%63.14

Codes

Color #12315E in popluar color models

12315E
RGB184994
HSL216°67.86%21.96%
HSB/HSV216°80.85%36.86%
CMYK80.85%47.87%0.00%
63.14%

Color #12315E in popluar number systems.

HEX12315E
Decimal184994
Binary100101100011011110
Octal2261136

Shades and tints

Shades of #12315E

#12315E
(18,49,94)
#112D56
(17,45,86)
#10294E
(16,41,78)
#0F2546
(15,37,70)
#0E213E
(14,33,62)
#0D1D36
(13,29,54)
#0C192E
(12,25,46)
#0B1526
(11,21,38)
#0A111E
(10,17,30)
#090D16
(9,13,22)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #12315E

#12315E
(18,49,94)
#27436C
(39,67,108)
#3C557A
(60,85,122)
#516788
(81,103,136)
#667996
(102,121,150)
#7B8BA4
(123,139,164)
#909DB2
(144,157,178)
#A5AFC0
(165,175,192)
#BAC1CE
(186,193,206)
#CFD3DC
(207,211,220)
#E4E5EA
(228,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12315E; }

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

This text font color is #12315E.


Background Color

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

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

This div background color is #12315E.


Border color

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

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

This div border color is #12315E.


Opacity

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

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

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

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

This text has shadow with #12315E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12315E on black background.


Color preview on white background

This text has color #12315E on white background.



Black color preview on #12315E background

This text has black color on #12315E background.


White color preview on #12315E background

This text has white color on #12315E background.