COLOR #0F78A3

HEX: #0F78A3
RGB: (15,120,163)

Color info

#0F78A3 contains mainly green and blue colors. Web safe color of #0F78A3 is #006699 (or #069).

RGB color model

#0F78A3 color RGB value is (15,120,163).

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

RGB channels and saturation

R 15 of 255 = 6%
G 120 of 255 = 47%
B 163 of 255 = 64%

15
120
163

R + G + B ~ 39%. #0F78A3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 120 + 163 = 298 (100%)
R 15 of 298 ~ 5.03%
G 120 of 298 ~ 40.27%
B 163 of 298 ~ 54.7%

%40.27
%54.7

CMYK color model

#0F78A3 color CMYK value is (91,26,0,36).

  • cyan value is 90.80%
  • magenta value is 26.38%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(91,26,0,36)
C91M26Y0K36 
(91%,26%,0%,36%)
(0.91/0.26/0.00/0.36)	

CMYK percentages

%90.8
%26.38
%0
%36.08

Codes

Color #0F78A3 in popluar color models

0F78A3
RGB15120163
HSL197°83.15%34.90%
HSB/HSV197°90.80%63.92%
CMYK90.80%26.38%0.00%
36.08%

Color #0F78A3 in popluar number systems.

HEX0F78A3
Decimal15120163
Binary1111111100010100011
Octal17170243

Shades and tints

Shades of #0F78A3

#0F78A3
(15,120,163)
#0E6E95
(14,110,149)
#0D6487
(13,100,135)
#0C5A79
(12,90,121)
#0B506B
(11,80,107)
#0A465D
(10,70,93)
#093C4F
(9,60,79)
#083241
(8,50,65)
#072833
(7,40,51)
#061E25
(6,30,37)
#051417
(5,20,23)
#000000
(0,0,0)

Tints of #0F78A3

#0F78A3
(15,120,163)
#2484AB
(36,132,171)
#3990B3
(57,144,179)
#4E9CBB
(78,156,187)
#63A8C3
(99,168,195)
#78B4CB
(120,180,203)
#8DC0D3
(141,192,211)
#A2CCDB
(162,204,219)
#B7D8E3
(183,216,227)
#CCE4EB
(204,228,235)
#E1F0F3
(225,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F78A3; }

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

This text font color is #0F78A3.


Background Color

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

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

This div background color is #0F78A3.


Border color

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

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

This div border color is #0F78A3.


Opacity

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

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

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

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

This text has shadow with #0F78A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F78A3 on black background.


Color preview on white background

This text has color #0F78A3 on white background.



Black color preview on #0F78A3 background

This text has black color on #0F78A3 background.


White color preview on #0F78A3 background

This text has white color on #0F78A3 background.