COLOR #0F09B5

HEX: #0F09B5
RGB: (15,9,181)

Color info

#0F09B5 contains mainly blue color. Web safe color of #0F09B5 is #0000CC (or #00C).

RGB color model

#0F09B5 color RGB value is (15,9,181).

  • red value is 15;
  • green value is 9;
  • blue value is 181.
RGB:
(15,9,181)
(6%,4%,71%)

RGB channels and saturation

R 15 of 255 = 6%
G 9 of 255 = 4%
B 181 of 255 = 71%

15
9
181

R + G + B ~ 27%. #0F09B5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 9 + 181 = 205 (100%)
R 15 of 205 ~ 7.32%
G 9 of 205 ~ 4.39%
B 181 of 205 ~ 88.29%

%88.29

CMYK color model

#0F09B5 color CMYK value is (92,95,0,29).

  • cyan value is 91.71%
  • magenta value is 95.03%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(92,95,0,29)
C92M95Y0K29 
(92%,95%,0%,29%)
(0.92/0.95/0.00/0.29)	

CMYK percentages

%91.71
%95.03
%0
%29.02

Codes

Color #0F09B5 in popluar color models

0F09B5
RGB159181
HSL242°90.53%37.25%
HSB/HSV242°95.03%70.98%
CMYK91.71%95.03%0.00%
29.02%

Color #0F09B5 in popluar number systems.

HEX0F09B5
Decimal159181
Binary1111100110110101
Octal1711265

Shades and tints

Shades of #0F09B5

#0F09B5
(15,9,181)
#0E09A5
(14,9,165)
#0D0995
(13,9,149)
#0C0985
(12,9,133)
#0B0975
(11,9,117)
#0A0965
(10,9,101)
#090955
(9,9,85)
#080945
(8,9,69)
#070935
(7,9,53)
#060925
(6,9,37)
#050915
(5,9,21)
#000000
(0,0,0)

Tints of #0F09B5

#0F09B5
(15,9,181)
#241FBB
(36,31,187)
#3935C1
(57,53,193)
#4E4BC7
(78,75,199)
#6361CD
(99,97,205)
#7877D3
(120,119,211)
#8D8DD9
(141,141,217)
#A2A3DF
(162,163,223)
#B7B9E5
(183,185,229)
#CCCFEB
(204,207,235)
#E1E5F1
(225,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F09B5 color. Also use rgb(15,9,181) instead hex code.

Text Font Color

.myTextColor { color: #0F09B5; }

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

This text font color is #0F09B5.


Background Color

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

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

This div background color is #0F09B5.


Border color

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

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

This div border color is #0F09B5.


Opacity

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

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

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

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

This text has shadow with #0F09B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F09B5 on black background.


Color preview on white background

This text has color #0F09B5 on white background.



Black color preview on #0F09B5 background

This text has black color on #0F09B5 background.


White color preview on #0F09B5 background

This text has white color on #0F09B5 background.