COLOR #0157E0

HEX: #0157E0
RGB: (1,87,224)

Color info

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

RGB color model

#0157E0 color RGB value is (1,87,224).

  • red value is 1;
  • green value is 87;
  • blue value is 224.
RGB:
(1,87,224)
(0%,34%,88%)

RGB channels and saturation

R 1 of 255 = 0%
G 87 of 255 = 34%
B 224 of 255 = 88%

1
87
224

R + G + B ~ 41%. #0157E0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
1 + 87 + 224 = 312 (100%)
R 1 of 312 ~ 0.32%
G 87 of 312 ~ 27.88%
B 224 of 312 ~ 71.79%

%27.88
%71.79

CMYK color model

#0157E0 color CMYK value is (100,61,0,12).

  • cyan value is 99.55%
  • magenta value is 61.16%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(100,61,0,12)
C100M61Y0K12 
(100%,61%,0%,12%)
(1.00/0.61/0.00/0.12)	

CMYK percentages

%99.55
%61.16
%0
%12.16

Codes

Color #0157E0 in popluar color models

0157E0
RGB187224
HSL217°99.11%44.12%
HSB/HSV217°99.55%87.84%
CMYK99.55%61.16%0.00%
12.16%

Color #0157E0 in popluar number systems.

HEX0157E0
Decimal187224
Binary1101011111100000
Octal1127340

Shades and tints

Shades of #0157E0

#0157E0
(1,87,224)
#0150CC
(1,80,204)
#0149B8
(1,73,184)
#0142A4
(1,66,164)
#013B90
(1,59,144)
#01347C
(1,52,124)
#012D68
(1,45,104)
#012654
(1,38,84)
#011F40
(1,31,64)
#01182C
(1,24,44)
#011118
(1,17,24)
#000000
(0,0,0)

Tints of #0157E0

#0157E0
(1,87,224)
#1866E2
(24,102,226)
#2F75E4
(47,117,228)
#4684E6
(70,132,230)
#5D93E8
(93,147,232)
#74A2EA
(116,162,234)
#8BB1EC
(139,177,236)
#A2C0EE
(162,192,238)
#B9CFF0
(185,207,240)
#D0DEF2
(208,222,242)
#E7EDF4
(231,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0157E0 color. Also use rgb(1,87,224) instead hex code.

Text Font Color

.myTextColor { color: #0157E0; }

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

This text font color is #0157E0.


Background Color

.myBgColor { background-color: #0157E0; }

<div style="background-color:#0157E0">Inner text</div>

This div background color is #0157E0.


Border color

.myBorderColor { border: 1px solid #0157E0; }

<div style="border:3px solid #0157E0">Div</div>

This div border color is #0157E0.


Opacity

.myOpacity80 { color: #0157E0; opacity: 0.8; }

<p style="color:#0157E0;opacity:0.8;">80%</p>

Text with #0157E0 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 #0157E0;}

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

This text has shadow with #0157E0 color.

.textShadow {text-shadow: 3px 3px 1px #0157E0, 3px 3px 1px red;}

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

This text has shadow with #0157E0 primary color and red secondary color.


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

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

This text has shadow with #0157E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0157E0 on black background.


Color preview on white background

This text has color #0157E0 on white background.



Black color preview on #0157E0 background

This text has black color on #0157E0 background.


White color preview on #0157E0 background

This text has white color on #0157E0 background.