COLOR #0F5683

HEX: #0F5683
RGB: (15,86,131)

Color info

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

RGB color model

#0F5683 color RGB value is (15,86,131).

  • red value is 15;
  • green value is 86;
  • blue value is 131.
RGB:
(15,86,131)
(6%,34%,51%)

RGB channels and saturation

R 15 of 255 = 6%
G 86 of 255 = 34%
B 131 of 255 = 51%

15
86
131

R + G + B ~ 30%. #0F5683 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 86 + 131 = 232 (100%)
R 15 of 232 ~ 6.47%
G 86 of 232 ~ 37.07%
B 131 of 232 ~ 56.47%

%37.07
%56.47

CMYK color model

#0F5683 color CMYK value is (89,34,0,49).

  • cyan value is 88.55%
  • magenta value is 34.35%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(89,34,0,49)
C89M34Y0K49 
(89%,34%,0%,49%)
(0.89/0.34/0.00/0.49)	

CMYK percentages

%88.55
%34.35
%0
%48.63

Codes

Color #0F5683 in popluar color models

0F5683
RGB1586131
HSL203°79.45%28.63%
HSB/HSV203°88.55%51.37%
CMYK88.55%34.35%0.00%
48.63%

Color #0F5683 in popluar number systems.

HEX0F5683
Decimal1586131
Binary1111101011010000011
Octal17126203

Shades and tints

Shades of #0F5683

#0F5683
(15,86,131)
#0E4F78
(14,79,120)
#0D486D
(13,72,109)
#0C4162
(12,65,98)
#0B3A57
(11,58,87)
#0A334C
(10,51,76)
#092C41
(9,44,65)
#082536
(8,37,54)
#071E2B
(7,30,43)
#061720
(6,23,32)
#051015
(5,16,21)
#000000
(0,0,0)

Tints of #0F5683

#0F5683
(15,86,131)
#24658E
(36,101,142)
#397499
(57,116,153)
#4E83A4
(78,131,164)
#6392AF
(99,146,175)
#78A1BA
(120,161,186)
#8DB0C5
(141,176,197)
#A2BFD0
(162,191,208)
#B7CEDB
(183,206,219)
#CCDDE6
(204,221,230)
#E1ECF1
(225,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F5683; }

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

This text font color is #0F5683.


Background Color

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

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

This div background color is #0F5683.


Border color

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

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

This div border color is #0F5683.


Opacity

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

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

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

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

This text has shadow with #0F5683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5683 on black background.


Color preview on white background

This text has color #0F5683 on white background.



Black color preview on #0F5683 background

This text has black color on #0F5683 background.


White color preview on #0F5683 background

This text has white color on #0F5683 background.