COLOR #1066C5

HEX: #1066C5
RGB: (16,102,197)

Color info

#1066C5 contains mainly blue color. Web safe color of #1066C5 is #0066CC (or #06C).

RGB color model

#1066C5 color RGB value is (16,102,197).

  • red value is 16;
  • green value is 102;
  • blue value is 197.
RGB:
(16,102,197)
(6%,40%,77%)

RGB channels and saturation

R 16 of 255 = 6%
G 102 of 255 = 40%
B 197 of 255 = 77%

16
102
197

R + G + B ~ 41%. #1066C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
16 + 102 + 197 = 315 (100%)
R 16 of 315 ~ 5.08%
G 102 of 315 ~ 32.38%
B 197 of 315 ~ 62.54%

%32.38
%62.54

CMYK color model

#1066C5 color CMYK value is (92,48,0,23).

  • cyan value is 91.88%
  • magenta value is 48.22%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(92,48,0,23)
C92M48Y0K23 
(92%,48%,0%,23%)
(0.92/0.48/0.00/0.23)	

CMYK percentages

%91.88
%48.22
%0
%22.75

Codes

Color #1066C5 in popluar color models

1066C5
RGB16102197
HSL211°84.98%41.76%
HSB/HSV211°91.88%77.25%
CMYK91.88%48.22%0.00%
22.75%

Color #1066C5 in popluar number systems.

HEX1066C5
Decimal16102197
Binary10000110011011000101
Octal20146305

Shades and tints

Shades of #1066C5

#1066C5
(16,102,197)
#0F5DB4
(15,93,180)
#0E54A3
(14,84,163)
#0D4B92
(13,75,146)
#0C4281
(12,66,129)
#0B3970
(11,57,112)
#0A305F
(10,48,95)
#09274E
(9,39,78)
#081E3D
(8,30,61)
#07152C
(7,21,44)
#060C1B
(6,12,27)
#000000
(0,0,0)

Tints of #1066C5

#1066C5
(16,102,197)
#2573CA
(37,115,202)
#3A80CF
(58,128,207)
#4F8DD4
(79,141,212)
#649AD9
(100,154,217)
#79A7DE
(121,167,222)
#8EB4E3
(142,180,227)
#A3C1E8
(163,193,232)
#B8CEED
(184,206,237)
#CDDBF2
(205,219,242)
#E2E8F7
(226,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1066C5 color. Also use rgb(16,102,197) instead hex code.

Text Font Color

.myTextColor { color: #1066C5; }

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

This text font color is #1066C5.


Background Color

.myBgColor { background-color: #1066C5; }

<div style="background-color:#1066C5">Inner text</div>

This div background color is #1066C5.


Border color

.myBorderColor { border: 1px solid #1066C5; }

<div style="border:3px solid #1066C5">Div</div>

This div border color is #1066C5.


Opacity

.myOpacity80 { color: #1066C5; opacity: 0.8; }

<p style="color:#1066C5;opacity:0.8;">80%</p>

Text with #1066C5 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 #1066C5;}

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

This text has shadow with #1066C5 color.

.textShadow {text-shadow: 3px 3px 1px #1066C5, 3px 3px 1px red;}

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

This text has shadow with #1066C5 primary color and red secondary color.


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

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

This text has shadow with #1066C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1066C5 on black background.


Color preview on white background

This text has color #1066C5 on white background.



Black color preview on #1066C5 background

This text has black color on #1066C5 background.


White color preview on #1066C5 background

This text has white color on #1066C5 background.