COLOR #0F0D6D

HEX: #0F0D6D
RGB: (15,13,109)

Color info

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

RGB color model

#0F0D6D color RGB value is (15,13,109).

  • red value is 15;
  • green value is 13;
  • blue value is 109.
RGB:
(15,13,109)
(6%,5%,43%)

RGB channels and saturation

R 15 of 255 = 6%
G 13 of 255 = 5%
B 109 of 255 = 43%

15
13
109

R + G + B ~ 18%. #0F0D6D is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 13 + 109 = 137 (100%)
R 15 of 137 ~ 10.95%
G 13 of 137 ~ 9.49%
B 109 of 137 ~ 79.56%

%10.95
%79.56

CMYK color model

#0F0D6D color CMYK value is (86,88,0,57).

  • cyan value is 86.24%
  • magenta value is 88.07%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(86,88,0,57)
C86M88Y0K57 
(86%,88%,0%,57%)
(0.86/0.88/0.00/0.57)	

CMYK percentages

%86.24
%88.07
%0
%57.25

Codes

Color #0F0D6D in popluar color models

0F0D6D
RGB1513109
HSL241°78.69%23.92%
HSB/HSV241°88.07%42.75%
CMYK86.24%88.07%0.00%
57.25%

Color #0F0D6D in popluar number systems.

HEX0F0D6D
Decimal1513109
Binary111111011101101
Octal1715155

Shades and tints

Shades of #0F0D6D

#0F0D6D
(15,13,109)
#0E0C64
(14,12,100)
#0D0B5B
(13,11,91)
#0C0A52
(12,10,82)
#0B0949
(11,9,73)
#0A0840
(10,8,64)
#090737
(9,7,55)
#08062E
(8,6,46)
#070525
(7,5,37)
#06041C
(6,4,28)
#050313
(5,3,19)
#000000
(0,0,0)

Tints of #0F0D6D

#0F0D6D
(15,13,109)
#24237A
(36,35,122)
#393987
(57,57,135)
#4E4F94
(78,79,148)
#6365A1
(99,101,161)
#787BAE
(120,123,174)
#8D91BB
(141,145,187)
#A2A7C8
(162,167,200)
#B7BDD5
(183,189,213)
#CCD3E2
(204,211,226)
#E1E9EF
(225,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0D6D; }

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

This text font color is #0F0D6D.


Background Color

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

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

This div background color is #0F0D6D.


Border color

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

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

This div border color is #0F0D6D.


Opacity

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

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

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

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

This text has shadow with #0F0D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0D6D on black background.


Color preview on white background

This text has color #0F0D6D on white background.



Black color preview on #0F0D6D background

This text has black color on #0F0D6D background.


White color preview on #0F0D6D background

This text has white color on #0F0D6D background.