COLOR #0F154E

HEX: #0F154E
RGB: (15,21,78)

Color info

#0F154E contains mainly green and blue colors. Web safe color of #0F154E is #000066 (or #006).

RGB color model

#0F154E color RGB value is (15,21,78).

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

RGB channels and saturation

R 15 of 255 = 6%
G 21 of 255 = 8%
B 78 of 255 = 31%

15
21
78

R + G + B ~ 15%. #0F154E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 21 + 78 = 114 (100%)
R 15 of 114 ~ 13.16%
G 21 of 114 ~ 18.42%
B 78 of 114 ~ 68.42%

%13.16
%18.42
%68.42

CMYK color model

#0F154E color CMYK value is (81,73,0,69).

  • cyan value is 80.77%
  • magenta value is 73.08%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(81,73,0,69)
C81M73Y0K69 
(81%,73%,0%,69%)
(0.81/0.73/0.00/0.69)	

CMYK percentages

%80.77
%73.08
%0
%69.41

Codes

Color #0F154E in popluar color models

0F154E
RGB152178
HSL234°67.74%18.24%
HSB/HSV234°80.77%30.59%
CMYK80.77%73.08%0.00%
69.41%

Color #0F154E in popluar number systems.

HEX0F154E
Decimal152178
Binary1111101011001110
Octal1725116

Shades and tints

Shades of #0F154E

#0F154E
(15,21,78)
#0E1447
(14,20,71)
#0D1340
(13,19,64)
#0C1239
(12,18,57)
#0B1132
(11,17,50)
#0A102B
(10,16,43)
#090F24
(9,15,36)
#080E1D
(8,14,29)
#070D16
(7,13,22)
#060C0F
(6,12,15)
#050B08
(5,11,8)
#000000
(0,0,0)

Tints of #0F154E

#0F154E
(15,21,78)
#242A5E
(36,42,94)
#393F6E
(57,63,110)
#4E547E
(78,84,126)
#63698E
(99,105,142)
#787E9E
(120,126,158)
#8D93AE
(141,147,174)
#A2A8BE
(162,168,190)
#B7BDCE
(183,189,206)
#CCD2DE
(204,210,222)
#E1E7EE
(225,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F154E; }

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

This text font color is #0F154E.


Background Color

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

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

This div background color is #0F154E.


Border color

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

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

This div border color is #0F154E.


Opacity

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

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

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

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

This text has shadow with #0F154E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F154E on black background.


Color preview on white background

This text has color #0F154E on white background.



Black color preview on #0F154E background

This text has black color on #0F154E background.


White color preview on #0F154E background

This text has white color on #0F154E background.