COLOR #0F5679

HEX: #0F5679 RGB: (15,86,121)

Color info

#0F5679 contains mainly green and blue colors. Web safe color of #0F5679 is #006666 (or #066).

RGB color model

#0F5679 color RGB value is (15,86,121).

RGB: (15,86,121) (6%, 34%, 47%)

RGB channels and saturation

R 15 of 255 = 6%
G 86 of 255 = 34%
B 121 of 255 = 47%

15
86
121

R + G + B ~ 29%. #0F5679 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 86 + 121 = 222 (100%)
R 15 of 222 ~ 6.76%
G 86 of 222 ~ 38.74%
B 121 of 222 ~ 54.5'%

%38.74
%54.5

CMYK color model

#0F5679 color CMYK value is (88,29,0,53).

  • cyan value is 87.60%
  • magenta value is 28.93%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (88,29,0,53)
C88M29Y0K53 (88%, 29%, 0%, 53%)
(0.88 / 0.29 / 0.00 / 0.53)

CMYK percentages

%87.6
%28.93
%0
%52.55

Codes

Color #0F5679 in popluar color models

0F 56 79
RGB 15 86 121
HSL 200° 77.94% 26.67%
HSB/HSV 200° 87.60% 47.45%
CMYK 87.60% 28.93% 0.00%
52.55%

Color #0F5679 in popluar number systems.

HEX 0F 56 79
Decimal 15 86 121
Binary 1111 1010110 1111001
Octal 17 126 171

Shades and tints

Shades of #0F5679

#0F5679
(15,86,121)
#0E4F6E
(14,79,110)
#0D4863
(13,72,99)
#0C4158
(12,65,88)
#0B3A4D
(11,58,77)
#0A3342
(10,51,66)
#092C37
(9,44,55)
#08252C
(8,37,44)
#071E21
(7,30,33)
#061716
(6,23,22)
#05100B
(5,16,11)
#000000
(0,0,0)

Tints of #0F5679

#0F5679
(15,86,121)
#246585
(36,101,133)
#397491
(57,116,145)
#4E839D
(78,131,157)
#6392A9
(99,146,169)
#78A1B5
(120,161,181)
#8DB0C1
(141,176,193)
#A2BFCD
(162,191,205)
#B7CED9
(183,206,217)
#CCDDE5
(204,221,229)
#E1ECF1
(225,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5679 color. Also use rgb(15,86,121) instead hex code.

Text Font Color

.myTextColor { color: #0F5679; }

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

This text font color is #0F5679.

Background Color

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

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

This div background color is #0F5679.

Border color

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

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

This div border color is #0F5679.

Opacity

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

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

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

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

This text has shadow with #0F5679 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F5679.

Preview

Color preview on black background

This text has color #0F5679 on black background.


Color preview on white background

This text has color #0F5679 on white background.


Black color preview on #0F5679 background

This text has black color on #0F5679 background.


White color preview on #0F5679 background

This text has white color on #0F5679 background.


Related colors

Complementary color

Complementary color for #hex is #F0A986.


I love getcolorcode.com

Triadic colors

1 #790F56 and #56790F with #0F5679 are triadic colors.

2 #79560F and #560F79 with #0F5679 are triadic colors.