COLOR #0F1F96

HEX: #0F1F96
RGB: (15,31,150)

Color info

#0F1F96 contains mainly blue color. Web safe color of #0F1F96 is #003399 (or #039).

RGB color model

#0F1F96 color RGB value is (15,31,150).

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

RGB channels and saturation

R 15 of 255 = 6%
G 31 of 255 = 12%
B 150 of 255 = 59%

15
31
150

R + G + B ~ 26%. #0F1F96 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 31 + 150 = 196 (100%)
R 15 of 196 ~ 7.65%
G 31 of 196 ~ 15.82%
B 150 of 196 ~ 76.53%

%15.82
%76.53

CMYK color model

#0F1F96 color CMYK value is (90,79,0,41).

  • cyan value is 90.00%
  • magenta value is 79.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(90,79,0,41)
C90M79Y0K41 
(90%,79%,0%,41%)
(0.90/0.79/0.00/0.41)	

CMYK percentages

%90
%79.33
%0
%41.18

Codes

Color #0F1F96 in popluar color models

0F1F96
RGB1531150
HSL233°81.82%32.35%
HSB/HSV233°90.00%58.82%
CMYK90.00%79.33%0.00%
41.18%

Color #0F1F96 in popluar number systems.

HEX0F1F96
Decimal1531150
Binary11111111110010110
Octal1737226

Shades and tints

Shades of #0F1F96

#0F1F96
(15,31,150)
#0E1D89
(14,29,137)
#0D1B7C
(13,27,124)
#0C196F
(12,25,111)
#0B1762
(11,23,98)
#0A1555
(10,21,85)
#091348
(9,19,72)
#08113B
(8,17,59)
#070F2E
(7,15,46)
#060D21
(6,13,33)
#050B14
(5,11,20)
#000000
(0,0,0)

Tints of #0F1F96

#0F1F96
(15,31,150)
#24339F
(36,51,159)
#3947A8
(57,71,168)
#4E5BB1
(78,91,177)
#636FBA
(99,111,186)
#7883C3
(120,131,195)
#8D97CC
(141,151,204)
#A2ABD5
(162,171,213)
#B7BFDE
(183,191,222)
#CCD3E7
(204,211,231)
#E1E7F0
(225,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1F96; }

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

This text font color is #0F1F96.


Background Color

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

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

This div background color is #0F1F96.


Border color

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

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

This div border color is #0F1F96.


Opacity

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

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

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

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

This text has shadow with #0F1F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1F96 on black background.


Color preview on white background

This text has color #0F1F96 on white background.



Black color preview on #0F1F96 background

This text has black color on #0F1F96 background.


White color preview on #0F1F96 background

This text has white color on #0F1F96 background.