COLOR #0F78C4

HEX: #0F78C4
RGB: (15,120,196)

Color info

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

RGB color model

#0F78C4 color RGB value is (15,120,196).

  • red value is 15;
  • green value is 120;
  • blue value is 196.
RGB:
(15,120,196)
(6%,47%,77%)

RGB channels and saturation

R 15 of 255 = 6%
G 120 of 255 = 47%
B 196 of 255 = 77%

15
120
196

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

Portions of RGB colors in percentages

R + G + B =
15 + 120 + 196 = 331 (100%)
R 15 of 331 ~ 4.53%
G 120 of 331 ~ 36.25%
B 196 of 331 ~ 59.21%

%36.25
%59.21

CMYK color model

#0F78C4 color CMYK value is (92,39,0,23).

  • cyan value is 92.35%
  • magenta value is 38.78%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(92,39,0,23)
C92M39Y0K23 
(92%,39%,0%,23%)
(0.92/0.39/0.00/0.23)	

CMYK percentages

%92.35
%38.78
%0
%23.14

Codes

Color #0F78C4 in popluar color models

0F78C4
RGB15120196
HSL205°85.78%41.37%
HSB/HSV205°92.35%76.86%
CMYK92.35%38.78%0.00%
23.14%

Color #0F78C4 in popluar number systems.

HEX0F78C4
Decimal15120196
Binary1111111100011000100
Octal17170304

Shades and tints

Shades of #0F78C4

#0F78C4
(15,120,196)
#0E6EB3
(14,110,179)
#0D64A2
(13,100,162)
#0C5A91
(12,90,145)
#0B5080
(11,80,128)
#0A466F
(10,70,111)
#093C5E
(9,60,94)
#08324D
(8,50,77)
#07283C
(7,40,60)
#061E2B
(6,30,43)
#05141A
(5,20,26)
#000000
(0,0,0)

Tints of #0F78C4

#0F78C4
(15,120,196)
#2484C9
(36,132,201)
#3990CE
(57,144,206)
#4E9CD3
(78,156,211)
#63A8D8
(99,168,216)
#78B4DD
(120,180,221)
#8DC0E2
(141,192,226)
#A2CCE7
(162,204,231)
#B7D8EC
(183,216,236)
#CCE4F1
(204,228,241)
#E1F0F6
(225,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F78C4 color. Also use rgb(15,120,196) instead hex code.

Text Font Color

.myTextColor { color: #0F78C4; }

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

This text font color is #0F78C4.


Background Color

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

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

This div background color is #0F78C4.


Border color

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

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

This div border color is #0F78C4.


Opacity

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

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

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

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

This text has shadow with #0F78C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F78C4 on black background.


Color preview on white background

This text has color #0F78C4 on white background.



Black color preview on #0F78C4 background

This text has black color on #0F78C4 background.


White color preview on #0F78C4 background

This text has white color on #0F78C4 background.