COLOR #0F7CBF

HEX: #0F7CBF
RGB: (15,124,191)

Color info

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

RGB color model

#0F7CBF color RGB value is (15,124,191).

  • red value is 15;
  • green value is 124;
  • blue value is 191.
RGB:
(15,124,191)
(6%,49%,75%)

RGB channels and saturation

R 15 of 255 = 6%
G 124 of 255 = 49%
B 191 of 255 = 75%

15
124
191

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

Portions of RGB colors in percentages

R + G + B =
15 + 124 + 191 = 330 (100%)
R 15 of 330 ~ 4.55%
G 124 of 330 ~ 37.58%
B 191 of 330 ~ 57.88%

%37.58
%57.88

CMYK color model

#0F7CBF color CMYK value is (92,35,0,25).

  • cyan value is 92.15%
  • magenta value is 35.08%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(92,35,0,25)
C92M35Y0K25 
(92%,35%,0%,25%)
(0.92/0.35/0.00/0.25)	

CMYK percentages

%92.15
%35.08
%0
%25.1

Codes

Color #0F7CBF in popluar color models

0F7CBF
RGB15124191
HSL203°85.44%40.39%
HSB/HSV203°92.15%74.90%
CMYK92.15%35.08%0.00%
25.10%

Color #0F7CBF in popluar number systems.

HEX0F7CBF
Decimal15124191
Binary1111111110010111111
Octal17174277

Shades and tints

Shades of #0F7CBF

#0F7CBF
(15,124,191)
#0E71AE
(14,113,174)
#0D669D
(13,102,157)
#0C5B8C
(12,91,140)
#0B507B
(11,80,123)
#0A456A
(10,69,106)
#093A59
(9,58,89)
#082F48
(8,47,72)
#072437
(7,36,55)
#061926
(6,25,38)
#050E15
(5,14,21)
#000000
(0,0,0)

Tints of #0F7CBF

#0F7CBF
(15,124,191)
#2487C4
(36,135,196)
#3992C9
(57,146,201)
#4E9DCE
(78,157,206)
#63A8D3
(99,168,211)
#78B3D8
(120,179,216)
#8DBEDD
(141,190,221)
#A2C9E2
(162,201,226)
#B7D4E7
(183,212,231)
#CCDFEC
(204,223,236)
#E1EAF1
(225,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F7CBF color. Also use rgb(15,124,191) instead hex code.

Text Font Color

.myTextColor { color: #0F7CBF; }

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

This text font color is #0F7CBF.


Background Color

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

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

This div background color is #0F7CBF.


Border color

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

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

This div border color is #0F7CBF.


Opacity

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

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

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

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

This text has shadow with #0F7CBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F7CBF on black background.


Color preview on white background

This text has color #0F7CBF on white background.



Black color preview on #0F7CBF background

This text has black color on #0F7CBF background.


White color preview on #0F7CBF background

This text has white color on #0F7CBF background.