COLOR #0F519B

HEX: #0F519B
RGB: (15,81,155)

Color info

#0F519B contains mainly blue color. Web safe color of #0F519B is #006699 (or #069).

RGB color model

#0F519B color RGB value is (15,81,155).

  • red value is 15;
  • green value is 81;
  • blue value is 155.
RGB:
(15,81,155)
(6%,32%,61%)

RGB channels and saturation

R 15 of 255 = 6%
G 81 of 255 = 32%
B 155 of 255 = 61%

15
81
155

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

Portions of RGB colors in percentages

R + G + B =
15 + 81 + 155 = 251 (100%)
R 15 of 251 ~ 5.98%
G 81 of 251 ~ 32.27%
B 155 of 251 ~ 61.75%

%32.27
%61.75

CMYK color model

#0F519B color CMYK value is (90,48,0,39).

  • cyan value is 90.32%
  • magenta value is 47.74%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(90,48,0,39)
C90M48Y0K39 
(90%,48%,0%,39%)
(0.90/0.48/0.00/0.39)	

CMYK percentages

%90.32
%47.74
%0
%39.22

Codes

Color #0F519B in popluar color models

0F519B
RGB1581155
HSL212°82.35%33.33%
HSB/HSV212°90.32%60.78%
CMYK90.32%47.74%0.00%
39.22%

Color #0F519B in popluar number systems.

HEX0F519B
Decimal1581155
Binary1111101000110011011
Octal17121233

Shades and tints

Shades of #0F519B

#0F519B
(15,81,155)
#0E4A8D
(14,74,141)
#0D437F
(13,67,127)
#0C3C71
(12,60,113)
#0B3563
(11,53,99)
#0A2E55
(10,46,85)
#092747
(9,39,71)
#082039
(8,32,57)
#07192B
(7,25,43)
#06121D
(6,18,29)
#050B0F
(5,11,15)
#000000
(0,0,0)

Tints of #0F519B

#0F519B
(15,81,155)
#2460A4
(36,96,164)
#396FAD
(57,111,173)
#4E7EB6
(78,126,182)
#638DBF
(99,141,191)
#789CC8
(120,156,200)
#8DABD1
(141,171,209)
#A2BADA
(162,186,218)
#B7C9E3
(183,201,227)
#CCD8EC
(204,216,236)
#E1E7F5
(225,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F519B color. Also use rgb(15,81,155) instead hex code.

Text Font Color

.myTextColor { color: #0F519B; }

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

This text font color is #0F519B.


Background Color

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

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

This div background color is #0F519B.


Border color

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

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

This div border color is #0F519B.


Opacity

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

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

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

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

This text has shadow with #0F519B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F519B on black background.


Color preview on white background

This text has color #0F519B on white background.



Black color preview on #0F519B background

This text has black color on #0F519B background.


White color preview on #0F519B background

This text has white color on #0F519B background.