COLOR #0F5F8B

HEX: #0F5F8B
RGB: (15,95,139)

Color info

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

RGB color model

#0F5F8B color RGB value is (15,95,139).

  • red value is 15;
  • green value is 95;
  • blue value is 139.
RGB:
(15,95,139)
(6%,37%,55%)

RGB channels and saturation

R 15 of 255 = 6%
G 95 of 255 = 37%
B 139 of 255 = 55%

15
95
139

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

Portions of RGB colors in percentages

R + G + B =
15 + 95 + 139 = 249 (100%)
R 15 of 249 ~ 6.02%
G 95 of 249 ~ 38.15%
B 139 of 249 ~ 55.82%

%38.15
%55.82

CMYK color model

#0F5F8B color CMYK value is (89,32,0,45).

  • cyan value is 89.21%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(89,32,0,45)
C89M32Y0K45 
(89%,32%,0%,45%)
(0.89/0.32/0.00/0.45)	

CMYK percentages

%89.21
%31.65
%0
%45.49

Codes

Color #0F5F8B in popluar color models

0F5F8B
RGB1595139
HSL201°80.52%30.20%
HSB/HSV201°89.21%54.51%
CMYK89.21%31.65%0.00%
45.49%

Color #0F5F8B in popluar number systems.

HEX0F5F8B
Decimal1595139
Binary1111101111110001011
Octal17137213

Shades and tints

Shades of #0F5F8B

#0F5F8B
(15,95,139)
#0E577F
(14,87,127)
#0D4F73
(13,79,115)
#0C4767
(12,71,103)
#0B3F5B
(11,63,91)
#0A374F
(10,55,79)
#092F43
(9,47,67)
#082737
(8,39,55)
#071F2B
(7,31,43)
#06171F
(6,23,31)
#050F13
(5,15,19)
#000000
(0,0,0)

Tints of #0F5F8B

#0F5F8B
(15,95,139)
#246D95
(36,109,149)
#397B9F
(57,123,159)
#4E89A9
(78,137,169)
#6397B3
(99,151,179)
#78A5BD
(120,165,189)
#8DB3C7
(141,179,199)
#A2C1D1
(162,193,209)
#B7CFDB
(183,207,219)
#CCDDE5
(204,221,229)
#E1EBEF
(225,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5F8B color. Also use rgb(15,95,139) instead hex code.

Text Font Color

.myTextColor { color: #0F5F8B; }

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

This text font color is #0F5F8B.


Background Color

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

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

This div background color is #0F5F8B.


Border color

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

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

This div border color is #0F5F8B.


Opacity

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

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

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

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

This text has shadow with #0F5F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5F8B on black background.


Color preview on white background

This text has color #0F5F8B on white background.



Black color preview on #0F5F8B background

This text has black color on #0F5F8B background.


White color preview on #0F5F8B background

This text has white color on #0F5F8B background.