COLOR #0F3390

HEX: #0F3390
RGB: (15,51,144)

Color info

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

RGB color model

#0F3390 color RGB value is (15,51,144).

  • red value is 15;
  • green value is 51;
  • blue value is 144.
RGB:
(15,51,144)
(6%,20%,56%)

RGB channels and saturation

R 15 of 255 = 6%
G 51 of 255 = 20%
B 144 of 255 = 56%

15
51
144

R + G + B ~ 27%. #0F3390 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 51 + 144 = 210 (100%)
R 15 of 210 ~ 7.14%
G 51 of 210 ~ 24.29%
B 144 of 210 ~ 68.57%

%24.29
%68.57

CMYK color model

#0F3390 color CMYK value is (90,65,0,44).

  • cyan value is 89.58%
  • magenta value is 64.58%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(90,65,0,44)
C90M65Y0K44 
(90%,65%,0%,44%)
(0.90/0.65/0.00/0.44)	

CMYK percentages

%89.58
%64.58
%0
%43.53

Codes

Color #0F3390 in popluar color models

0F3390
RGB1551144
HSL223°81.13%31.18%
HSB/HSV223°89.58%56.47%
CMYK89.58%64.58%0.00%
43.53%

Color #0F3390 in popluar number systems.

HEX0F3390
Decimal1551144
Binary111111001110010000
Octal1763220

Shades and tints

Shades of #0F3390

#0F3390
(15,51,144)
#0E2F83
(14,47,131)
#0D2B76
(13,43,118)
#0C2769
(12,39,105)
#0B235C
(11,35,92)
#0A1F4F
(10,31,79)
#091B42
(9,27,66)
#081735
(8,23,53)
#071328
(7,19,40)
#060F1B
(6,15,27)
#050B0E
(5,11,14)
#000000
(0,0,0)

Tints of #0F3390

#0F3390
(15,51,144)
#24459A
(36,69,154)
#3957A4
(57,87,164)
#4E69AE
(78,105,174)
#637BB8
(99,123,184)
#788DC2
(120,141,194)
#8D9FCC
(141,159,204)
#A2B1D6
(162,177,214)
#B7C3E0
(183,195,224)
#CCD5EA
(204,213,234)
#E1E7F4
(225,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3390 color. Also use rgb(15,51,144) instead hex code.

Text Font Color

.myTextColor { color: #0F3390; }

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

This text font color is #0F3390.


Background Color

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

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

This div background color is #0F3390.


Border color

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

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

This div border color is #0F3390.


Opacity

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

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

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

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

This text has shadow with #0F3390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3390 on black background.


Color preview on white background

This text has color #0F3390 on white background.



Black color preview on #0F3390 background

This text has black color on #0F3390 background.


White color preview on #0F3390 background

This text has white color on #0F3390 background.