COLOR #0F131E

HEX: #0F131E
RGB: (15,19,30)

Color info

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

RGB color model

#0F131E color RGB value is (15,19,30).

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

RGB channels and saturation

R 15 of 255 = 6%
G 19 of 255 = 7%
B 30 of 255 = 12%

15
19
30

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

Portions of RGB colors in percentages

R + G + B =
15 + 19 + 30 = 64 (100%)
R 15 of 64 ~ 23.44%
G 19 of 64 ~ 29.69%
B 30 of 64 ~ 46.88%

%23.44
%29.69
%46.88

CMYK color model

#0F131E color CMYK value is (50,37,0,88).

  • cyan value is 50.00%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(50,37,0,88)
C50M37Y0K88 
(50%,37%,0%,88%)
(0.50/0.37/0.00/0.88)	

CMYK percentages

%50
%36.67
%0
%88.24

Codes

Color #0F131E in popluar color models

0F131E
RGB151930
HSL224°33.33%8.82%
HSB/HSV224°50.00%11.76%
CMYK50.00%36.67%0.00%
88.24%

Color #0F131E in popluar number systems.

HEX0F131E
Decimal151930
Binary11111001111110
Octal172336

Shades and tints

Shades of #0F131E

#0F131E
(15,19,30)
#0E121C
(14,18,28)
#0D111A
(13,17,26)
#0C1018
(12,16,24)
#0B0F16
(11,15,22)
#0A0E14
(10,14,20)
#090D12
(9,13,18)
#080C10
(8,12,16)
#070B0E
(7,11,14)
#060A0C
(6,10,12)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #0F131E

#0F131E
(15,19,30)
#242832
(36,40,50)
#393D46
(57,61,70)
#4E525A
(78,82,90)
#63676E
(99,103,110)
#787C82
(120,124,130)
#8D9196
(141,145,150)
#A2A6AA
(162,166,170)
#B7BBBE
(183,187,190)
#CCD0D2
(204,208,210)
#E1E5E6
(225,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F131E; }

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

This text font color is #0F131E.


Background Color

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

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

This div background color is #0F131E.


Border color

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

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

This div border color is #0F131E.


Opacity

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

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

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

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

This text has shadow with #0F131E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F131E on black background.


Color preview on white background

This text has color #0F131E on white background.



Black color preview on #0F131E background

This text has black color on #0F131E background.


White color preview on #0F131E background

This text has white color on #0F131E background.