COLOR #0F0B2C

HEX: #0F0B2C
RGB: (15,11,44)

Color info

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

RGB color model

#0F0B2C color RGB value is (15,11,44).

  • red value is 15;
  • green value is 11;
  • blue value is 44.
RGB:
(15,11,44)
(6%,4%,17%)

RGB channels and saturation

R 15 of 255 = 6%
G 11 of 255 = 4%
B 44 of 255 = 17%

15
11
44

R + G + B ~ 9%. #0F0B2C is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 11 + 44 = 70 (100%)
R 15 of 70 ~ 21.43%
G 11 of 70 ~ 15.71%
B 44 of 70 ~ 62.86%

%21.43
%15.71
%62.86

CMYK color model

#0F0B2C color CMYK value is (66,75,0,83).

  • cyan value is 65.91%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(66,75,0,83)
C66M75Y0K83 
(66%,75%,0%,83%)
(0.66/0.75/0.00/0.83)	

CMYK percentages

%65.91
%75
%0
%82.75

Codes

Color #0F0B2C in popluar color models

0F0B2C
RGB151144
HSL247°60.00%10.78%
HSB/HSV247°75.00%17.25%
CMYK65.91%75.00%0.00%
82.75%

Color #0F0B2C in popluar number systems.

HEX0F0B2C
Decimal151144
Binary11111011101100
Octal171354

Shades and tints

Shades of #0F0B2C

#0F0B2C
(15,11,44)
#0E0A28
(14,10,40)
#0D0924
(13,9,36)
#0C0820
(12,8,32)
#0B071C
(11,7,28)
#0A0618
(10,6,24)
#090514
(9,5,20)
#080410
(8,4,16)
#07030C
(7,3,12)
#060208
(6,2,8)
#050104
(5,1,4)
#000000
(0,0,0)

Tints of #0F0B2C

#0F0B2C
(15,11,44)
#24213F
(36,33,63)
#393752
(57,55,82)
#4E4D65
(78,77,101)
#636378
(99,99,120)
#78798B
(120,121,139)
#8D8F9E
(141,143,158)
#A2A5B1
(162,165,177)
#B7BBC4
(183,187,196)
#CCD1D7
(204,209,215)
#E1E7EA
(225,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0B2C; }

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

This text font color is #0F0B2C.


Background Color

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

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

This div background color is #0F0B2C.


Border color

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

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

This div border color is #0F0B2C.


Opacity

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

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

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

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

This text has shadow with #0F0B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0B2C on black background.


Color preview on white background

This text has color #0F0B2C on white background.



Black color preview on #0F0B2C background

This text has black color on #0F0B2C background.


White color preview on #0F0B2C background

This text has white color on #0F0B2C background.