COLOR #1220C6

HEX: #1220C6
RGB: (18,32,198)

Color info

#1220C6 contains mainly blue color. Web safe color of #1220C6 is #0033CC (or #03C).

RGB color model

#1220C6 color RGB value is (18,32,198).

  • red value is 18;
  • green value is 32;
  • blue value is 198.
RGB:
(18,32,198)
(7%,13%,78%)

RGB channels and saturation

R 18 of 255 = 7%
G 32 of 255 = 13%
B 198 of 255 = 78%

18
32
198

R + G + B ~ 33%. #1220C6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 32 + 198 = 248 (100%)
R 18 of 248 ~ 7.26%
G 32 of 248 ~ 12.9%
B 198 of 248 ~ 79.84%

%12.9
%79.84

CMYK color model

#1220C6 color CMYK value is (91,84,0,22).

  • cyan value is 90.91%
  • magenta value is 83.84%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(91,84,0,22)
C91M84Y0K22 
(91%,84%,0%,22%)
(0.91/0.84/0.00/0.22)	

CMYK percentages

%90.91
%83.84
%0
%22.35

Codes

Color #1220C6 in popluar color models

1220C6
RGB1832198
HSL235°83.33%42.35%
HSB/HSV235°90.91%77.65%
CMYK90.91%83.84%0.00%
22.35%

Color #1220C6 in popluar number systems.

HEX1220C6
Decimal1832198
Binary1001010000011000110
Octal2240306

Shades and tints

Shades of #1220C6

#1220C6
(18,32,198)
#111EB4
(17,30,180)
#101CA2
(16,28,162)
#0F1A90
(15,26,144)
#0E187E
(14,24,126)
#0D166C
(13,22,108)
#0C145A
(12,20,90)
#0B1248
(11,18,72)
#0A1036
(10,16,54)
#090E24
(9,14,36)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #1220C6

#1220C6
(18,32,198)
#2734CB
(39,52,203)
#3C48D0
(60,72,208)
#515CD5
(81,92,213)
#6670DA
(102,112,218)
#7B84DF
(123,132,223)
#9098E4
(144,152,228)
#A5ACE9
(165,172,233)
#BAC0EE
(186,192,238)
#CFD4F3
(207,212,243)
#E4E8F8
(228,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1220C6 color. Also use rgb(18,32,198) instead hex code.

Text Font Color

.myTextColor { color: #1220C6; }

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

This text font color is #1220C6.


Background Color

.myBgColor { background-color: #1220C6; }

<div style="background-color:#1220C6">Inner text</div>

This div background color is #1220C6.


Border color

.myBorderColor { border: 1px solid #1220C6; }

<div style="border:3px solid #1220C6">Div</div>

This div border color is #1220C6.


Opacity

.myOpacity80 { color: #1220C6; opacity: 0.8; }

<p style="color:#1220C6;opacity:0.8;">80%</p>

Text with #1220C6 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 #1220C6;}

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

This text has shadow with #1220C6 color.

.textShadow {text-shadow: 3px 3px 1px #1220C6, 3px 3px 1px red;}

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

This text has shadow with #1220C6 primary color and red secondary color.


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

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

This text has shadow with #1220C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1220C6 on black background.


Color preview on white background

This text has color #1220C6 on white background.



Black color preview on #1220C6 background

This text has black color on #1220C6 background.


White color preview on #1220C6 background

This text has white color on #1220C6 background.