COLOR #0F0F39

HEX: #0F0F39
RGB: (15,15,57)

Color info

#0F0F39 contains red, green and blue colors in about the same proportion. Web safe color of #0F0F39 is #000033 (or #003).

RGB color model

#0F0F39 color RGB value is (15,15,57).

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

RGB channels and saturation

R 15 of 255 = 6%
G 15 of 255 = 6%
B 57 of 255 = 22%

15
15
57

R + G + B ~ 11%. #0F0F39 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 15 + 57 = 87 (100%)
R 15 of 87 ~ 17.24%
G 15 of 87 ~ 17.24%
B 57 of 87 ~ 65.52%

%17.24
%17.24
%65.52

CMYK color model

#0F0F39 color CMYK value is (74,74,0,78).

  • cyan value is 73.68%
  • magenta value is 73.68%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(74,74,0,78)
C74M74Y0K78 
(74%,74%,0%,78%)
(0.74/0.74/0.00/0.78)	

CMYK percentages

%73.68
%73.68
%0
%77.65

Codes

Color #0F0F39 in popluar color models

0F0F39
RGB151557
HSL240°58.33%14.12%
HSB/HSV240°73.68%22.35%
CMYK73.68%73.68%0.00%
77.65%

Color #0F0F39 in popluar number systems.

HEX0F0F39
Decimal151557
Binary11111111111001
Octal171771

Shades and tints

Shades of #0F0F39

#0F0F39
(15,15,57)
#0E0E34
(14,14,52)
#0D0D2F
(13,13,47)
#0C0C2A
(12,12,42)
#0B0B25
(11,11,37)
#0A0A20
(10,10,32)
#09091B
(9,9,27)
#080816
(8,8,22)
#070711
(7,7,17)
#06060C
(6,6,12)
#050507
(5,5,7)
#000000
(0,0,0)

Tints of #0F0F39

#0F0F39
(15,15,57)
#24244B
(36,36,75)
#39395D
(57,57,93)
#4E4E6F
(78,78,111)
#636381
(99,99,129)
#787893
(120,120,147)
#8D8DA5
(141,141,165)
#A2A2B7
(162,162,183)
#B7B7C9
(183,183,201)
#CCCCDB
(204,204,219)
#E1E1ED
(225,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0F39; }

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

This text font color is #0F0F39.


Background Color

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

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

This div background color is #0F0F39.


Border color

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

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

This div border color is #0F0F39.


Opacity

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

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

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

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

This text has shadow with #0F0F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0F39 on black background.


Color preview on white background

This text has color #0F0F39 on white background.



Black color preview on #0F0F39 background

This text has black color on #0F0F39 background.


White color preview on #0F0F39 background

This text has white color on #0F0F39 background.