COLOR #0F3D72

HEX: #0F3D72
RGB: (15,61,114)

Color info

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

RGB color model

#0F3D72 color RGB value is (15,61,114).

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

RGB channels and saturation

R 15 of 255 = 6%
G 61 of 255 = 24%
B 114 of 255 = 45%

15
61
114

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

Portions of RGB colors in percentages

R + G + B =
15 + 61 + 114 = 190 (100%)
R 15 of 190 ~ 7.89%
G 61 of 190 ~ 32.11%
B 114 of 190 ~ 60%

%32.11
%60

CMYK color model

#0F3D72 color CMYK value is (87,46,0,55).

  • cyan value is 86.84%
  • magenta value is 46.49%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(87,46,0,55)
C87M46Y0K55 
(87%,46%,0%,55%)
(0.87/0.46/0.00/0.55)	

CMYK percentages

%86.84
%46.49
%0
%55.29

Codes

Color #0F3D72 in popluar color models

0F3D72
RGB1561114
HSL212°76.74%25.29%
HSB/HSV212°86.84%44.71%
CMYK86.84%46.49%0.00%
55.29%

Color #0F3D72 in popluar number systems.

HEX0F3D72
Decimal1561114
Binary11111111011110010
Octal1775162

Shades and tints

Shades of #0F3D72

#0F3D72
(15,61,114)
#0E3868
(14,56,104)
#0D335E
(13,51,94)
#0C2E54
(12,46,84)
#0B294A
(11,41,74)
#0A2440
(10,36,64)
#091F36
(9,31,54)
#081A2C
(8,26,44)
#071522
(7,21,34)
#061018
(6,16,24)
#050B0E
(5,11,14)
#000000
(0,0,0)

Tints of #0F3D72

#0F3D72
(15,61,114)
#244E7E
(36,78,126)
#395F8A
(57,95,138)
#4E7096
(78,112,150)
#6381A2
(99,129,162)
#7892AE
(120,146,174)
#8DA3BA
(141,163,186)
#A2B4C6
(162,180,198)
#B7C5D2
(183,197,210)
#CCD6DE
(204,214,222)
#E1E7EA
(225,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F3D72; }

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

This text font color is #0F3D72.


Background Color

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

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

This div background color is #0F3D72.


Border color

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

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

This div border color is #0F3D72.


Opacity

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

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

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

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

This text has shadow with #0F3D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3D72 on black background.


Color preview on white background

This text has color #0F3D72 on white background.



Black color preview on #0F3D72 background

This text has black color on #0F3D72 background.


White color preview on #0F3D72 background

This text has white color on #0F3D72 background.