COLOR #0F6888

HEX: #0F6888
RGB: (15,104,136)

Color info

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

RGB color model

#0F6888 color RGB value is (15,104,136).

  • red value is 15;
  • green value is 104;
  • blue value is 136.
RGB:
(15,104,136)
(6%,41%,53%)

RGB channels and saturation

R 15 of 255 = 6%
G 104 of 255 = 41%
B 136 of 255 = 53%

15
104
136

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

Portions of RGB colors in percentages

R + G + B =
15 + 104 + 136 = 255 (100%)
R 15 of 255 ~ 5.88%
G 104 of 255 ~ 40.78%
B 136 of 255 ~ 53.33%

%40.78
%53.33

CMYK color model

#0F6888 color CMYK value is (89,24,0,47).

  • cyan value is 88.97%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(89,24,0,47)
C89M24Y0K47 
(89%,24%,0%,47%)
(0.89/0.24/0.00/0.47)	

CMYK percentages

%88.97
%23.53
%0
%46.67

Codes

Color #0F6888 in popluar color models

0F6888
RGB15104136
HSL196°80.13%29.61%
HSB/HSV196°88.97%53.33%
CMYK88.97%23.53%0.00%
46.67%

Color #0F6888 in popluar number systems.

HEX0F6888
Decimal15104136
Binary1111110100010001000
Octal17150210

Shades and tints

Shades of #0F6888

#0F6888
(15,104,136)
#0E5F7C
(14,95,124)
#0D5670
(13,86,112)
#0C4D64
(12,77,100)
#0B4458
(11,68,88)
#0A3B4C
(10,59,76)
#093240
(9,50,64)
#082934
(8,41,52)
#072028
(7,32,40)
#06171C
(6,23,28)
#050E10
(5,14,16)
#000000
(0,0,0)

Tints of #0F6888

#0F6888
(15,104,136)
#247592
(36,117,146)
#39829C
(57,130,156)
#4E8FA6
(78,143,166)
#639CB0
(99,156,176)
#78A9BA
(120,169,186)
#8DB6C4
(141,182,196)
#A2C3CE
(162,195,206)
#B7D0D8
(183,208,216)
#CCDDE2
(204,221,226)
#E1EAEC
(225,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6888 color. Also use rgb(15,104,136) instead hex code.

Text Font Color

.myTextColor { color: #0F6888; }

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

This text font color is #0F6888.


Background Color

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

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

This div background color is #0F6888.


Border color

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

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

This div border color is #0F6888.


Opacity

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

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

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

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

This text has shadow with #0F6888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F6888 on black background.


Color preview on white background

This text has color #0F6888 on white background.



Black color preview on #0F6888 background

This text has black color on #0F6888 background.


White color preview on #0F6888 background

This text has white color on #0F6888 background.