COLOR #0F4B6E

HEX: #0F4B6E
RGB: (15,75,110)

Color info

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

RGB color model

#0F4B6E color RGB value is (15,75,110).

  • red value is 15;
  • green value is 75;
  • blue value is 110.
RGB:
(15,75,110)
(6%,29%,43%)

RGB channels and saturation

R 15 of 255 = 6%
G 75 of 255 = 29%
B 110 of 255 = 43%

15
75
110

R + G + B ~ 26%. #0F4B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 75 + 110 = 200 (100%)
R 15 of 200 ~ 7.5%
G 75 of 200 ~ 37.5%
B 110 of 200 ~ 55%

%37.5
%55

CMYK color model

#0F4B6E color CMYK value is (86,32,0,57).

  • cyan value is 86.36%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(86,32,0,57)
C86M32Y0K57 
(86%,32%,0%,57%)
(0.86/0.32/0.00/0.57)	

CMYK percentages

%86.36
%31.82
%0
%56.86

Codes

Color #0F4B6E in popluar color models

0F4B6E
RGB1575110
HSL202°76.00%24.51%
HSB/HSV202°86.36%43.14%
CMYK86.36%31.82%0.00%
56.86%

Color #0F4B6E in popluar number systems.

HEX0F4B6E
Decimal1575110
Binary111110010111101110
Octal17113156

Shades and tints

Shades of #0F4B6E

#0F4B6E
(15,75,110)
#0E4564
(14,69,100)
#0D3F5A
(13,63,90)
#0C3950
(12,57,80)
#0B3346
(11,51,70)
#0A2D3C
(10,45,60)
#092732
(9,39,50)
#082128
(8,33,40)
#071B1E
(7,27,30)
#061514
(6,21,20)
#050F0A
(5,15,10)
#000000
(0,0,0)

Tints of #0F4B6E

#0F4B6E
(15,75,110)
#245B7B
(36,91,123)
#396B88
(57,107,136)
#4E7B95
(78,123,149)
#638BA2
(99,139,162)
#789BAF
(120,155,175)
#8DABBC
(141,171,188)
#A2BBC9
(162,187,201)
#B7CBD6
(183,203,214)
#CCDBE3
(204,219,227)
#E1EBF0
(225,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4B6E color. Also use rgb(15,75,110) instead hex code.

Text Font Color

.myTextColor { color: #0F4B6E; }

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

This text font color is #0F4B6E.


Background Color

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

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

This div background color is #0F4B6E.


Border color

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

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

This div border color is #0F4B6E.


Opacity

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

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

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

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

This text has shadow with #0F4B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4B6E on black background.


Color preview on white background

This text has color #0F4B6E on white background.



Black color preview on #0F4B6E background

This text has black color on #0F4B6E background.


White color preview on #0F4B6E background

This text has white color on #0F4B6E background.