COLOR #0064E2

HEX: #0064E2
RGB: (0,100,226)

Color info

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

RGB color model

#0064E2 color RGB value is (0,100,226).

  • red value is 0;
  • green value is 100;
  • blue value is 226.
RGB:
(0,100,226)
(0%,39%,89%)

RGB channels and saturation

R 0 of 255 = 0%
G 100 of 255 = 39%
B 226 of 255 = 89%

0
100
226

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

Portions of RGB colors in percentages

R + G + B =
0 + 100 + 226 = 326 (100%)
R 0 of 326 ~ 0%
G 100 of 326 ~ 30.67%
B 226 of 326 ~ 69.33%

%30.67
%69.33

CMYK color model

#0064E2 color CMYK value is (100,56,0,11).

  • cyan value is 100.00%
  • magenta value is 55.75%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(100,56,0,11)
C100M56Y0K11 
(100%,56%,0%,11%)
(1.00/0.56/0.00/0.11)	

CMYK percentages

%100
%55.75
%0
%11.37

Codes

Color #0064E2 in popluar color models

0064E2
RGB0100226
HSL213°100.00%44.31%
HSB/HSV213°100.00%88.63%
CMYK100.00%55.75%0.00%
11.37%

Color #0064E2 in popluar number systems.

HEX0064E2
Decimal0100226
Binary0110010011100010
Octal0144342

Shades and tints

Shades of #0064E2

#0064E2
(0,100,226)
#005BCE
(0,91,206)
#0052BA
(0,82,186)
#0049A6
(0,73,166)
#004092
(0,64,146)
#00377E
(0,55,126)
#002E6A
(0,46,106)
#002556
(0,37,86)
#001C42
(0,28,66)
#00132E
(0,19,46)
#000A1A
(0,10,26)
#000000
(0,0,0)

Tints of #0064E2

#0064E2
(0,100,226)
#1772E4
(23,114,228)
#2E80E6
(46,128,230)
#458EE8
(69,142,232)
#5C9CEA
(92,156,234)
#73AAEC
(115,170,236)
#8AB8EE
(138,184,238)
#A1C6F0
(161,198,240)
#B8D4F2
(184,212,242)
#CFE2F4
(207,226,244)
#E6F0F6
(230,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0064E2 color. Also use rgb(0,100,226) instead hex code.

Text Font Color

.myTextColor { color: #0064E2; }

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

This text font color is #0064E2.


Background Color

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

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

This div background color is #0064E2.


Border color

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

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

This div border color is #0064E2.


Opacity

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

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

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

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

This text has shadow with #0064E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0064E2 on black background.


Color preview on white background

This text has color #0064E2 on white background.



Black color preview on #0064E2 background

This text has black color on #0064E2 background.


White color preview on #0064E2 background

This text has white color on #0064E2 background.