COLOR #0F4B65

HEX: #0F4B65
RGB: (15,75,101)

Color info

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

RGB color model

#0F4B65 color RGB value is (15,75,101).

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

RGB channels and saturation

R 15 of 255 = 6%
G 75 of 255 = 29%
B 101 of 255 = 40%

15
75
101

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

Portions of RGB colors in percentages

R + G + B =
15 + 75 + 101 = 191 (100%)
R 15 of 191 ~ 7.85%
G 75 of 191 ~ 39.27%
B 101 of 191 ~ 52.88%

%39.27
%52.88

CMYK color model

#0F4B65 color CMYK value is (85,26,0,60).

  • cyan value is 85.15%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(85,26,0,60)
C85M26Y0K60 
(85%,26%,0%,60%)
(0.85/0.26/0.00/0.60)	

CMYK percentages

%85.15
%25.74
%0
%60.39

Codes

Color #0F4B65 in popluar color models

0F4B65
RGB1575101
HSL198°74.14%22.75%
HSB/HSV198°85.15%39.61%
CMYK85.15%25.74%0.00%
60.39%

Color #0F4B65 in popluar number systems.

HEX0F4B65
Decimal1575101
Binary111110010111100101
Octal17113145

Shades and tints

Shades of #0F4B65

#0F4B65
(15,75,101)
#0E455C
(14,69,92)
#0D3F53
(13,63,83)
#0C394A
(12,57,74)
#0B3341
(11,51,65)
#0A2D38
(10,45,56)
#09272F
(9,39,47)
#082126
(8,33,38)
#071B1D
(7,27,29)
#061514
(6,21,20)
#050F0B
(5,15,11)
#000000
(0,0,0)

Tints of #0F4B65

#0F4B65
(15,75,101)
#245B73
(36,91,115)
#396B81
(57,107,129)
#4E7B8F
(78,123,143)
#638B9D
(99,139,157)
#789BAB
(120,155,171)
#8DABB9
(141,171,185)
#A2BBC7
(162,187,199)
#B7CBD5
(183,203,213)
#CCDBE3
(204,219,227)
#E1EBF1
(225,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F4B65; }

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

This text font color is #0F4B65.


Background Color

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

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

This div background color is #0F4B65.


Border color

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

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

This div border color is #0F4B65.


Opacity

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

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

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

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

This text has shadow with #0F4B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4B65 on black background.


Color preview on white background

This text has color #0F4B65 on white background.



Black color preview on #0F4B65 background

This text has black color on #0F4B65 background.


White color preview on #0F4B65 background

This text has white color on #0F4B65 background.