COLOR #0F416A

HEX: #0F416A
RGB: (15,65,106)

Color info

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

RGB color model

#0F416A color RGB value is (15,65,106).

  • red value is 15;
  • green value is 65;
  • blue value is 106.
RGB:
(15,65,106)
(6%,25%,42%)

RGB channels and saturation

R 15 of 255 = 6%
G 65 of 255 = 25%
B 106 of 255 = 42%

15
65
106

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

Portions of RGB colors in percentages

R + G + B =
15 + 65 + 106 = 186 (100%)
R 15 of 186 ~ 8.06%
G 65 of 186 ~ 34.95%
B 106 of 186 ~ 56.99%

%34.95
%56.99

CMYK color model

#0F416A color CMYK value is (86,39,0,58).

  • cyan value is 85.85%
  • magenta value is 38.68%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(86,39,0,58)
C86M39Y0K58 
(86%,39%,0%,58%)
(0.86/0.39/0.00/0.58)	

CMYK percentages

%85.85
%38.68
%0
%58.43

Codes

Color #0F416A in popluar color models

0F416A
RGB1565106
HSL207°75.21%23.73%
HSB/HSV207°85.85%41.57%
CMYK85.85%38.68%0.00%
58.43%

Color #0F416A in popluar number systems.

HEX0F416A
Decimal1565106
Binary111110000011101010
Octal17101152

Shades and tints

Shades of #0F416A

#0F416A
(15,65,106)
#0E3C61
(14,60,97)
#0D3758
(13,55,88)
#0C324F
(12,50,79)
#0B2D46
(11,45,70)
#0A283D
(10,40,61)
#092334
(9,35,52)
#081E2B
(8,30,43)
#071922
(7,25,34)
#061419
(6,20,25)
#050F10
(5,15,16)
#000000
(0,0,0)

Tints of #0F416A

#0F416A
(15,65,106)
#245277
(36,82,119)
#396384
(57,99,132)
#4E7491
(78,116,145)
#63859E
(99,133,158)
#7896AB
(120,150,171)
#8DA7B8
(141,167,184)
#A2B8C5
(162,184,197)
#B7C9D2
(183,201,210)
#CCDADF
(204,218,223)
#E1EBEC
(225,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F416A color. Also use rgb(15,65,106) instead hex code.

Text Font Color

.myTextColor { color: #0F416A; }

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

This text font color is #0F416A.


Background Color

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

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

This div background color is #0F416A.


Border color

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

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

This div border color is #0F416A.


Opacity

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

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

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

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

This text has shadow with #0F416A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F416A on black background.


Color preview on white background

This text has color #0F416A on white background.



Black color preview on #0F416A background

This text has black color on #0F416A background.


White color preview on #0F416A background

This text has white color on #0F416A background.