COLOR #0F8498

HEX: #0F8498
RGB: (15,132,152)

Color info

#0F8498 contains mainly green and blue colors. Web safe color of #0F8498 is #009999 (or #099).

RGB color model

#0F8498 color RGB value is (15,132,152).

  • red value is 15;
  • green value is 132;
  • blue value is 152.
RGB:
(15,132,152)
(6%,52%,60%)

RGB channels and saturation

R 15 of 255 = 6%
G 132 of 255 = 52%
B 152 of 255 = 60%

15
132
152

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

Portions of RGB colors in percentages

R + G + B =
15 + 132 + 152 = 299 (100%)
R 15 of 299 ~ 5.02%
G 132 of 299 ~ 44.15%
B 152 of 299 ~ 50.84%

%44.15
%50.84

CMYK color model

#0F8498 color CMYK value is (90,13,0,40).

  • cyan value is 90.13%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(90,13,0,40)
C90M13Y0K40 
(90%,13%,0%,40%)
(0.90/0.13/0.00/0.40)	

CMYK percentages

%90.13
%13.16
%0
%40.39

Codes

Color #0F8498 in popluar color models

0F8498
RGB15132152
HSL189°82.04%32.75%
HSB/HSV189°90.13%59.61%
CMYK90.13%13.16%0.00%
40.39%

Color #0F8498 in popluar number systems.

HEX0F8498
Decimal15132152
Binary11111000010010011000
Octal17204230

Shades and tints

Shades of #0F8498

#0F8498
(15,132,152)
#0E788B
(14,120,139)
#0D6C7E
(13,108,126)
#0C6071
(12,96,113)
#0B5464
(11,84,100)
#0A4857
(10,72,87)
#093C4A
(9,60,74)
#08303D
(8,48,61)
#072430
(7,36,48)
#061823
(6,24,35)
#050C16
(5,12,22)
#000000
(0,0,0)

Tints of #0F8498

#0F8498
(15,132,152)
#248FA1
(36,143,161)
#399AAA
(57,154,170)
#4EA5B3
(78,165,179)
#63B0BC
(99,176,188)
#78BBC5
(120,187,197)
#8DC6CE
(141,198,206)
#A2D1D7
(162,209,215)
#B7DCE0
(183,220,224)
#CCE7E9
(204,231,233)
#E1F2F2
(225,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F8498 color. Also use rgb(15,132,152) instead hex code.

Text Font Color

.myTextColor { color: #0F8498; }

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

This text font color is #0F8498.


Background Color

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

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

This div background color is #0F8498.


Border color

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

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

This div border color is #0F8498.


Opacity

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

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

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

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

This text has shadow with #0F8498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F8498 on black background.


Color preview on white background

This text has color #0F8498 on white background.



Black color preview on #0F8498 background

This text has black color on #0F8498 background.


White color preview on #0F8498 background

This text has white color on #0F8498 background.