COLOR #0F56BA

HEX: #0F56BA
RGB: (15,86,186)

Color info

#0F56BA contains mainly blue color. Web safe color of #0F56BA is #0066CC (or #06C).

RGB color model

#0F56BA color RGB value is (15,86,186).

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

RGB channels and saturation

R 15 of 255 = 6%
G 86 of 255 = 34%
B 186 of 255 = 73%

15
86
186

R + G + B ~ 38%. #0F56BA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 86 + 186 = 287 (100%)
R 15 of 287 ~ 5.23%
G 86 of 287 ~ 29.97%
B 186 of 287 ~ 64.81%

%29.97
%64.81

CMYK color model

#0F56BA color CMYK value is (92,54,0,27).

  • cyan value is 91.94%
  • magenta value is 53.76%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(92,54,0,27)
C92M54Y0K27 
(92%,54%,0%,27%)
(0.92/0.54/0.00/0.27)	

CMYK percentages

%91.94
%53.76
%0
%27.06

Codes

Color #0F56BA in popluar color models

0F56BA
RGB1586186
HSL215°85.07%39.41%
HSB/HSV215°91.94%72.94%
CMYK91.94%53.76%0.00%
27.06%

Color #0F56BA in popluar number systems.

HEX0F56BA
Decimal1586186
Binary1111101011010111010
Octal17126272

Shades and tints

Shades of #0F56BA

#0F56BA
(15,86,186)
#0E4FAA
(14,79,170)
#0D489A
(13,72,154)
#0C418A
(12,65,138)
#0B3A7A
(11,58,122)
#0A336A
(10,51,106)
#092C5A
(9,44,90)
#08254A
(8,37,74)
#071E3A
(7,30,58)
#06172A
(6,23,42)
#05101A
(5,16,26)
#000000
(0,0,0)

Tints of #0F56BA

#0F56BA
(15,86,186)
#2465C0
(36,101,192)
#3974C6
(57,116,198)
#4E83CC
(78,131,204)
#6392D2
(99,146,210)
#78A1D8
(120,161,216)
#8DB0DE
(141,176,222)
#A2BFE4
(162,191,228)
#B7CEEA
(183,206,234)
#CCDDF0
(204,221,240)
#E1ECF6
(225,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F56BA; }

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

This text font color is #0F56BA.


Background Color

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

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

This div background color is #0F56BA.


Border color

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

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

This div border color is #0F56BA.


Opacity

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

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

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

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

This text has shadow with #0F56BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F56BA on black background.


Color preview on white background

This text has color #0F56BA on white background.



Black color preview on #0F56BA background

This text has black color on #0F56BA background.


White color preview on #0F56BA background

This text has white color on #0F56BA background.