COLOR #0F0961

HEX: #0F0961
RGB: (15,9,97)

Color info

#0F0961 contains mainly blue color. Web safe color of #0F0961 is #000066 (or #006).

RGB color model

#0F0961 color RGB value is (15,9,97).

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

RGB channels and saturation

R 15 of 255 = 6%
G 9 of 255 = 4%
B 97 of 255 = 38%

15
9
97

R + G + B ~ 16%. #0F0961 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 9 + 97 = 121 (100%)
R 15 of 121 ~ 12.4%
G 9 of 121 ~ 7.44%
B 97 of 121 ~ 80.17%

%12.4
%80.17

CMYK color model

#0F0961 color CMYK value is (85,91,0,62).

  • cyan value is 84.54%
  • magenta value is 90.72%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(85,91,0,62)
C85M91Y0K62 
(85%,91%,0%,62%)
(0.85/0.91/0.00/0.62)	

CMYK percentages

%84.54
%90.72
%0
%61.96

Codes

Color #0F0961 in popluar color models

0F0961
RGB15997
HSL244°83.02%20.78%
HSB/HSV244°90.72%38.04%
CMYK84.54%90.72%0.00%
61.96%

Color #0F0961 in popluar number systems.

HEX0F0961
Decimal15997
Binary111110011100001
Octal1711141

Shades and tints

Shades of #0F0961

#0F0961
(15,9,97)
#0E0959
(14,9,89)
#0D0951
(13,9,81)
#0C0949
(12,9,73)
#0B0941
(11,9,65)
#0A0939
(10,9,57)
#090931
(9,9,49)
#080929
(8,9,41)
#070921
(7,9,33)
#060919
(6,9,25)
#050911
(5,9,17)
#000000
(0,0,0)

Tints of #0F0961

#0F0961
(15,9,97)
#241F6F
(36,31,111)
#39357D
(57,53,125)
#4E4B8B
(78,75,139)
#636199
(99,97,153)
#7877A7
(120,119,167)
#8D8DB5
(141,141,181)
#A2A3C3
(162,163,195)
#B7B9D1
(183,185,209)
#CCCFDF
(204,207,223)
#E1E5ED
(225,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0961; }

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

This text font color is #0F0961.


Background Color

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

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

This div background color is #0F0961.


Border color

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

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

This div border color is #0F0961.


Opacity

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

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

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

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

This text has shadow with #0F0961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0961 on black background.


Color preview on white background

This text has color #0F0961 on white background.



Black color preview on #0F0961 background

This text has black color on #0F0961 background.


White color preview on #0F0961 background

This text has white color on #0F0961 background.