COLOR #0057BE

HEX: #0057BE
RGB: (0,87,190)

Color info

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

RGB color model

#0057BE color RGB value is (0,87,190).

  • red value is 0;
  • green value is 87;
  • blue value is 190.
RGB:
(0,87,190)
(0%,34%,75%)

RGB channels and saturation

R 0 of 255 = 0%
G 87 of 255 = 34%
B 190 of 255 = 75%

0
87
190

R + G + B ~ 36%. #0057BE is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 87 + 190 = 277 (100%)
R 0 of 277 ~ 0%
G 87 of 277 ~ 31.41%
B 190 of 277 ~ 68.59%

%31.41
%68.59

CMYK color model

#0057BE color CMYK value is (100,54,0,25).

  • cyan value is 100.00%
  • magenta value is 54.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(100,54,0,25)
C100M54Y0K25 
(100%,54%,0%,25%)
(1.00/0.54/0.00/0.25)	

CMYK percentages

%100
%54.21
%0
%25.49

Codes

Color #0057BE in popluar color models

0057BE
RGB087190
HSL213°100.00%37.25%
HSB/HSV213°100.00%74.51%
CMYK100.00%54.21%0.00%
25.49%

Color #0057BE in popluar number systems.

HEX0057BE
Decimal087190
Binary0101011110111110
Octal0127276

Shades and tints

Shades of #0057BE

#0057BE
(0,87,190)
#0050AD
(0,80,173)
#00499C
(0,73,156)
#00428B
(0,66,139)
#003B7A
(0,59,122)
#003469
(0,52,105)
#002D58
(0,45,88)
#002647
(0,38,71)
#001F36
(0,31,54)
#001825
(0,24,37)
#001114
(0,17,20)
#000000
(0,0,0)

Tints of #0057BE

#0057BE
(0,87,190)
#1766C3
(23,102,195)
#2E75C8
(46,117,200)
#4584CD
(69,132,205)
#5C93D2
(92,147,210)
#73A2D7
(115,162,215)
#8AB1DC
(138,177,220)
#A1C0E1
(161,192,225)
#B8CFE6
(184,207,230)
#CFDEEB
(207,222,235)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0057BE color. Also use rgb(0,87,190) instead hex code.

Text Font Color

.myTextColor { color: #0057BE; }

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

This text font color is #0057BE.


Background Color

.myBgColor { background-color: #0057BE; }

<div style="background-color:#0057BE">Inner text</div>

This div background color is #0057BE.


Border color

.myBorderColor { border: 1px solid #0057BE; }

<div style="border:3px solid #0057BE">Div</div>

This div border color is #0057BE.


Opacity

.myOpacity80 { color: #0057BE; opacity: 0.8; }

<p style="color:#0057BE;opacity:0.8;">80%</p>

Text with #0057BE 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 #0057BE;}

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

This text has shadow with #0057BE color.

.textShadow {text-shadow: 3px 3px 1px #0057BE, 3px 3px 1px red;}

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

This text has shadow with #0057BE primary color and red secondary color.


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

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

This text has shadow with #0057BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0057BE on black background.


Color preview on white background

This text has color #0057BE on white background.



Black color preview on #0057BE background

This text has black color on #0057BE background.


White color preview on #0057BE background

This text has white color on #0057BE background.