COLOR #0F1220

HEX: #0F1220 RGB: (15,18,32)

Color info

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

RGB color model

#0F1220 color RGB value is (15,18,32).

RGB: (15,18,32) (6%, 7%, 13%)

RGB channels and saturation

R 15 of 255 = 6%
G 18 of 255 = 7%
B 32 of 255 = 13%

15
18
32

R + G + B ~ 9%. #0F1220 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 18 + 32 = 65 (100%)
R 15 of 65 ~ 23.08%
G 18 of 65 ~ 27.69%
B 32 of 65 ~ 49.23'%

%23.08
%27.69
%49.23

CMYK color model

#0F1220 color CMYK value is (53,44,0,87).

  • cyan value is 53.13%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 87.45%

CMYK: (53,44,0,87)
C53M44Y0K87 (53%, 44%, 0%, 87%)
(0.53 / 0.44 / 0.00 / 0.87)

CMYK percentages

%53.13
%43.75
%0
%87.45

Codes

Color #0F1220 in popluar color models

0F 12 20
RGB 15 18 32
HSL 229° 36.17% 9.22%
HSB/HSV 229° 53.13% 12.55%
CMYK 53.13% 43.75% 0.00%
87.45%

Color #0F1220 in popluar number systems.

HEX 0F 12 20
Decimal 15 18 32
Binary 1111 10010 100000
Octal 17 22 40

Shades and tints

Shades of #0F1220

#0F1220
(15,18,32)
#0E111E
(14,17,30)
#0D101C
(13,16,28)
#0C0F1A
(12,15,26)
#0B0E18
(11,14,24)
#0A0D16
(10,13,22)
#090C14
(9,12,20)
#080B12
(8,11,18)
#070A10
(7,10,16)
#06090E
(6,9,14)
#05080C
(5,8,12)
#000000
(0,0,0)

Tints of #0F1220

#0F1220
(15,18,32)
#242734
(36,39,52)
#393C48
(57,60,72)
#4E515C
(78,81,92)
#636670
(99,102,112)
#787B84
(120,123,132)
#8D9098
(141,144,152)
#A2A5AC
(162,165,172)
#B7BAC0
(183,186,192)
#CCCFD4
(204,207,212)
#E1E4E8
(225,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1220 color. Also use rgb(15,18,32) instead hex code.

Text Font Color

.myTextColor { color: #0F1220; }

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

This text font color is #0F1220.

Background Color

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

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

This div background color is #0F1220.

Border color

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

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

This div border color is #0F1220.

Opacity

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

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

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

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

This text has shadow with #0F1220 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1220.

Preview

Color preview on black background

This text has color #0F1220 on black background.


Color preview on white background

This text has color #0F1220 on white background.


Black color preview on #0F1220 background

This text has black color on #0F1220 background.


White color preview on #0F1220 background

This text has white color on #0F1220 background.


Related colors

Complementary color

Complementary color for #hex is #F0EDDF.


I love getcolorcode.com

Triadic colors

1 #200F12 and #12200F with #0F1220 are triadic colors.

2 #20120F and #120F20 with #0F1220 are triadic colors.