COLOR #0F0FAB

HEX: #0F0FAB
RGB: (15,15,171)

Color info

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

RGB color model

#0F0FAB color RGB value is (15,15,171).

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

RGB channels and saturation

R 15 of 255 = 6%
G 15 of 255 = 6%
B 171 of 255 = 67%

15
15
171

R + G + B ~ 26%. #0F0FAB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 15 + 171 = 201 (100%)
R 15 of 201 ~ 7.46%
G 15 of 201 ~ 7.46%
B 171 of 201 ~ 85.07%

%85.07

CMYK color model

#0F0FAB color CMYK value is (91,91,0,33).

  • cyan value is 91.23%
  • magenta value is 91.23%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(91,91,0,33)
C91M91Y0K33 
(91%,91%,0%,33%)
(0.91/0.91/0.00/0.33)	

CMYK percentages

%91.23
%91.23
%0
%32.94

Codes

Color #0F0FAB in popluar color models

0F0FAB
RGB1515171
HSL240°83.87%36.47%
HSB/HSV240°91.23%67.06%
CMYK91.23%91.23%0.00%
32.94%

Color #0F0FAB in popluar number systems.

HEX0F0FAB
Decimal1515171
Binary1111111110101011
Octal1717253

Shades and tints

Shades of #0F0FAB

#0F0FAB
(15,15,171)
#0E0E9C
(14,14,156)
#0D0D8D
(13,13,141)
#0C0C7E
(12,12,126)
#0B0B6F
(11,11,111)
#0A0A60
(10,10,96)
#090951
(9,9,81)
#080842
(8,8,66)
#070733
(7,7,51)
#060624
(6,6,36)
#050515
(5,5,21)
#000000
(0,0,0)

Tints of #0F0FAB

#0F0FAB
(15,15,171)
#2424B2
(36,36,178)
#3939B9
(57,57,185)
#4E4EC0
(78,78,192)
#6363C7
(99,99,199)
#7878CE
(120,120,206)
#8D8DD5
(141,141,213)
#A2A2DC
(162,162,220)
#B7B7E3
(183,183,227)
#CCCCEA
(204,204,234)
#E1E1F1
(225,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0FAB; }

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

This text font color is #0F0FAB.


Background Color

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

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

This div background color is #0F0FAB.


Border color

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

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

This div border color is #0F0FAB.


Opacity

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

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

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

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

This text has shadow with #0F0FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0FAB on black background.


Color preview on white background

This text has color #0F0FAB on white background.



Black color preview on #0F0FAB background

This text has black color on #0F0FAB background.


White color preview on #0F0FAB background

This text has white color on #0F0FAB background.