COLOR #0F466D

HEX: #0F466D
RGB: (15,70,109)

Color info

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

RGB color model

#0F466D color RGB value is (15,70,109).

  • red value is 15;
  • green value is 70;
  • blue value is 109.
RGB:
(15,70,109)
(6%,27%,43%)

RGB channels and saturation

R 15 of 255 = 6%
G 70 of 255 = 27%
B 109 of 255 = 43%

15
70
109

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

Portions of RGB colors in percentages

R + G + B =
15 + 70 + 109 = 194 (100%)
R 15 of 194 ~ 7.73%
G 70 of 194 ~ 36.08%
B 109 of 194 ~ 56.19%

%36.08
%56.19

CMYK color model

#0F466D color CMYK value is (86,36,0,57).

  • cyan value is 86.24%
  • magenta value is 35.78%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(86,36,0,57)
C86M36Y0K57 
(86%,36%,0%,57%)
(0.86/0.36/0.00/0.57)	

CMYK percentages

%86.24
%35.78
%0
%57.25

Codes

Color #0F466D in popluar color models

0F466D
RGB1570109
HSL205°75.81%24.31%
HSB/HSV205°86.24%42.75%
CMYK86.24%35.78%0.00%
57.25%

Color #0F466D in popluar number systems.

HEX0F466D
Decimal1570109
Binary111110001101101101
Octal17106155

Shades and tints

Shades of #0F466D

#0F466D
(15,70,109)
#0E4064
(14,64,100)
#0D3A5B
(13,58,91)
#0C3452
(12,52,82)
#0B2E49
(11,46,73)
#0A2840
(10,40,64)
#092237
(9,34,55)
#081C2E
(8,28,46)
#071625
(7,22,37)
#06101C
(6,16,28)
#050A13
(5,10,19)
#000000
(0,0,0)

Tints of #0F466D

#0F466D
(15,70,109)
#24567A
(36,86,122)
#396687
(57,102,135)
#4E7694
(78,118,148)
#6386A1
(99,134,161)
#7896AE
(120,150,174)
#8DA6BB
(141,166,187)
#A2B6C8
(162,182,200)
#B7C6D5
(183,198,213)
#CCD6E2
(204,214,226)
#E1E6EF
(225,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F466D color. Also use rgb(15,70,109) instead hex code.

Text Font Color

.myTextColor { color: #0F466D; }

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

This text font color is #0F466D.


Background Color

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

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

This div background color is #0F466D.


Border color

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

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

This div border color is #0F466D.


Opacity

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

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

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

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

This text has shadow with #0F466D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F466D on black background.


Color preview on white background

This text has color #0F466D on white background.



Black color preview on #0F466D background

This text has black color on #0F466D background.


White color preview on #0F466D background

This text has white color on #0F466D background.