COLOR #0F1347

HEX: #0F1347
RGB: (15,19,71)

Color info

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

RGB color model

#0F1347 color RGB value is (15,19,71).

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

RGB channels and saturation

R 15 of 255 = 6%
G 19 of 255 = 7%
B 71 of 255 = 28%

15
19
71

R + G + B ~ 14%. #0F1347 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 19 + 71 = 105 (100%)
R 15 of 105 ~ 14.29%
G 19 of 105 ~ 18.1%
B 71 of 105 ~ 67.62%

%14.29
%18.1
%67.62

CMYK color model

#0F1347 color CMYK value is (79,73,0,72).

  • cyan value is 78.87%
  • magenta value is 73.24%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(79,73,0,72)
C79M73Y0K72 
(79%,73%,0%,72%)
(0.79/0.73/0.00/0.72)	

CMYK percentages

%78.87
%73.24
%0
%72.16

Codes

Color #0F1347 in popluar color models

0F1347
RGB151971
HSL236°65.12%16.86%
HSB/HSV236°78.87%27.84%
CMYK78.87%73.24%0.00%
72.16%

Color #0F1347 in popluar number systems.

HEX0F1347
Decimal151971
Binary1111100111000111
Octal1723107

Shades and tints

Shades of #0F1347

#0F1347
(15,19,71)
#0E1241
(14,18,65)
#0D113B
(13,17,59)
#0C1035
(12,16,53)
#0B0F2F
(11,15,47)
#0A0E29
(10,14,41)
#090D23
(9,13,35)
#080C1D
(8,12,29)
#070B17
(7,11,23)
#060A11
(6,10,17)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #0F1347

#0F1347
(15,19,71)
#242857
(36,40,87)
#393D67
(57,61,103)
#4E5277
(78,82,119)
#636787
(99,103,135)
#787C97
(120,124,151)
#8D91A7
(141,145,167)
#A2A6B7
(162,166,183)
#B7BBC7
(183,187,199)
#CCD0D7
(204,208,215)
#E1E5E7
(225,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1347; }

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

This text font color is #0F1347.


Background Color

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

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

This div background color is #0F1347.


Border color

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

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

This div border color is #0F1347.


Opacity

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

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

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

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

This text has shadow with #0F1347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1347 on black background.


Color preview on white background

This text has color #0F1347 on white background.



Black color preview on #0F1347 background

This text has black color on #0F1347 background.


White color preview on #0F1347 background

This text has white color on #0F1347 background.