COLOR #0F212E

HEX: #0F212E RGB: (15,33,46)

Color info

#0F212E contains red, green and blue colors in about the same proportion. Web safe color of #0F212E is #003333 (or #033).

RGB color model

#0F212E color RGB value is (15,33,46).

RGB: (15,33,46) (6%, 13%, 18%)

RGB channels and saturation

R 15 of 255 = 6%
G 33 of 255 = 13%
B 46 of 255 = 18%

15
33
46

R + G + B ~ 12%. #0F212E is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 33 + 46 = 94 (100%)
R 15 of 94 ~ 15.96%
G 33 of 94 ~ 35.11%
B 46 of 94 ~ 48.94'%

%15.96
%35.11
%48.94

CMYK color model

#0F212E color CMYK value is (67,28,0,82).

  • cyan value is 67.39%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (67,28,0,82)
C67M28Y0K82 (67%, 28%, 0%, 82%)
(0.67 / 0.28 / 0.00 / 0.82)

CMYK percentages

%67.39
%28.26
%0
%81.96

Codes

Color #0F212E in popluar color models

0F 21 2E
RGB 15 33 46
HSL 205° 50.82% 11.96%
HSB/HSV 205° 67.39% 18.04%
CMYK 67.39% 28.26% 0.00%
81.96%

Color #0F212E in popluar number systems.

HEX 0F 21 2E
Decimal 15 33 46
Binary 1111 100001 101110
Octal 17 41 56

Shades and tints

Shades of #0F212E

#0F212E
(15,33,46)
#0E1E2A
(14,30,42)
#0D1B26
(13,27,38)
#0C1822
(12,24,34)
#0B151E
(11,21,30)
#0A121A
(10,18,26)
#090F16
(9,15,22)
#080C12
(8,12,18)
#07090E
(7,9,14)
#06060A
(6,6,10)
#050306
(5,3,6)
#000000
(0,0,0)

Tints of #0F212E

#0F212E
(15,33,46)
#243541
(36,53,65)
#394954
(57,73,84)
#4E5D67
(78,93,103)
#63717A
(99,113,122)
#78858D
(120,133,141)
#8D99A0
(141,153,160)
#A2ADB3
(162,173,179)
#B7C1C6
(183,193,198)
#CCD5D9
(204,213,217)
#E1E9EC
(225,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F212E color. Also use rgb(15,33,46) instead hex code.

Text Font Color

.myTextColor { color: #0F212E; }

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

This text font color is #0F212E.

Background Color

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

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

This div background color is #0F212E.

Border color

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

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

This div border color is #0F212E.

Opacity

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

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

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

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

This text has shadow with #0F212E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F212E.

Preview

Color preview on black background

This text has color #0F212E on black background.


Color preview on white background

This text has color #0F212E on white background.


Black color preview on #0F212E background

This text has black color on #0F212E background.


White color preview on #0F212E background

This text has white color on #0F212E background.


Related colors

Complementary color

Complementary color for #hex is #F0DED1.


I love getcolorcode.com

Triadic colors

1 #2E0F21 and #212E0F with #0F212E are triadic colors.

2 #2E210F and #210F2E with #0F212E are triadic colors.