COLOR #1206AD

HEX: #1206AD
RGB: (18,6,173)

Color info

#1206AD contains mainly blue color. Web safe color of #1206AD is #000099 (or #009).

RGB color model

#1206AD color RGB value is (18,6,173).

  • red value is 18;
  • green value is 6;
  • blue value is 173.
RGB:
(18,6,173)
(7%,2%,68%)

RGB channels and saturation

R 18 of 255 = 7%
G 6 of 255 = 2%
B 173 of 255 = 68%

18
6
173

R + G + B ~ 26%. #1206AD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 6 + 173 = 197 (100%)
R 18 of 197 ~ 9.14%
G 6 of 197 ~ 3.05%
B 173 of 197 ~ 87.82%

%87.82

CMYK color model

#1206AD color CMYK value is (90,97,0,32).

  • cyan value is 89.60%
  • magenta value is 96.53%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(90,97,0,32)
C90M97Y0K32 
(90%,97%,0%,32%)
(0.90/0.97/0.00/0.32)	

CMYK percentages

%89.6
%96.53
%0
%32.16

Codes

Color #1206AD in popluar color models

1206AD
RGB186173
HSL244°93.30%35.10%
HSB/HSV244°96.53%67.84%
CMYK89.60%96.53%0.00%
32.16%

Color #1206AD in popluar number systems.

HEX1206AD
Decimal186173
Binary1001011010101101
Octal226255

Shades and tints

Shades of #1206AD

#1206AD
(18,6,173)
#11069E
(17,6,158)
#10068F
(16,6,143)
#0F0680
(15,6,128)
#0E0671
(14,6,113)
#0D0662
(13,6,98)
#0C0653
(12,6,83)
#0B0644
(11,6,68)
#0A0635
(10,6,53)
#090626
(9,6,38)
#080617
(8,6,23)
#000000
(0,0,0)

Tints of #1206AD

#1206AD
(18,6,173)
#271CB4
(39,28,180)
#3C32BB
(60,50,187)
#5148C2
(81,72,194)
#665EC9
(102,94,201)
#7B74D0
(123,116,208)
#908AD7
(144,138,215)
#A5A0DE
(165,160,222)
#BAB6E5
(186,182,229)
#CFCCEC
(207,204,236)
#E4E2F3
(228,226,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1206AD color. Also use rgb(18,6,173) instead hex code.

Text Font Color

.myTextColor { color: #1206AD; }

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

This text font color is #1206AD.


Background Color

.myBgColor { background-color: #1206AD; }

<div style="background-color:#1206AD">Inner text</div>

This div background color is #1206AD.


Border color

.myBorderColor { border: 1px solid #1206AD; }

<div style="border:3px solid #1206AD">Div</div>

This div border color is #1206AD.


Opacity

.myOpacity80 { color: #1206AD; opacity: 0.8; }

<p style="color:#1206AD;opacity:0.8;">80%</p>

Text with #1206AD 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 #1206AD;}

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

This text has shadow with #1206AD color.

.textShadow {text-shadow: 3px 3px 1px #1206AD, 3px 3px 1px red;}

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

This text has shadow with #1206AD primary color and red secondary color.


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

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

This text has shadow with #1206AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1206AD on black background.


Color preview on white background

This text has color #1206AD on white background.



Black color preview on #1206AD background

This text has black color on #1206AD background.


White color preview on #1206AD background

This text has white color on #1206AD background.