COLOR #0F4C7E

HEX: #0F4C7E
RGB: (15,76,126)

Color info

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

RGB color model

#0F4C7E color RGB value is (15,76,126).

  • red value is 15;
  • green value is 76;
  • blue value is 126.
RGB:
(15,76,126)
(6%,30%,49%)

RGB channels and saturation

R 15 of 255 = 6%
G 76 of 255 = 30%
B 126 of 255 = 49%

15
76
126

R + G + B ~ 28%. #0F4C7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 76 + 126 = 217 (100%)
R 15 of 217 ~ 6.91%
G 76 of 217 ~ 35.02%
B 126 of 217 ~ 58.06%

%35.02
%58.06

CMYK color model

#0F4C7E color CMYK value is (88,40,0,51).

  • cyan value is 88.10%
  • magenta value is 39.68%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(88,40,0,51)
C88M40Y0K51 
(88%,40%,0%,51%)
(0.88/0.40/0.00/0.51)	

CMYK percentages

%88.1
%39.68
%0
%50.59

Codes

Color #0F4C7E in popluar color models

0F4C7E
RGB1576126
HSL207°78.72%27.65%
HSB/HSV207°88.10%49.41%
CMYK88.10%39.68%0.00%
50.59%

Color #0F4C7E in popluar number systems.

HEX0F4C7E
Decimal1576126
Binary111110011001111110
Octal17114176

Shades and tints

Shades of #0F4C7E

#0F4C7E
(15,76,126)
#0E4673
(14,70,115)
#0D4068
(13,64,104)
#0C3A5D
(12,58,93)
#0B3452
(11,52,82)
#0A2E47
(10,46,71)
#09283C
(9,40,60)
#082231
(8,34,49)
#071C26
(7,28,38)
#06161B
(6,22,27)
#051010
(5,16,16)
#000000
(0,0,0)

Tints of #0F4C7E

#0F4C7E
(15,76,126)
#245C89
(36,92,137)
#396C94
(57,108,148)
#4E7C9F
(78,124,159)
#638CAA
(99,140,170)
#789CB5
(120,156,181)
#8DACC0
(141,172,192)
#A2BCCB
(162,188,203)
#B7CCD6
(183,204,214)
#CCDCE1
(204,220,225)
#E1ECEC
(225,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4C7E color. Also use rgb(15,76,126) instead hex code.

Text Font Color

.myTextColor { color: #0F4C7E; }

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

This text font color is #0F4C7E.


Background Color

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

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

This div background color is #0F4C7E.


Border color

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

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

This div border color is #0F4C7E.


Opacity

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

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

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

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

This text has shadow with #0F4C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4C7E on black background.


Color preview on white background

This text has color #0F4C7E on white background.



Black color preview on #0F4C7E background

This text has black color on #0F4C7E background.


White color preview on #0F4C7E background

This text has white color on #0F4C7E background.