COLOR #0F3D71

HEX: #0F3D71
RGB: (15,61,113)

Color info

#0F3D71 contains mainly green and blue colors. Web safe color of #0F3D71 is #003366 (or #036).

RGB color model

#0F3D71 color RGB value is (15,61,113).

  • red value is 15;
  • green value is 61;
  • blue value is 113.
RGB:
(15,61,113)
(6%,24%,44%)

RGB channels and saturation

R 15 of 255 = 6%
G 61 of 255 = 24%
B 113 of 255 = 44%

15
61
113

R + G + B ~ 25%. #0F3D71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 61 + 113 = 189 (100%)
R 15 of 189 ~ 7.94%
G 61 of 189 ~ 32.28%
B 113 of 189 ~ 59.79%

%32.28
%59.79

CMYK color model

#0F3D71 color CMYK value is (87,46,0,56).

  • cyan value is 86.73%
  • magenta value is 46.02%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(87,46,0,56)
C87M46Y0K56 
(87%,46%,0%,56%)
(0.87/0.46/0.00/0.56)	

CMYK percentages

%86.73
%46.02
%0
%55.69

Codes

Color #0F3D71 in popluar color models

0F3D71
RGB1561113
HSL212°76.56%25.10%
HSB/HSV212°86.73%44.31%
CMYK86.73%46.02%0.00%
55.69%

Color #0F3D71 in popluar number systems.

HEX0F3D71
Decimal1561113
Binary11111111011110001
Octal1775161

Shades and tints

Shades of #0F3D71

#0F3D71
(15,61,113)
#0E3867
(14,56,103)
#0D335D
(13,51,93)
#0C2E53
(12,46,83)
#0B2949
(11,41,73)
#0A243F
(10,36,63)
#091F35
(9,31,53)
#081A2B
(8,26,43)
#071521
(7,21,33)
#061017
(6,16,23)
#050B0D
(5,11,13)
#000000
(0,0,0)

Tints of #0F3D71

#0F3D71
(15,61,113)
#244E7D
(36,78,125)
#395F89
(57,95,137)
#4E7095
(78,112,149)
#6381A1
(99,129,161)
#7892AD
(120,146,173)
#8DA3B9
(141,163,185)
#A2B4C5
(162,180,197)
#B7C5D1
(183,197,209)
#CCD6DD
(204,214,221)
#E1E7E9
(225,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3D71 color. Also use rgb(15,61,113) instead hex code.

Text Font Color

.myTextColor { color: #0F3D71; }

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

This text font color is #0F3D71.


Background Color

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

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

This div background color is #0F3D71.


Border color

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

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

This div border color is #0F3D71.


Opacity

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

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

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

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

This text has shadow with #0F3D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3D71 on black background.


Color preview on white background

This text has color #0F3D71 on white background.



Black color preview on #0F3D71 background

This text has black color on #0F3D71 background.


White color preview on #0F3D71 background

This text has white color on #0F3D71 background.