COLOR #0F1147

HEX: #0F1147 RGB: (15,17,71)

Color info

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

RGB color model

#0F1147 color RGB value is (15,17,71).

RGB: (15,17,71) (6%, 7%, 28%)

RGB channels and saturation

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

15
17
71

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

Portions of RGB colors in percentages

R + G + B = 15 + 17 + 71 = 103 (100%)
R 15 of 103 ~ 14.56%
G 17 of 103 ~ 16.5%
B 71 of 103 ~ 68.93'%

%14.56
%16.5
%68.93

CMYK color model

#0F1147 color CMYK value is (79,76,0,72).

  • cyan value is 78.87%
  • magenta value is 76.06%
  • yellow value is 0.00%
  • key color value is 72.16%

CMYK: (79,76,0,72)
C79M76Y0K72 (79%, 76%, 0%, 72%)
(0.79 / 0.76 / 0.00 / 0.72)

CMYK percentages

%78.87
%76.06
%0
%72.16

Codes

Color #0F1147 in popluar color models

0F 11 47
RGB 15 17 71
HSL 238° 65.12% 16.86%
HSB/HSV 238° 78.87% 27.84%
CMYK 78.87% 76.06% 0.00%
72.16%

Color #0F1147 in popluar number systems.

HEX 0F 11 47
Decimal 15 17 71
Binary 1111 10001 1000111
Octal 17 21 107

Shades and tints

Shades of #0F1147

#0F1147
(15,17,71)
#0E1041
(14,16,65)
#0D0F3B
(13,15,59)
#0C0E35
(12,14,53)
#0B0D2F
(11,13,47)
#0A0C29
(10,12,41)
#090B23
(9,11,35)
#080A1D
(8,10,29)
#070917
(7,9,23)
#060811
(6,8,17)
#05070B
(5,7,11)
#000000
(0,0,0)

Tints of #0F1147

#0F1147
(15,17,71)
#242657
(36,38,87)
#393B67
(57,59,103)
#4E5077
(78,80,119)
#636587
(99,101,135)
#787A97
(120,122,151)
#8D8FA7
(141,143,167)
#A2A4B7
(162,164,183)
#B7B9C7
(183,185,199)
#CCCED7
(204,206,215)
#E1E3E7
(225,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1147; }

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

This text font color is #0F1147.

Background Color

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

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

This div background color is #0F1147.

Border color

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

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

This div border color is #0F1147.

Opacity

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

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

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

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

This text has shadow with #0F1147 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1147.

Preview

Color preview on black background

This text has color #0F1147 on black background.


Color preview on white background

This text has color #0F1147 on white background.


Black color preview on #0F1147 background

This text has black color on #0F1147 background.


White color preview on #0F1147 background

This text has white color on #0F1147 background.


Related colors

Complementary color

Complementary color for #hex is #F0EEB8.


I love getcolorcode.com

Triadic colors

1 #470F11 and #11470F with #0F1147 are triadic colors.

2 #47110F and #110F47 with #0F1147 are triadic colors.