COLOR #0F1331

HEX: #0F1331 RGB: (15,19,49)

Color info

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

RGB color model

#0F1331 color RGB value is (15,19,49).

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

RGB channels and saturation

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

15
19
49

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

Portions of RGB colors in percentages

R + G + B = 15 + 19 + 49 = 83 (100%)
R 15 of 83 ~ 18.07%
G 19 of 83 ~ 22.89%
B 49 of 83 ~ 59.04'%

%18.07
%22.89
%59.04

CMYK color model

#0F1331 color CMYK value is (69,61,0,81).

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

CMYK: (69,61,0,81)
C69M61Y0K81 (69%, 61%, 0%, 81%)
(0.69 / 0.61 / 0.00 / 0.81)

CMYK percentages

%69.39
%61.22
%0
%80.78

Codes

Color #0F1331 in popluar color models

0F 13 31
RGB 15 19 49
HSL 233° 53.13% 12.55%
HSB/HSV 233° 69.39% 19.22%
CMYK 69.39% 61.22% 0.00%
80.78%

Color #0F1331 in popluar number systems.

HEX 0F 13 31
Decimal 15 19 49
Binary 1111 10011 110001
Octal 17 23 61

Shades and tints

Shades of #0F1331

#0F1331
(15,19,49)
#0E122D
(14,18,45)
#0D1129
(13,17,41)
#0C1025
(12,16,37)
#0B0F21
(11,15,33)
#0A0E1D
(10,14,29)
#090D19
(9,13,25)
#080C15
(8,12,21)
#070B11
(7,11,17)
#060A0D
(6,10,13)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #0F1331

#0F1331
(15,19,49)
#242843
(36,40,67)
#393D55
(57,61,85)
#4E5267
(78,82,103)
#636779
(99,103,121)
#787C8B
(120,124,139)
#8D919D
(141,145,157)
#A2A6AF
(162,166,175)
#B7BBC1
(183,187,193)
#CCD0D3
(204,208,211)
#E1E5E5
(225,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1331; }

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

This text font color is #0F1331.

Background Color

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

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

This div background color is #0F1331.

Border color

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

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

This div border color is #0F1331.

Opacity

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

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

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

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

This text has shadow with #0F1331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1331.

Preview

Color preview on black background

This text has color #0F1331 on black background.


Color preview on white background

This text has color #0F1331 on white background.


Black color preview on #0F1331 background

This text has black color on #0F1331 background.


White color preview on #0F1331 background

This text has white color on #0F1331 background.


Related colors

Complementary color

Complementary color for #hex is #F0ECCE.


I love getcolorcode.com

Triadic colors

1 #310F13 and #13310F with #0F1331 are triadic colors.

2 #31130F and #130F31 with #0F1331 are triadic colors.