COLOR #1066EF

HEX: #1066EF
RGB: (16,102,239)

Color info

#1066EF contains mainly blue color. Web safe color of #1066EF is #0066FF (or #06F).

RGB color model

#1066EF color RGB value is (16,102,239).

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

RGB channels and saturation

R 16 of 255 = 6%
G 102 of 255 = 40%
B 239 of 255 = 94%

16
102
239

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

Portions of RGB colors in percentages

R + G + B =
16 + 102 + 239 = 357 (100%)
R 16 of 357 ~ 4.48%
G 102 of 357 ~ 28.57%
B 239 of 357 ~ 66.95%

%28.57
%66.95

CMYK color model

#1066EF color CMYK value is (93,57,0,6).

  • cyan value is 93.31%
  • magenta value is 57.32%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(93,57,0,6)
C93M57Y0K6 
(93%,57%,0%,6%)
(0.93/0.57/0.00/0.06)	

CMYK percentages

%93.31
%57.32
%0
%6.27

Codes

Color #1066EF in popluar color models

1066EF
RGB16102239
HSL217°87.45%50.00%
HSB/HSV217°93.31%93.73%
CMYK93.31%57.32%0.00%
6.27%

Color #1066EF in popluar number systems.

HEX1066EF
Decimal16102239
Binary10000110011011101111
Octal20146357

Shades and tints

Shades of #1066EF

#1066EF
(16,102,239)
#0F5DDA
(15,93,218)
#0E54C5
(14,84,197)
#0D4BB0
(13,75,176)
#0C429B
(12,66,155)
#0B3986
(11,57,134)
#0A3071
(10,48,113)
#09275C
(9,39,92)
#081E47
(8,30,71)
#071532
(7,21,50)
#060C1D
(6,12,29)
#000000
(0,0,0)

Tints of #1066EF

#1066EF
(16,102,239)
#2573F0
(37,115,240)
#3A80F1
(58,128,241)
#4F8DF2
(79,141,242)
#649AF3
(100,154,243)
#79A7F4
(121,167,244)
#8EB4F5
(142,180,245)
#A3C1F6
(163,193,246)
#B8CEF7
(184,206,247)
#CDDBF8
(205,219,248)
#E2E8F9
(226,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1066EF; }

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

This text font color is #1066EF.


Background Color

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

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

This div background color is #1066EF.


Border color

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

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

This div border color is #1066EF.


Opacity

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

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

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

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

This text has shadow with #1066EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1066EF on black background.


Color preview on white background

This text has color #1066EF on white background.



Black color preview on #1066EF background

This text has black color on #1066EF background.


White color preview on #1066EF background

This text has white color on #1066EF background.