COLOR #0F1A2F

HEX: #0F1A2F
RGB: (15,26,47)

Color info

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

RGB color model

#0F1A2F color RGB value is (15,26,47).

  • red value is 15;
  • green value is 26;
  • blue value is 47.
RGB:
(15,26,47)
(6%,10%,18%)

RGB channels and saturation

R 15 of 255 = 6%
G 26 of 255 = 10%
B 47 of 255 = 18%

15
26
47

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

Portions of RGB colors in percentages

R + G + B =
15 + 26 + 47 = 88 (100%)
R 15 of 88 ~ 17.05%
G 26 of 88 ~ 29.55%
B 47 of 88 ~ 53.41%

%17.05
%29.55
%53.41

CMYK color model

#0F1A2F color CMYK value is (68,45,0,82).

  • cyan value is 68.09%
  • magenta value is 44.68%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(68,45,0,82)
C68M45Y0K82 
(68%,45%,0%,82%)
(0.68/0.45/0.00/0.82)	

CMYK percentages

%68.09
%44.68
%0
%81.57

Codes

Color #0F1A2F in popluar color models

0F1A2F
RGB152647
HSL219°51.61%12.16%
HSB/HSV219°68.09%18.43%
CMYK68.09%44.68%0.00%
81.57%

Color #0F1A2F in popluar number systems.

HEX0F1A2F
Decimal152647
Binary111111010101111
Octal173257

Shades and tints

Shades of #0F1A2F

#0F1A2F
(15,26,47)
#0E182B
(14,24,43)
#0D1627
(13,22,39)
#0C1423
(12,20,35)
#0B121F
(11,18,31)
#0A101B
(10,16,27)
#090E17
(9,14,23)
#080C13
(8,12,19)
#070A0F
(7,10,15)
#06080B
(6,8,11)
#050607
(5,6,7)
#000000
(0,0,0)

Tints of #0F1A2F

#0F1A2F
(15,26,47)
#242E41
(36,46,65)
#394253
(57,66,83)
#4E5665
(78,86,101)
#636A77
(99,106,119)
#787E89
(120,126,137)
#8D929B
(141,146,155)
#A2A6AD
(162,166,173)
#B7BABF
(183,186,191)
#CCCED1
(204,206,209)
#E1E2E3
(225,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1A2F color. Also use rgb(15,26,47) instead hex code.

Text Font Color

.myTextColor { color: #0F1A2F; }

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

This text font color is #0F1A2F.


Background Color

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

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

This div background color is #0F1A2F.


Border color

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

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

This div border color is #0F1A2F.


Opacity

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

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

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

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

This text has shadow with #0F1A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1A2F on black background.


Color preview on white background

This text has color #0F1A2F on white background.



Black color preview on #0F1A2F background

This text has black color on #0F1A2F background.


White color preview on #0F1A2F background

This text has white color on #0F1A2F background.