COLOR #1041F6

HEX: #1041F6
RGB: (16,65,246)

Color info

#1041F6 contains mainly blue color. Web safe color of #1041F6 is #0033FF (or #03F).

RGB color model

#1041F6 color RGB value is (16,65,246).

  • red value is 16;
  • green value is 65;
  • blue value is 246.
RGB:
(16,65,246)
(6%,25%,96%)

RGB channels and saturation

R 16 of 255 = 6%
G 65 of 255 = 25%
B 246 of 255 = 96%

16
65
246

R + G + B ~ 42%. #1041F6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
16 + 65 + 246 = 327 (100%)
R 16 of 327 ~ 4.89%
G 65 of 327 ~ 19.88%
B 246 of 327 ~ 75.23%

%19.88
%75.23

CMYK color model

#1041F6 color CMYK value is (93,74,0,4).

  • cyan value is 93.50%
  • magenta value is 73.58%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(93,74,0,4)
C93M74Y0K4 
(93%,74%,0%,4%)
(0.93/0.74/0.00/0.04)	

CMYK percentages

%93.5
%73.58
%0
%3.53

Codes

Color #1041F6 in popluar color models

1041F6
RGB1665246
HSL227°92.74%51.37%
HSB/HSV227°93.50%96.47%
CMYK93.50%73.58%0.00%
3.53%

Color #1041F6 in popluar number systems.

HEX1041F6
Decimal1665246
Binary10000100000111110110
Octal20101366

Shades and tints

Shades of #1041F6

#1041F6
(16,65,246)
#0F3CE0
(15,60,224)
#0E37CA
(14,55,202)
#0D32B4
(13,50,180)
#0C2D9E
(12,45,158)
#0B2888
(11,40,136)
#0A2372
(10,35,114)
#091E5C
(9,30,92)
#081946
(8,25,70)
#071430
(7,20,48)
#060F1A
(6,15,26)
#000000
(0,0,0)

Tints of #1041F6

#1041F6
(16,65,246)
#2552F6
(37,82,246)
#3A63F6
(58,99,246)
#4F74F6
(79,116,246)
#6485F6
(100,133,246)
#7996F6
(121,150,246)
#8EA7F6
(142,167,246)
#A3B8F6
(163,184,246)
#B8C9F6
(184,201,246)
#CDDAF6
(205,218,246)
#E2EBF6
(226,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1041F6 color. Also use rgb(16,65,246) instead hex code.

Text Font Color

.myTextColor { color: #1041F6; }

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

This text font color is #1041F6.


Background Color

.myBgColor { background-color: #1041F6; }

<div style="background-color:#1041F6">Inner text</div>

This div background color is #1041F6.


Border color

.myBorderColor { border: 1px solid #1041F6; }

<div style="border:3px solid #1041F6">Div</div>

This div border color is #1041F6.


Opacity

.myOpacity80 { color: #1041F6; opacity: 0.8; }

<p style="color:#1041F6;opacity:0.8;">80%</p>

Text with #1041F6 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 #1041F6;}

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

This text has shadow with #1041F6 color.

.textShadow {text-shadow: 3px 3px 1px #1041F6, 3px 3px 1px red;}

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

This text has shadow with #1041F6 primary color and red secondary color.


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

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

This text has shadow with #1041F6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1041F6 on black background.


Color preview on white background

This text has color #1041F6 on white background.



Black color preview on #1041F6 background

This text has black color on #1041F6 background.


White color preview on #1041F6 background

This text has white color on #1041F6 background.