COLOR #0F71E1

HEX: #0F71E1
RGB: (15,113,225)

Color info

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

RGB color model

#0F71E1 color RGB value is (15,113,225).

  • red value is 15;
  • green value is 113;
  • blue value is 225.
RGB:
(15,113,225)
(6%,44%,88%)

RGB channels and saturation

R 15 of 255 = 6%
G 113 of 255 = 44%
B 225 of 255 = 88%

15
113
225

R + G + B ~ 46%. #0F71E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
15 + 113 + 225 = 353 (100%)
R 15 of 353 ~ 4.25%
G 113 of 353 ~ 32.01%
B 225 of 353 ~ 63.74%

%32.01
%63.74

CMYK color model

#0F71E1 color CMYK value is (93,50,0,12).

  • cyan value is 93.33%
  • magenta value is 49.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(93,50,0,12)
C93M50Y0K12 
(93%,50%,0%,12%)
(0.93/0.50/0.00/0.12)	

CMYK percentages

%93.33
%49.78
%0
%11.76

Codes

Color #0F71E1 in popluar color models

0F71E1
RGB15113225
HSL212°87.50%47.06%
HSB/HSV212°93.33%88.24%
CMYK93.33%49.78%0.00%
11.76%

Color #0F71E1 in popluar number systems.

HEX0F71E1
Decimal15113225
Binary1111111000111100001
Octal17161341

Shades and tints

Shades of #0F71E1

#0F71E1
(15,113,225)
#0E67CD
(14,103,205)
#0D5DB9
(13,93,185)
#0C53A5
(12,83,165)
#0B4991
(11,73,145)
#0A3F7D
(10,63,125)
#093569
(9,53,105)
#082B55
(8,43,85)
#072141
(7,33,65)
#06172D
(6,23,45)
#050D19
(5,13,25)
#000000
(0,0,0)

Tints of #0F71E1

#0F71E1
(15,113,225)
#247DE3
(36,125,227)
#3989E5
(57,137,229)
#4E95E7
(78,149,231)
#63A1E9
(99,161,233)
#78ADEB
(120,173,235)
#8DB9ED
(141,185,237)
#A2C5EF
(162,197,239)
#B7D1F1
(183,209,241)
#CCDDF3
(204,221,243)
#E1E9F5
(225,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F71E1 color. Also use rgb(15,113,225) instead hex code.

Text Font Color

.myTextColor { color: #0F71E1; }

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

This text font color is #0F71E1.


Background Color

.myBgColor { background-color: #0F71E1; }

<div style="background-color:#0F71E1">Inner text</div>

This div background color is #0F71E1.


Border color

.myBorderColor { border: 1px solid #0F71E1; }

<div style="border:3px solid #0F71E1">Div</div>

This div border color is #0F71E1.


Opacity

.myOpacity80 { color: #0F71E1; opacity: 0.8; }

<p style="color:#0F71E1;opacity:0.8;">80%</p>

Text with #0F71E1 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 #0F71E1;}

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

This text has shadow with #0F71E1 color.

.textShadow {text-shadow: 3px 3px 1px #0F71E1, 3px 3px 1px red;}

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

This text has shadow with #0F71E1 primary color and red secondary color.


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

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

This text has shadow with #0F71E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F71E1 on black background.


Color preview on white background

This text has color #0F71E1 on white background.



Black color preview on #0F71E1 background

This text has black color on #0F71E1 background.


White color preview on #0F71E1 background

This text has white color on #0F71E1 background.