COLOR #0061E1

HEX: #0061E1
RGB: (0,97,225)

Color info

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

RGB color model

#0061E1 color RGB value is (0,97,225).

  • red value is 0;
  • green value is 97;
  • blue value is 225.
RGB:
(0,97,225)
(0%,38%,88%)

RGB channels and saturation

R 0 of 255 = 0%
G 97 of 255 = 38%
B 225 of 255 = 88%

0
97
225

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

Portions of RGB colors in percentages

R + G + B =
0 + 97 + 225 = 322 (100%)
R 0 of 322 ~ 0%
G 97 of 322 ~ 30.12%
B 225 of 322 ~ 69.88%

%30.12
%69.88

CMYK color model

#0061E1 color CMYK value is (100,57,0,12).

  • cyan value is 100.00%
  • magenta value is 56.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(100,57,0,12)
C100M57Y0K12 
(100%,57%,0%,12%)
(1.00/0.57/0.00/0.12)	

CMYK percentages

%100
%56.89
%0
%11.76

Codes

Color #0061E1 in popluar color models

0061E1
RGB097225
HSL214°100.00%44.12%
HSB/HSV214°100.00%88.24%
CMYK100.00%56.89%0.00%
11.76%

Color #0061E1 in popluar number systems.

HEX0061E1
Decimal097225
Binary0110000111100001
Octal0141341

Shades and tints

Shades of #0061E1

#0061E1
(0,97,225)
#0059CD
(0,89,205)
#0051B9
(0,81,185)
#0049A5
(0,73,165)
#004191
(0,65,145)
#00397D
(0,57,125)
#003169
(0,49,105)
#002955
(0,41,85)
#002141
(0,33,65)
#00192D
(0,25,45)
#001119
(0,17,25)
#000000
(0,0,0)

Tints of #0061E1

#0061E1
(0,97,225)
#176FE3
(23,111,227)
#2E7DE5
(46,125,229)
#458BE7
(69,139,231)
#5C99E9
(92,153,233)
#73A7EB
(115,167,235)
#8AB5ED
(138,181,237)
#A1C3EF
(161,195,239)
#B8D1F1
(184,209,241)
#CFDFF3
(207,223,243)
#E6EDF5
(230,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0061E1 color. Also use rgb(0,97,225) instead hex code.

Text Font Color

.myTextColor { color: #0061E1; }

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

This text font color is #0061E1.


Background Color

.myBgColor { background-color: #0061E1; }

<div style="background-color:#0061E1">Inner text</div>

This div background color is #0061E1.


Border color

.myBorderColor { border: 1px solid #0061E1; }

<div style="border:3px solid #0061E1">Div</div>

This div border color is #0061E1.


Opacity

.myOpacity80 { color: #0061E1; opacity: 0.8; }

<p style="color:#0061E1;opacity:0.8;">80%</p>

Text with #0061E1 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 #0061E1;}

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

This text has shadow with #0061E1 color.

.textShadow {text-shadow: 3px 3px 1px #0061E1, 3px 3px 1px red;}

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

This text has shadow with #0061E1 primary color and red secondary color.


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

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

This text has shadow with #0061E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0061E1 on black background.


Color preview on white background

This text has color #0061E1 on white background.



Black color preview on #0061E1 background

This text has black color on #0061E1 background.


White color preview on #0061E1 background

This text has white color on #0061E1 background.