COLOR #0F618F

HEX: #0F618F
RGB: (15,97,143)

Color info

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

RGB color model

#0F618F color RGB value is (15,97,143).

  • red value is 15;
  • green value is 97;
  • blue value is 143.
RGB:
(15,97,143)
(6%,38%,56%)

RGB channels and saturation

R 15 of 255 = 6%
G 97 of 255 = 38%
B 143 of 255 = 56%

15
97
143

R + G + B ~ 33%. #0F618F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 97 + 143 = 255 (100%)
R 15 of 255 ~ 5.88%
G 97 of 255 ~ 38.04%
B 143 of 255 ~ 56.08%

%38.04
%56.08

CMYK color model

#0F618F color CMYK value is (90,32,0,44).

  • cyan value is 89.51%
  • magenta value is 32.17%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(90,32,0,44)
C90M32Y0K44 
(90%,32%,0%,44%)
(0.90/0.32/0.00/0.44)	

CMYK percentages

%89.51
%32.17
%0
%43.92

Codes

Color #0F618F in popluar color models

0F618F
RGB1597143
HSL202°81.01%30.98%
HSB/HSV202°89.51%56.08%
CMYK89.51%32.17%0.00%
43.92%

Color #0F618F in popluar number systems.

HEX0F618F
Decimal1597143
Binary1111110000110001111
Octal17141217

Shades and tints

Shades of #0F618F

#0F618F
(15,97,143)
#0E5982
(14,89,130)
#0D5175
(13,81,117)
#0C4968
(12,73,104)
#0B415B
(11,65,91)
#0A394E
(10,57,78)
#093141
(9,49,65)
#082934
(8,41,52)
#072127
(7,33,39)
#06191A
(6,25,26)
#05110D
(5,17,13)
#000000
(0,0,0)

Tints of #0F618F

#0F618F
(15,97,143)
#246F99
(36,111,153)
#397DA3
(57,125,163)
#4E8BAD
(78,139,173)
#6399B7
(99,153,183)
#78A7C1
(120,167,193)
#8DB5CB
(141,181,203)
#A2C3D5
(162,195,213)
#B7D1DF
(183,209,223)
#CCDFE9
(204,223,233)
#E1EDF3
(225,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F618F color. Also use rgb(15,97,143) instead hex code.

Text Font Color

.myTextColor { color: #0F618F; }

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

This text font color is #0F618F.


Background Color

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

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

This div background color is #0F618F.


Border color

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

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

This div border color is #0F618F.


Opacity

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

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

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

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

This text has shadow with #0F618F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F618F on black background.


Color preview on white background

This text has color #0F618F on white background.



Black color preview on #0F618F background

This text has black color on #0F618F background.


White color preview on #0F618F background

This text has white color on #0F618F background.