COLOR #0F131A

HEX: #0F131A
RGB: (15,19,26)

Color info

#0F131A contains red, green and blue colors in about the same proportion. Web safe color of #0F131A is #000000 (or #000).

RGB color model

#0F131A color RGB value is (15,19,26).

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

RGB channels and saturation

R 15 of 255 = 6%
G 19 of 255 = 7%
B 26 of 255 = 10%

15
19
26

R + G + B ~ 8%. #0F131A is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 19 + 26 = 60 (100%)
R 15 of 60 ~ 25%
G 19 of 60 ~ 31.67%
B 26 of 60 ~ 43.33%

%25
%31.67
%43.33

CMYK color model

#0F131A color CMYK value is (42,27,0,90).

  • cyan value is 42.31%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(42,27,0,90)
C42M27Y0K90 
(42%,27%,0%,90%)
(0.42/0.27/0.00/0.90)	

CMYK percentages

%42.31
%26.92
%0
%89.8

Codes

Color #0F131A in popluar color models

0F131A
RGB151926
HSL218°26.83%8.04%
HSB/HSV218°42.31%10.20%
CMYK42.31%26.92%0.00%
89.80%

Color #0F131A in popluar number systems.

HEX0F131A
Decimal151926
Binary11111001111010
Octal172332

Shades and tints

Shades of #0F131A

#0F131A
(15,19,26)
#0E1218
(14,18,24)
#0D1116
(13,17,22)
#0C1014
(12,16,20)
#0B0F12
(11,15,18)
#0A0E10
(10,14,16)
#090D0E
(9,13,14)
#080C0C
(8,12,12)
#070B0A
(7,11,10)
#060A08
(6,10,8)
#050906
(5,9,6)
#000000
(0,0,0)

Tints of #0F131A

#0F131A
(15,19,26)
#24282E
(36,40,46)
#393D42
(57,61,66)
#4E5256
(78,82,86)
#63676A
(99,103,106)
#787C7E
(120,124,126)
#8D9192
(141,145,146)
#A2A6A6
(162,166,166)
#B7BBBA
(183,187,186)
#CCD0CE
(204,208,206)
#E1E5E2
(225,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F131A; }

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

This text font color is #0F131A.


Background Color

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

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

This div background color is #0F131A.


Border color

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

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

This div border color is #0F131A.


Opacity

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

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

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

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

This text has shadow with #0F131A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F131A on black background.


Color preview on white background

This text has color #0F131A on white background.



Black color preview on #0F131A background

This text has black color on #0F131A background.


White color preview on #0F131A background

This text has white color on #0F131A background.