COLOR #0F3296

HEX: #0F3296
RGB: (15,50,150)

Color info

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

RGB color model

#0F3296 color RGB value is (15,50,150).

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

RGB channels and saturation

R 15 of 255 = 6%
G 50 of 255 = 20%
B 150 of 255 = 59%

15
50
150

R + G + B ~ 28%. #0F3296 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 50 + 150 = 215 (100%)
R 15 of 215 ~ 6.98%
G 50 of 215 ~ 23.26%
B 150 of 215 ~ 69.77%

%23.26
%69.77

CMYK color model

#0F3296 color CMYK value is (90,67,0,41).

  • cyan value is 90.00%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(90,67,0,41)
C90M67Y0K41 
(90%,67%,0%,41%)
(0.90/0.67/0.00/0.41)	

CMYK percentages

%90
%66.67
%0
%41.18

Codes

Color #0F3296 in popluar color models

0F3296
RGB1550150
HSL224°81.82%32.35%
HSB/HSV224°90.00%58.82%
CMYK90.00%66.67%0.00%
41.18%

Color #0F3296 in popluar number systems.

HEX0F3296
Decimal1550150
Binary111111001010010110
Octal1762226

Shades and tints

Shades of #0F3296

#0F3296
(15,50,150)
#0E2E89
(14,46,137)
#0D2A7C
(13,42,124)
#0C266F
(12,38,111)
#0B2262
(11,34,98)
#0A1E55
(10,30,85)
#091A48
(9,26,72)
#08163B
(8,22,59)
#07122E
(7,18,46)
#060E21
(6,14,33)
#050A14
(5,10,20)
#000000
(0,0,0)

Tints of #0F3296

#0F3296
(15,50,150)
#24449F
(36,68,159)
#3956A8
(57,86,168)
#4E68B1
(78,104,177)
#637ABA
(99,122,186)
#788CC3
(120,140,195)
#8D9ECC
(141,158,204)
#A2B0D5
(162,176,213)
#B7C2DE
(183,194,222)
#CCD4E7
(204,212,231)
#E1E6F0
(225,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F3296; }

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

This text font color is #0F3296.


Background Color

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

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

This div background color is #0F3296.


Border color

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

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

This div border color is #0F3296.


Opacity

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

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

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

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

This text has shadow with #0F3296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3296 on black background.


Color preview on white background

This text has color #0F3296 on white background.



Black color preview on #0F3296 background

This text has black color on #0F3296 background.


White color preview on #0F3296 background

This text has white color on #0F3296 background.