COLOR #1054E2

HEX: #1054E2
RGB: (16,84,226)

Color info

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

RGB color model

#1054E2 color RGB value is (16,84,226).

  • red value is 16;
  • green value is 84;
  • blue value is 226.
RGB:
(16,84,226)
(6%,33%,89%)

RGB channels and saturation

R 16 of 255 = 6%
G 84 of 255 = 33%
B 226 of 255 = 89%

16
84
226

R + G + B ~ 43%. #1054E2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
16 + 84 + 226 = 326 (100%)
R 16 of 326 ~ 4.91%
G 84 of 326 ~ 25.77%
B 226 of 326 ~ 69.33%

%25.77
%69.33

CMYK color model

#1054E2 color CMYK value is (93,63,0,11).

  • cyan value is 92.92%
  • magenta value is 62.83%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(93,63,0,11)
C93M63Y0K11 
(93%,63%,0%,11%)
(0.93/0.63/0.00/0.11)	

CMYK percentages

%92.92
%62.83
%0
%11.37

Codes

Color #1054E2 in popluar color models

1054E2
RGB1684226
HSL221°86.78%47.45%
HSB/HSV221°92.92%88.63%
CMYK92.92%62.83%0.00%
11.37%

Color #1054E2 in popluar number systems.

HEX1054E2
Decimal1684226
Binary10000101010011100010
Octal20124342

Shades and tints

Shades of #1054E2

#1054E2
(16,84,226)
#0F4DCE
(15,77,206)
#0E46BA
(14,70,186)
#0D3FA6
(13,63,166)
#0C3892
(12,56,146)
#0B317E
(11,49,126)
#0A2A6A
(10,42,106)
#092356
(9,35,86)
#081C42
(8,28,66)
#07152E
(7,21,46)
#060E1A
(6,14,26)
#000000
(0,0,0)

Tints of #1054E2

#1054E2
(16,84,226)
#2563E4
(37,99,228)
#3A72E6
(58,114,230)
#4F81E8
(79,129,232)
#6490EA
(100,144,234)
#799FEC
(121,159,236)
#8EAEEE
(142,174,238)
#A3BDF0
(163,189,240)
#B8CCF2
(184,204,242)
#CDDBF4
(205,219,244)
#E2EAF6
(226,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1054E2 color. Also use rgb(16,84,226) instead hex code.

Text Font Color

.myTextColor { color: #1054E2; }

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

This text font color is #1054E2.


Background Color

.myBgColor { background-color: #1054E2; }

<div style="background-color:#1054E2">Inner text</div>

This div background color is #1054E2.


Border color

.myBorderColor { border: 1px solid #1054E2; }

<div style="border:3px solid #1054E2">Div</div>

This div border color is #1054E2.


Opacity

.myOpacity80 { color: #1054E2; opacity: 0.8; }

<p style="color:#1054E2;opacity:0.8;">80%</p>

Text with #1054E2 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 #1054E2;}

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

This text has shadow with #1054E2 color.

.textShadow {text-shadow: 3px 3px 1px #1054E2, 3px 3px 1px red;}

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

This text has shadow with #1054E2 primary color and red secondary color.


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

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

This text has shadow with #1054E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1054E2 on black background.


Color preview on white background

This text has color #1054E2 on white background.



Black color preview on #1054E2 background

This text has black color on #1054E2 background.


White color preview on #1054E2 background

This text has white color on #1054E2 background.