COLOR #0F1931

HEX: #0F1931
RGB: (15,25,49)

Color info

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

RGB color model

#0F1931 color RGB value is (15,25,49).

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

RGB channels and saturation

R 15 of 255 = 6%
G 25 of 255 = 10%
B 49 of 255 = 19%

15
25
49

R + G + B ~ 12%. #0F1931 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 25 + 49 = 89 (100%)
R 15 of 89 ~ 16.85%
G 25 of 89 ~ 28.09%
B 49 of 89 ~ 55.06%

%16.85
%28.09
%55.06

CMYK color model

#0F1931 color CMYK value is (69,49,0,81).

  • cyan value is 69.39%
  • magenta value is 48.98%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(69,49,0,81)
C69M49Y0K81 
(69%,49%,0%,81%)
(0.69/0.49/0.00/0.81)	

CMYK percentages

%69.39
%48.98
%0
%80.78

Codes

Color #0F1931 in popluar color models

0F1931
RGB152549
HSL222°53.13%12.55%
HSB/HSV222°69.39%19.22%
CMYK69.39%48.98%0.00%
80.78%

Color #0F1931 in popluar number systems.

HEX0F1931
Decimal152549
Binary111111001110001
Octal173161

Shades and tints

Shades of #0F1931

#0F1931
(15,25,49)
#0E172D
(14,23,45)
#0D1529
(13,21,41)
#0C1325
(12,19,37)
#0B1121
(11,17,33)
#0A0F1D
(10,15,29)
#090D19
(9,13,25)
#080B15
(8,11,21)
#070911
(7,9,17)
#06070D
(6,7,13)
#050509
(5,5,9)
#000000
(0,0,0)

Tints of #0F1931

#0F1931
(15,25,49)
#242D43
(36,45,67)
#394155
(57,65,85)
#4E5567
(78,85,103)
#636979
(99,105,121)
#787D8B
(120,125,139)
#8D919D
(141,145,157)
#A2A5AF
(162,165,175)
#B7B9C1
(183,185,193)
#CCCDD3
(204,205,211)
#E1E1E5
(225,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1931; }

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

This text font color is #0F1931.


Background Color

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

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

This div background color is #0F1931.


Border color

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

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

This div border color is #0F1931.


Opacity

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

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

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

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

This text has shadow with #0F1931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1931 on black background.


Color preview on white background

This text has color #0F1931 on white background.



Black color preview on #0F1931 background

This text has black color on #0F1931 background.


White color preview on #0F1931 background

This text has white color on #0F1931 background.