COLOR #12618C

HEX: #12618C
RGB: (18,97,140)

Color info

#12618C contains mainly green and blue colors. Web safe color of #12618C is #006699 (or #069).

RGB color model

#12618C color RGB value is (18,97,140).

  • red value is 18;
  • green value is 97;
  • blue value is 140.
RGB:
(18,97,140)
(7%,38%,55%)

RGB channels and saturation

R 18 of 255 = 7%
G 97 of 255 = 38%
B 140 of 255 = 55%

18
97
140

R + G + B ~ 33%. #12618C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 97 + 140 = 255 (100%)
R 18 of 255 ~ 7.06%
G 97 of 255 ~ 38.04%
B 140 of 255 ~ 54.9%

%38.04
%54.9

CMYK color model

#12618C color CMYK value is (87,31,0,45).

  • cyan value is 87.14%
  • magenta value is 30.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(87,31,0,45)
C87M31Y0K45 
(87%,31%,0%,45%)
(0.87/0.31/0.00/0.45)	

CMYK percentages

%87.14
%30.71
%0
%45.1

Codes

Color #12618C in popluar color models

12618C
RGB1897140
HSL201°77.22%30.98%
HSB/HSV201°87.14%54.90%
CMYK87.14%30.71%0.00%
45.10%

Color #12618C in popluar number systems.

HEX12618C
Decimal1897140
Binary10010110000110001100
Octal22141214

Shades and tints

Shades of #12618C

#12618C
(18,97,140)
#115980
(17,89,128)
#105174
(16,81,116)
#0F4968
(15,73,104)
#0E415C
(14,65,92)
#0D3950
(13,57,80)
#0C3144
(12,49,68)
#0B2938
(11,41,56)
#0A212C
(10,33,44)
#091920
(9,25,32)
#081114
(8,17,20)
#000000
(0,0,0)

Tints of #12618C

#12618C
(18,97,140)
#276F96
(39,111,150)
#3C7DA0
(60,125,160)
#518BAA
(81,139,170)
#6699B4
(102,153,180)
#7BA7BE
(123,167,190)
#90B5C8
(144,181,200)
#A5C3D2
(165,195,210)
#BAD1DC
(186,209,220)
#CFDFE6
(207,223,230)
#E4EDF0
(228,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12618C color. Also use rgb(18,97,140) instead hex code.

Text Font Color

.myTextColor { color: #12618C; }

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

This text font color is #12618C.


Background Color

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

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

This div background color is #12618C.


Border color

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

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

This div border color is #12618C.


Opacity

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

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

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

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

This text has shadow with #12618C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12618C on black background.


Color preview on white background

This text has color #12618C on white background.



Black color preview on #12618C background

This text has black color on #12618C background.


White color preview on #12618C background

This text has white color on #12618C background.