COLOR #0F1549

HEX: #0F1549
RGB: (15,21,73)

Color info

#0F1549 contains red, green and blue colors in about the same proportion. Web safe color of #0F1549 is #000033 (or #003).

RGB color model

#0F1549 color RGB value is (15,21,73).

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

RGB channels and saturation

R 15 of 255 = 6%
G 21 of 255 = 8%
B 73 of 255 = 29%

15
21
73

R + G + B ~ 14%. #0F1549 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 21 + 73 = 109 (100%)
R 15 of 109 ~ 13.76%
G 21 of 109 ~ 19.27%
B 73 of 109 ~ 66.97%

%13.76
%19.27
%66.97

CMYK color model

#0F1549 color CMYK value is (79,71,0,71).

  • cyan value is 79.45%
  • magenta value is 71.23%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(79,71,0,71)
C79M71Y0K71 
(79%,71%,0%,71%)
(0.79/0.71/0.00/0.71)	

CMYK percentages

%79.45
%71.23
%0
%71.37

Codes

Color #0F1549 in popluar color models

0F1549
RGB152173
HSL234°65.91%17.25%
HSB/HSV234°79.45%28.63%
CMYK79.45%71.23%0.00%
71.37%

Color #0F1549 in popluar number systems.

HEX0F1549
Decimal152173
Binary1111101011001001
Octal1725111

Shades and tints

Shades of #0F1549

#0F1549
(15,21,73)
#0E1443
(14,20,67)
#0D133D
(13,19,61)
#0C1237
(12,18,55)
#0B1131
(11,17,49)
#0A102B
(10,16,43)
#090F25
(9,15,37)
#080E1F
(8,14,31)
#070D19
(7,13,25)
#060C13
(6,12,19)
#050B0D
(5,11,13)
#000000
(0,0,0)

Tints of #0F1549

#0F1549
(15,21,73)
#242A59
(36,42,89)
#393F69
(57,63,105)
#4E5479
(78,84,121)
#636989
(99,105,137)
#787E99
(120,126,153)
#8D93A9
(141,147,169)
#A2A8B9
(162,168,185)
#B7BDC9
(183,189,201)
#CCD2D9
(204,210,217)
#E1E7E9
(225,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1549; }

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

This text font color is #0F1549.


Background Color

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

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

This div background color is #0F1549.


Border color

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

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

This div border color is #0F1549.


Opacity

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

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

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

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

This text has shadow with #0F1549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1549 on black background.


Color preview on white background

This text has color #0F1549 on white background.



Black color preview on #0F1549 background

This text has black color on #0F1549 background.


White color preview on #0F1549 background

This text has white color on #0F1549 background.