COLOR #1055E8

HEX: #1055E8
RGB: (16,85,232)

Color info

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

RGB color model

#1055E8 color RGB value is (16,85,232).

  • red value is 16;
  • green value is 85;
  • blue value is 232.
RGB:
(16,85,232)
(6%,33%,91%)

RGB channels and saturation

R 16 of 255 = 6%
G 85 of 255 = 33%
B 232 of 255 = 91%

16
85
232

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

Portions of RGB colors in percentages

R + G + B =
16 + 85 + 232 = 333 (100%)
R 16 of 333 ~ 4.8%
G 85 of 333 ~ 25.53%
B 232 of 333 ~ 69.67%

%25.53
%69.67

CMYK color model

#1055E8 color CMYK value is (93,63,0,9).

  • cyan value is 93.10%
  • magenta value is 63.36%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(93,63,0,9)
C93M63Y0K9 
(93%,63%,0%,9%)
(0.93/0.63/0.00/0.09)	

CMYK percentages

%93.1
%63.36
%0
%9.02

Codes

Color #1055E8 in popluar color models

1055E8
RGB1685232
HSL221°87.10%48.63%
HSB/HSV221°93.10%90.98%
CMYK93.10%63.36%0.00%
9.02%

Color #1055E8 in popluar number systems.

HEX1055E8
Decimal1685232
Binary10000101010111101000
Octal20125350

Shades and tints

Shades of #1055E8

#1055E8
(16,85,232)
#0F4ED3
(15,78,211)
#0E47BE
(14,71,190)
#0D40A9
(13,64,169)
#0C3994
(12,57,148)
#0B327F
(11,50,127)
#0A2B6A
(10,43,106)
#092455
(9,36,85)
#081D40
(8,29,64)
#07162B
(7,22,43)
#060F16
(6,15,22)
#000000
(0,0,0)

Tints of #1055E8

#1055E8
(16,85,232)
#2564EA
(37,100,234)
#3A73EC
(58,115,236)
#4F82EE
(79,130,238)
#6491F0
(100,145,240)
#79A0F2
(121,160,242)
#8EAFF4
(142,175,244)
#A3BEF6
(163,190,246)
#B8CDF8
(184,205,248)
#CDDCFA
(205,220,250)
#E2EBFC
(226,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1055E8 color. Also use rgb(16,85,232) instead hex code.

Text Font Color

.myTextColor { color: #1055E8; }

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

This text font color is #1055E8.


Background Color

.myBgColor { background-color: #1055E8; }

<div style="background-color:#1055E8">Inner text</div>

This div background color is #1055E8.


Border color

.myBorderColor { border: 1px solid #1055E8; }

<div style="border:3px solid #1055E8">Div</div>

This div border color is #1055E8.


Opacity

.myOpacity80 { color: #1055E8; opacity: 0.8; }

<p style="color:#1055E8;opacity:0.8;">80%</p>

Text with #1055E8 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 #1055E8;}

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

This text has shadow with #1055E8 color.

.textShadow {text-shadow: 3px 3px 1px #1055E8, 3px 3px 1px red;}

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

This text has shadow with #1055E8 primary color and red secondary color.


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

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

This text has shadow with #1055E8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1055E8 on black background.


Color preview on white background

This text has color #1055E8 on white background.



Black color preview on #1055E8 background

This text has black color on #1055E8 background.


White color preview on #1055E8 background

This text has white color on #1055E8 background.