COLOR #0F3D6C

HEX: #0F3D6C
RGB: (15,61,108)

Color info

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

RGB color model

#0F3D6C color RGB value is (15,61,108).

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

RGB channels and saturation

R 15 of 255 = 6%
G 61 of 255 = 24%
B 108 of 255 = 42%

15
61
108

R + G + B ~ 24%. #0F3D6C is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 61 + 108 = 184 (100%)
R 15 of 184 ~ 8.15%
G 61 of 184 ~ 33.15%
B 108 of 184 ~ 58.7%

%33.15
%58.7

CMYK color model

#0F3D6C color CMYK value is (86,44,0,58).

  • cyan value is 86.11%
  • magenta value is 43.52%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(86,44,0,58)
C86M44Y0K58 
(86%,44%,0%,58%)
(0.86/0.44/0.00/0.58)	

CMYK percentages

%86.11
%43.52
%0
%57.65

Codes

Color #0F3D6C in popluar color models

0F3D6C
RGB1561108
HSL210°75.61%24.12%
HSB/HSV210°86.11%42.35%
CMYK86.11%43.52%0.00%
57.65%

Color #0F3D6C in popluar number systems.

HEX0F3D6C
Decimal1561108
Binary11111111011101100
Octal1775154

Shades and tints

Shades of #0F3D6C

#0F3D6C
(15,61,108)
#0E3863
(14,56,99)
#0D335A
(13,51,90)
#0C2E51
(12,46,81)
#0B2948
(11,41,72)
#0A243F
(10,36,63)
#091F36
(9,31,54)
#081A2D
(8,26,45)
#071524
(7,21,36)
#06101B
(6,16,27)
#050B12
(5,11,18)
#000000
(0,0,0)

Tints of #0F3D6C

#0F3D6C
(15,61,108)
#244E79
(36,78,121)
#395F86
(57,95,134)
#4E7093
(78,112,147)
#6381A0
(99,129,160)
#7892AD
(120,146,173)
#8DA3BA
(141,163,186)
#A2B4C7
(162,180,199)
#B7C5D4
(183,197,212)
#CCD6E1
(204,214,225)
#E1E7EE
(225,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F3D6C; }

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

This text font color is #0F3D6C.


Background Color

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

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

This div background color is #0F3D6C.


Border color

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

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

This div border color is #0F3D6C.


Opacity

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

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

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

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

This text has shadow with #0F3D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3D6C on black background.


Color preview on white background

This text has color #0F3D6C on white background.



Black color preview on #0F3D6C background

This text has black color on #0F3D6C background.


White color preview on #0F3D6C background

This text has white color on #0F3D6C background.