COLOR #0F89B4

HEX: #0F89B4
RGB: (15,137,180)

Color info

#0F89B4 contains mainly green and blue colors. Web safe color of #0F89B4 is #0099CC (or #09C).

RGB color model

#0F89B4 color RGB value is (15,137,180).

  • red value is 15;
  • green value is 137;
  • blue value is 180.
RGB:
(15,137,180)
(6%,54%,71%)

RGB channels and saturation

R 15 of 255 = 6%
G 137 of 255 = 54%
B 180 of 255 = 71%

15
137
180

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

Portions of RGB colors in percentages

R + G + B =
15 + 137 + 180 = 332 (100%)
R 15 of 332 ~ 4.52%
G 137 of 332 ~ 41.27%
B 180 of 332 ~ 54.22%

%41.27
%54.22

CMYK color model

#0F89B4 color CMYK value is (92,24,0,29).

  • cyan value is 91.67%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(92,24,0,29)
C92M24Y0K29 
(92%,24%,0%,29%)
(0.92/0.24/0.00/0.29)	

CMYK percentages

%91.67
%23.89
%0
%29.41

Codes

Color #0F89B4 in popluar color models

0F89B4
RGB15137180
HSL196°84.62%38.24%
HSB/HSV196°91.67%70.59%
CMYK91.67%23.89%0.00%
29.41%

Color #0F89B4 in popluar number systems.

HEX0F89B4
Decimal15137180
Binary11111000100110110100
Octal17211264

Shades and tints

Shades of #0F89B4

#0F89B4
(15,137,180)
#0E7DA4
(14,125,164)
#0D7194
(13,113,148)
#0C6584
(12,101,132)
#0B5974
(11,89,116)
#0A4D64
(10,77,100)
#094154
(9,65,84)
#083544
(8,53,68)
#072934
(7,41,52)
#061D24
(6,29,36)
#051114
(5,17,20)
#000000
(0,0,0)

Tints of #0F89B4

#0F89B4
(15,137,180)
#2493BA
(36,147,186)
#399DC0
(57,157,192)
#4EA7C6
(78,167,198)
#63B1CC
(99,177,204)
#78BBD2
(120,187,210)
#8DC5D8
(141,197,216)
#A2CFDE
(162,207,222)
#B7D9E4
(183,217,228)
#CCE3EA
(204,227,234)
#E1EDF0
(225,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F89B4 color. Also use rgb(15,137,180) instead hex code.

Text Font Color

.myTextColor { color: #0F89B4; }

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

This text font color is #0F89B4.


Background Color

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

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

This div background color is #0F89B4.


Border color

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

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

This div border color is #0F89B4.


Opacity

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

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

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

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

This text has shadow with #0F89B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F89B4 on black background.


Color preview on white background

This text has color #0F89B4 on white background.



Black color preview on #0F89B4 background

This text has black color on #0F89B4 background.


White color preview on #0F89B4 background

This text has white color on #0F89B4 background.