COLOR #0F3E8B

HEX: #0F3E8B
RGB: (15,62,139)

Color info

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

RGB color model

#0F3E8B color RGB value is (15,62,139).

  • red value is 15;
  • green value is 62;
  • blue value is 139.
RGB:
(15,62,139)
(6%,24%,55%)

RGB channels and saturation

R 15 of 255 = 6%
G 62 of 255 = 24%
B 139 of 255 = 55%

15
62
139

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

Portions of RGB colors in percentages

R + G + B =
15 + 62 + 139 = 216 (100%)
R 15 of 216 ~ 6.94%
G 62 of 216 ~ 28.7%
B 139 of 216 ~ 64.35%

%28.7
%64.35

CMYK color model

#0F3E8B color CMYK value is (89,55,0,45).

  • cyan value is 89.21%
  • magenta value is 55.40%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(89,55,0,45)
C89M55Y0K45 
(89%,55%,0%,45%)
(0.89/0.55/0.00/0.45)	

CMYK percentages

%89.21
%55.4
%0
%45.49

Codes

Color #0F3E8B in popluar color models

0F3E8B
RGB1562139
HSL217°80.52%30.20%
HSB/HSV217°89.21%54.51%
CMYK89.21%55.40%0.00%
45.49%

Color #0F3E8B in popluar number systems.

HEX0F3E8B
Decimal1562139
Binary111111111010001011
Octal1776213

Shades and tints

Shades of #0F3E8B

#0F3E8B
(15,62,139)
#0E397F
(14,57,127)
#0D3473
(13,52,115)
#0C2F67
(12,47,103)
#0B2A5B
(11,42,91)
#0A254F
(10,37,79)
#092043
(9,32,67)
#081B37
(8,27,55)
#07162B
(7,22,43)
#06111F
(6,17,31)
#050C13
(5,12,19)
#000000
(0,0,0)

Tints of #0F3E8B

#0F3E8B
(15,62,139)
#244F95
(36,79,149)
#39609F
(57,96,159)
#4E71A9
(78,113,169)
#6382B3
(99,130,179)
#7893BD
(120,147,189)
#8DA4C7
(141,164,199)
#A2B5D1
(162,181,209)
#B7C6DB
(183,198,219)
#CCD7E5
(204,215,229)
#E1E8EF
(225,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3E8B color. Also use rgb(15,62,139) instead hex code.

Text Font Color

.myTextColor { color: #0F3E8B; }

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

This text font color is #0F3E8B.


Background Color

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

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

This div background color is #0F3E8B.


Border color

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

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

This div border color is #0F3E8B.


Opacity

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

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

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

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

This text has shadow with #0F3E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3E8B on black background.


Color preview on white background

This text has color #0F3E8B on white background.



Black color preview on #0F3E8B background

This text has black color on #0F3E8B background.


White color preview on #0F3E8B background

This text has white color on #0F3E8B background.