COLOR #0F132F

HEX: #0F132F
RGB: (15,19,47)

Color info

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

RGB color model

#0F132F color RGB value is (15,19,47).

  • red value is 15;
  • green value is 19;
  • blue value is 47.
RGB:
(15,19,47)
(6%,7%,18%)

RGB channels and saturation

R 15 of 255 = 6%
G 19 of 255 = 7%
B 47 of 255 = 18%

15
19
47

R + G + B ~ 10%. #0F132F is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 19 + 47 = 81 (100%)
R 15 of 81 ~ 18.52%
G 19 of 81 ~ 23.46%
B 47 of 81 ~ 58.02%

%18.52
%23.46
%58.02

CMYK color model

#0F132F color CMYK value is (68,60,0,82).

  • cyan value is 68.09%
  • magenta value is 59.57%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(68,60,0,82)
C68M60Y0K82 
(68%,60%,0%,82%)
(0.68/0.60/0.00/0.82)	

CMYK percentages

%68.09
%59.57
%0
%81.57

Codes

Color #0F132F in popluar color models

0F132F
RGB151947
HSL233°51.61%12.16%
HSB/HSV233°68.09%18.43%
CMYK68.09%59.57%0.00%
81.57%

Color #0F132F in popluar number systems.

HEX0F132F
Decimal151947
Binary111110011101111
Octal172357

Shades and tints

Shades of #0F132F

#0F132F
(15,19,47)
#0E122B
(14,18,43)
#0D1127
(13,17,39)
#0C1023
(12,16,35)
#0B0F1F
(11,15,31)
#0A0E1B
(10,14,27)
#090D17
(9,13,23)
#080C13
(8,12,19)
#070B0F
(7,11,15)
#060A0B
(6,10,11)
#050907
(5,9,7)
#000000
(0,0,0)

Tints of #0F132F

#0F132F
(15,19,47)
#242841
(36,40,65)
#393D53
(57,61,83)
#4E5265
(78,82,101)
#636777
(99,103,119)
#787C89
(120,124,137)
#8D919B
(141,145,155)
#A2A6AD
(162,166,173)
#B7BBBF
(183,187,191)
#CCD0D1
(204,208,209)
#E1E5E3
(225,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F132F; }

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

This text font color is #0F132F.


Background Color

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

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

This div background color is #0F132F.


Border color

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

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

This div border color is #0F132F.


Opacity

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

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

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

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

This text has shadow with #0F132F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F132F on black background.


Color preview on white background

This text has color #0F132F on white background.



Black color preview on #0F132F background

This text has black color on #0F132F background.


White color preview on #0F132F background

This text has white color on #0F132F background.