COLOR #0F0F9A

HEX: #0F0F9A
RGB: (15,15,154)

Color info

#0F0F9A contains mainly blue color. Web safe color of #0F0F9A is #000099 (or #009).

RGB color model

#0F0F9A color RGB value is (15,15,154).

  • red value is 15;
  • green value is 15;
  • blue value is 154.
RGB:
(15,15,154)
(6%,6%,60%)

RGB channels and saturation

R 15 of 255 = 6%
G 15 of 255 = 6%
B 154 of 255 = 60%

15
15
154

R + G + B ~ 24%. #0F0F9A is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 15 + 154 = 184 (100%)
R 15 of 184 ~ 8.15%
G 15 of 184 ~ 8.15%
B 154 of 184 ~ 83.7%

%83.7

CMYK color model

#0F0F9A color CMYK value is (90,90,0,40).

  • cyan value is 90.26%
  • magenta value is 90.26%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(90,90,0,40)
C90M90Y0K40 
(90%,90%,0%,40%)
(0.90/0.90/0.00/0.40)	

CMYK percentages

%90.26
%90.26
%0
%39.61

Codes

Color #0F0F9A in popluar color models

0F0F9A
RGB1515154
HSL240°82.25%33.14%
HSB/HSV240°90.26%60.39%
CMYK90.26%90.26%0.00%
39.61%

Color #0F0F9A in popluar number systems.

HEX0F0F9A
Decimal1515154
Binary1111111110011010
Octal1717232

Shades and tints

Shades of #0F0F9A

#0F0F9A
(15,15,154)
#0E0E8C
(14,14,140)
#0D0D7E
(13,13,126)
#0C0C70
(12,12,112)
#0B0B62
(11,11,98)
#0A0A54
(10,10,84)
#090946
(9,9,70)
#080838
(8,8,56)
#07072A
(7,7,42)
#06061C
(6,6,28)
#05050E
(5,5,14)
#000000
(0,0,0)

Tints of #0F0F9A

#0F0F9A
(15,15,154)
#2424A3
(36,36,163)
#3939AC
(57,57,172)
#4E4EB5
(78,78,181)
#6363BE
(99,99,190)
#7878C7
(120,120,199)
#8D8DD0
(141,141,208)
#A2A2D9
(162,162,217)
#B7B7E2
(183,183,226)
#CCCCEB
(204,204,235)
#E1E1F4
(225,225,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0F9A; }

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

This text font color is #0F0F9A.


Background Color

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

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

This div background color is #0F0F9A.


Border color

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

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

This div border color is #0F0F9A.


Opacity

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

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

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

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

This text has shadow with #0F0F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0F9A on black background.


Color preview on white background

This text has color #0F0F9A on white background.



Black color preview on #0F0F9A background

This text has black color on #0F0F9A background.


White color preview on #0F0F9A background

This text has white color on #0F0F9A background.