COLOR #0F155F

HEX: #0F155F
RGB: (15,21,95)

Color info

#0F155F contains mainly blue color. Web safe color of #0F155F is #000066 (or #006).

RGB color model

#0F155F color RGB value is (15,21,95).

  • red value is 15;
  • green value is 21;
  • blue value is 95.
RGB:
(15,21,95)
(6%,8%,37%)

RGB channels and saturation

R 15 of 255 = 6%
G 21 of 255 = 8%
B 95 of 255 = 37%

15
21
95

R + G + B ~ 17%. #0F155F is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 21 + 95 = 131 (100%)
R 15 of 131 ~ 11.45%
G 21 of 131 ~ 16.03%
B 95 of 131 ~ 72.52%

%11.45
%16.03
%72.52

CMYK color model

#0F155F color CMYK value is (84,78,0,63).

  • cyan value is 84.21%
  • magenta value is 77.89%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(84,78,0,63)
C84M78Y0K63 
(84%,78%,0%,63%)
(0.84/0.78/0.00/0.63)	

CMYK percentages

%84.21
%77.89
%0
%62.75

Codes

Color #0F155F in popluar color models

0F155F
RGB152195
HSL236°72.73%21.57%
HSB/HSV236°84.21%37.25%
CMYK84.21%77.89%0.00%
62.75%

Color #0F155F in popluar number systems.

HEX0F155F
Decimal152195
Binary1111101011011111
Octal1725137

Shades and tints

Shades of #0F155F

#0F155F
(15,21,95)
#0E1457
(14,20,87)
#0D134F
(13,19,79)
#0C1247
(12,18,71)
#0B113F
(11,17,63)
#0A1037
(10,16,55)
#090F2F
(9,15,47)
#080E27
(8,14,39)
#070D1F
(7,13,31)
#060C17
(6,12,23)
#050B0F
(5,11,15)
#000000
(0,0,0)

Tints of #0F155F

#0F155F
(15,21,95)
#242A6D
(36,42,109)
#393F7B
(57,63,123)
#4E5489
(78,84,137)
#636997
(99,105,151)
#787EA5
(120,126,165)
#8D93B3
(141,147,179)
#A2A8C1
(162,168,193)
#B7BDCF
(183,189,207)
#CCD2DD
(204,210,221)
#E1E7EB
(225,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F155F color. Also use rgb(15,21,95) instead hex code.

Text Font Color

.myTextColor { color: #0F155F; }

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

This text font color is #0F155F.


Background Color

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

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

This div background color is #0F155F.


Border color

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

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

This div border color is #0F155F.


Opacity

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

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

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

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

This text has shadow with #0F155F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F155F on black background.


Color preview on white background

This text has color #0F155F on white background.



Black color preview on #0F155F background

This text has black color on #0F155F background.


White color preview on #0F155F background

This text has white color on #0F155F background.