COLOR #0F71C1

HEX: #0F71C1
RGB: (15,113,193)

Color info

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

RGB color model

#0F71C1 color RGB value is (15,113,193).

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

RGB channels and saturation

R 15 of 255 = 6%
G 113 of 255 = 44%
B 193 of 255 = 76%

15
113
193

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

Portions of RGB colors in percentages

R + G + B =
15 + 113 + 193 = 321 (100%)
R 15 of 321 ~ 4.67%
G 113 of 321 ~ 35.2%
B 193 of 321 ~ 60.12%

%35.2
%60.12

CMYK color model

#0F71C1 color CMYK value is (92,41,0,24).

  • cyan value is 92.23%
  • magenta value is 41.45%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(92,41,0,24)
C92M41Y0K24 
(92%,41%,0%,24%)
(0.92/0.41/0.00/0.24)	

CMYK percentages

%92.23
%41.45
%0
%24.31

Codes

Color #0F71C1 in popluar color models

0F71C1
RGB15113193
HSL207°85.58%40.78%
HSB/HSV207°92.23%75.69%
CMYK92.23%41.45%0.00%
24.31%

Color #0F71C1 in popluar number systems.

HEX0F71C1
Decimal15113193
Binary1111111000111000001
Octal17161301

Shades and tints

Shades of #0F71C1

#0F71C1
(15,113,193)
#0E67B0
(14,103,176)
#0D5D9F
(13,93,159)
#0C538E
(12,83,142)
#0B497D
(11,73,125)
#0A3F6C
(10,63,108)
#09355B
(9,53,91)
#082B4A
(8,43,74)
#072139
(7,33,57)
#061728
(6,23,40)
#050D17
(5,13,23)
#000000
(0,0,0)

Tints of #0F71C1

#0F71C1
(15,113,193)
#247DC6
(36,125,198)
#3989CB
(57,137,203)
#4E95D0
(78,149,208)
#63A1D5
(99,161,213)
#78ADDA
(120,173,218)
#8DB9DF
(141,185,223)
#A2C5E4
(162,197,228)
#B7D1E9
(183,209,233)
#CCDDEE
(204,221,238)
#E1E9F3
(225,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F71C1; }

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

This text font color is #0F71C1.


Background Color

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

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

This div background color is #0F71C1.


Border color

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

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

This div border color is #0F71C1.


Opacity

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

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

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

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

This text has shadow with #0F71C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F71C1 on black background.


Color preview on white background

This text has color #0F71C1 on white background.



Black color preview on #0F71C1 background

This text has black color on #0F71C1 background.


White color preview on #0F71C1 background

This text has white color on #0F71C1 background.