COLOR #0016F5

HEX: #0016F5
RGB: (0,22,245)

Color info

#0016F5 contains mainly blue color. Web safe color of #0016F5 is #0000FF (or #00F).

RGB color model

#0016F5 color RGB value is (0,22,245).

  • red value is 0;
  • green value is 22;
  • blue value is 245.
RGB:
(0,22,245)
(0%,9%,96%)

RGB channels and saturation

R 0 of 255 = 0%
G 22 of 255 = 9%
B 245 of 255 = 96%

0
22
245

R + G + B ~ 35%. #0016F5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 22 + 245 = 267 (100%)
R 0 of 267 ~ 0%
G 22 of 267 ~ 8.24%
B 245 of 267 ~ 91.76%

%91.76

CMYK color model

#0016F5 color CMYK value is (100,91,0,4).

  • cyan value is 100.00%
  • magenta value is 91.02%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(100,91,0,4)
C100M91Y0K4 
(100%,91%,0%,4%)
(1.00/0.91/0.00/0.04)	

CMYK percentages

%100
%91.02
%0
%3.92

Codes

Color #0016F5 in popluar color models

0016F5
RGB022245
HSL235°100.00%48.04%
HSB/HSV235°100.00%96.08%
CMYK100.00%91.02%0.00%
3.92%

Color #0016F5 in popluar number systems.

HEX0016F5
Decimal022245
Binary01011011110101
Octal026365

Shades and tints

Shades of #0016F5

#0016F5
(0,22,245)
#0014DF
(0,20,223)
#0012C9
(0,18,201)
#0010B3
(0,16,179)
#000E9D
(0,14,157)
#000C87
(0,12,135)
#000A71
(0,10,113)
#00085B
(0,8,91)
#000645
(0,6,69)
#00042F
(0,4,47)
#000219
(0,2,25)
#000000
(0,0,0)

Tints of #0016F5

#0016F5
(0,22,245)
#172BF5
(23,43,245)
#2E40F5
(46,64,245)
#4555F5
(69,85,245)
#5C6AF5
(92,106,245)
#737FF5
(115,127,245)
#8A94F5
(138,148,245)
#A1A9F5
(161,169,245)
#B8BEF5
(184,190,245)
#CFD3F5
(207,211,245)
#E6E8F5
(230,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0016F5 color. Also use rgb(0,22,245) instead hex code.

Text Font Color

.myTextColor { color: #0016F5; }

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

This text font color is #0016F5.


Background Color

.myBgColor { background-color: #0016F5; }

<div style="background-color:#0016F5">Inner text</div>

This div background color is #0016F5.


Border color

.myBorderColor { border: 1px solid #0016F5; }

<div style="border:3px solid #0016F5">Div</div>

This div border color is #0016F5.


Opacity

.myOpacity80 { color: #0016F5; opacity: 0.8; }

<p style="color:#0016F5;opacity:0.8;">80%</p>

Text with #0016F5 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 #0016F5;}

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

This text has shadow with #0016F5 color.

.textShadow {text-shadow: 3px 3px 1px #0016F5, 3px 3px 1px red;}

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

This text has shadow with #0016F5 primary color and red secondary color.


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

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

This text has shadow with #0016F5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0016F5 on black background.


Color preview on white background

This text has color #0016F5 on white background.



Black color preview on #0016F5 background

This text has black color on #0016F5 background.


White color preview on #0016F5 background

This text has white color on #0016F5 background.