COLOR #0F1131

HEX: #0F1131 RGB: (15,17,49)

Color info

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

RGB color model

#0F1131 color RGB value is (15,17,49).

RGB: (15,17,49) (6%, 7%, 19%)

RGB channels and saturation

R 15 of 255 = 6%
G 17 of 255 = 7%
B 49 of 255 = 19%

15
17
49

R + G + B ~ 11%. #0F1131 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 17 + 49 = 81 (100%)
R 15 of 81 ~ 18.52%
G 17 of 81 ~ 20.99%
B 49 of 81 ~ 60.49'%

%18.52
%20.99
%60.49

CMYK color model

#0F1131 color CMYK value is (69,65,0,81).

  • cyan value is 69.39%
  • magenta value is 65.31%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (69,65,0,81)
C69M65Y0K81 (69%, 65%, 0%, 81%)
(0.69 / 0.65 / 0.00 / 0.81)

CMYK percentages

%69.39
%65.31
%0
%80.78

Codes

Color #0F1131 in popluar color models

0F 11 31
RGB 15 17 49
HSL 236° 53.13% 12.55%
HSB/HSV 236° 69.39% 19.22%
CMYK 69.39% 65.31% 0.00%
80.78%

Color #0F1131 in popluar number systems.

HEX 0F 11 31
Decimal 15 17 49
Binary 1111 10001 110001
Octal 17 21 61

Shades and tints

Shades of #0F1131

#0F1131
(15,17,49)
#0E102D
(14,16,45)
#0D0F29
(13,15,41)
#0C0E25
(12,14,37)
#0B0D21
(11,13,33)
#0A0C1D
(10,12,29)
#090B19
(9,11,25)
#080A15
(8,10,21)
#070911
(7,9,17)
#06080D
(6,8,13)
#050709
(5,7,9)
#000000
(0,0,0)

Tints of #0F1131

#0F1131
(15,17,49)
#242643
(36,38,67)
#393B55
(57,59,85)
#4E5067
(78,80,103)
#636579
(99,101,121)
#787A8B
(120,122,139)
#8D8F9D
(141,143,157)
#A2A4AF
(162,164,175)
#B7B9C1
(183,185,193)
#CCCED3
(204,206,211)
#E1E3E5
(225,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1131; }

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

This text font color is #0F1131.

Background Color

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

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

This div background color is #0F1131.

Border color

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

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

This div border color is #0F1131.

Opacity

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

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

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

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

This text has shadow with #0F1131 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1131.

Preview

Color preview on black background

This text has color #0F1131 on black background.


Color preview on white background

This text has color #0F1131 on white background.


Black color preview on #0F1131 background

This text has black color on #0F1131 background.


White color preview on #0F1131 background

This text has white color on #0F1131 background.


Related colors

Complementary color

Complementary color for #hex is #F0EECE.


I love getcolorcode.com

Triadic colors

1 #310F11 and #11310F with #0F1131 are triadic colors.

2 #31110F and #110F31 with #0F1131 are triadic colors.