COLOR #0F1F70

HEX: #0F1F70
RGB: (15,31,112)

Color info

#0F1F70 contains mainly blue color. Web safe color of #0F1F70 is #003366 (or #036).

RGB color model

#0F1F70 color RGB value is (15,31,112).

  • red value is 15;
  • green value is 31;
  • blue value is 112.
RGB:
(15,31,112)
(6%,12%,44%)

RGB channels and saturation

R 15 of 255 = 6%
G 31 of 255 = 12%
B 112 of 255 = 44%

15
31
112

R + G + B ~ 21%. #0F1F70 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 31 + 112 = 158 (100%)
R 15 of 158 ~ 9.49%
G 31 of 158 ~ 19.62%
B 112 of 158 ~ 70.89%

%19.62
%70.89

CMYK color model

#0F1F70 color CMYK value is (87,72,0,56).

  • cyan value is 86.61%
  • magenta value is 72.32%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(87,72,0,56)
C87M72Y0K56 
(87%,72%,0%,56%)
(0.87/0.72/0.00/0.56)	

CMYK percentages

%86.61
%72.32
%0
%56.08

Codes

Color #0F1F70 in popluar color models

0F1F70
RGB1531112
HSL230°76.38%24.90%
HSB/HSV230°86.61%43.92%
CMYK86.61%72.32%0.00%
56.08%

Color #0F1F70 in popluar number systems.

HEX0F1F70
Decimal1531112
Binary1111111111110000
Octal1737160

Shades and tints

Shades of #0F1F70

#0F1F70
(15,31,112)
#0E1D66
(14,29,102)
#0D1B5C
(13,27,92)
#0C1952
(12,25,82)
#0B1748
(11,23,72)
#0A153E
(10,21,62)
#091334
(9,19,52)
#08112A
(8,17,42)
#070F20
(7,15,32)
#060D16
(6,13,22)
#050B0C
(5,11,12)
#000000
(0,0,0)

Tints of #0F1F70

#0F1F70
(15,31,112)
#24337D
(36,51,125)
#39478A
(57,71,138)
#4E5B97
(78,91,151)
#636FA4
(99,111,164)
#7883B1
(120,131,177)
#8D97BE
(141,151,190)
#A2ABCB
(162,171,203)
#B7BFD8
(183,191,216)
#CCD3E5
(204,211,229)
#E1E7F2
(225,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1F70 color. Also use rgb(15,31,112) instead hex code.

Text Font Color

.myTextColor { color: #0F1F70; }

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

This text font color is #0F1F70.


Background Color

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

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

This div background color is #0F1F70.


Border color

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

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

This div border color is #0F1F70.


Opacity

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

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

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

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

This text has shadow with #0F1F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1F70 on black background.


Color preview on white background

This text has color #0F1F70 on white background.



Black color preview on #0F1F70 background

This text has black color on #0F1F70 background.


White color preview on #0F1F70 background

This text has white color on #0F1F70 background.