COLOR #0F1328

HEX: #0F1328 RGB: (15,19,40)

Color info

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

RGB color model

#0F1328 color RGB value is (15,19,40).

RGB: (15,19,40) (6%, 7%, 16%)

RGB channels and saturation

R 15 of 255 = 6%
G 19 of 255 = 7%
B 40 of 255 = 16%

15
19
40

R + G + B ~ 10%. #0F1328 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 19 + 40 = 74 (100%)
R 15 of 74 ~ 20.27%
G 19 of 74 ~ 25.68%
B 40 of 74 ~ 54.05'%

%20.27
%25.68
%54.05

CMYK color model

#0F1328 color CMYK value is (63,53,0,84).

  • cyan value is 62.50%
  • magenta value is 52.50%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (63,53,0,84)
C63M53Y0K84 (63%, 53%, 0%, 84%)
(0.63 / 0.53 / 0.00 / 0.84)

CMYK percentages

%62.5
%52.5
%0
%84.31

Codes

Color #0F1328 in popluar color models

0F 13 28
RGB 15 19 40
HSL 230° 45.45% 10.78%
HSB/HSV 230° 62.50% 15.69%
CMYK 62.50% 52.50% 0.00%
84.31%

Color #0F1328 in popluar number systems.

HEX 0F 13 28
Decimal 15 19 40
Binary 1111 10011 101000
Octal 17 23 50

Shades and tints

Shades of #0F1328

#0F1328
(15,19,40)
#0E1225
(14,18,37)
#0D1122
(13,17,34)
#0C101F
(12,16,31)
#0B0F1C
(11,15,28)
#0A0E19
(10,14,25)
#090D16
(9,13,22)
#080C13
(8,12,19)
#070B10
(7,11,16)
#060A0D
(6,10,13)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #0F1328

#0F1328
(15,19,40)
#24283B
(36,40,59)
#393D4E
(57,61,78)
#4E5261
(78,82,97)
#636774
(99,103,116)
#787C87
(120,124,135)
#8D919A
(141,145,154)
#A2A6AD
(162,166,173)
#B7BBC0
(183,187,192)
#CCD0D3
(204,208,211)
#E1E5E6
(225,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1328; }

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

This text font color is #0F1328.

Background Color

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

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

This div background color is #0F1328.

Border color

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

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

This div border color is #0F1328.

Opacity

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

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

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

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

This text has shadow with #0F1328 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1328.

Preview

Color preview on black background

This text has color #0F1328 on black background.


Color preview on white background

This text has color #0F1328 on white background.


Black color preview on #0F1328 background

This text has black color on #0F1328 background.


White color preview on #0F1328 background

This text has white color on #0F1328 background.


Related colors

Complementary color

Complementary color for #hex is #F0ECD7.


I love getcolorcode.com

Triadic colors

1 #280F13 and #13280F with #0F1328 are triadic colors.

2 #28130F and #130F28 with #0F1328 are triadic colors.