COLOR #0051E1

HEX: #0051E1
RGB: (0,81,225)

Color info

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

RGB color model

#0051E1 color RGB value is (0,81,225).

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

RGB channels and saturation

R 0 of 255 = 0%
G 81 of 255 = 32%
B 225 of 255 = 88%

0
81
225

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

Portions of RGB colors in percentages

R + G + B =
0 + 81 + 225 = 306 (100%)
R 0 of 306 ~ 0%
G 81 of 306 ~ 26.47%
B 225 of 306 ~ 73.53%

%26.47
%73.53

CMYK color model

#0051E1 color CMYK value is (100,64,0,12).

  • cyan value is 100.00%
  • magenta value is 64.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(100,64,0,12)
C100M64Y0K12 
(100%,64%,0%,12%)
(1.00/0.64/0.00/0.12)	

CMYK percentages

%100
%64
%0
%11.76

Codes

Color #0051E1 in popluar color models

0051E1
RGB081225
HSL218°100.00%44.12%
HSB/HSV218°100.00%88.24%
CMYK100.00%64.00%0.00%
11.76%

Color #0051E1 in popluar number systems.

HEX0051E1
Decimal081225
Binary0101000111100001
Octal0121341

Shades and tints

Shades of #0051E1

#0051E1
(0,81,225)
#004ACD
(0,74,205)
#0043B9
(0,67,185)
#003CA5
(0,60,165)
#003591
(0,53,145)
#002E7D
(0,46,125)
#002769
(0,39,105)
#002055
(0,32,85)
#001941
(0,25,65)
#00122D
(0,18,45)
#000B19
(0,11,25)
#000000
(0,0,0)

Tints of #0051E1

#0051E1
(0,81,225)
#1760E3
(23,96,227)
#2E6FE5
(46,111,229)
#457EE7
(69,126,231)
#5C8DE9
(92,141,233)
#739CEB
(115,156,235)
#8AABED
(138,171,237)
#A1BAEF
(161,186,239)
#B8C9F1
(184,201,241)
#CFD8F3
(207,216,243)
#E6E7F5
(230,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0051E1; }

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

This text font color is #0051E1.


Background Color

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

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

This div background color is #0051E1.


Border color

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

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

This div border color is #0051E1.


Opacity

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

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

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

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

This text has shadow with #0051E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0051E1 on black background.


Color preview on white background

This text has color #0051E1 on white background.



Black color preview on #0051E1 background

This text has black color on #0051E1 background.


White color preview on #0051E1 background

This text has white color on #0051E1 background.