COLOR #0F1C49

HEX: #0F1C49
RGB: (15,28,73)

Color info

#0F1C49 contains red, green and blue colors in about the same proportion. Web safe color of #0F1C49 is #003333 (or #033).

RGB color model

#0F1C49 color RGB value is (15,28,73).

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

RGB channels and saturation

R 15 of 255 = 6%
G 28 of 255 = 11%
B 73 of 255 = 29%

15
28
73

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

Portions of RGB colors in percentages

R + G + B =
15 + 28 + 73 = 116 (100%)
R 15 of 116 ~ 12.93%
G 28 of 116 ~ 24.14%
B 73 of 116 ~ 62.93%

%12.93
%24.14
%62.93

CMYK color model

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

  • cyan value is 79.45%
  • magenta value is 61.64%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(79,62,0,71)
C79M62Y0K71 
(79%,62%,0%,71%)
(0.79/0.62/0.00/0.71)	

CMYK percentages

%79.45
%61.64
%0
%71.37

Codes

Color #0F1C49 in popluar color models

0F1C49
RGB152873
HSL227°65.91%17.25%
HSB/HSV227°79.45%28.63%
CMYK79.45%61.64%0.00%
71.37%

Color #0F1C49 in popluar number systems.

HEX0F1C49
Decimal152873
Binary1111111001001001
Octal1734111

Shades and tints

Shades of #0F1C49

#0F1C49
(15,28,73)
#0E1A43
(14,26,67)
#0D183D
(13,24,61)
#0C1637
(12,22,55)
#0B1431
(11,20,49)
#0A122B
(10,18,43)
#091025
(9,16,37)
#080E1F
(8,14,31)
#070C19
(7,12,25)
#060A13
(6,10,19)
#05080D
(5,8,13)
#000000
(0,0,0)

Tints of #0F1C49

#0F1C49
(15,28,73)
#243059
(36,48,89)
#394469
(57,68,105)
#4E5879
(78,88,121)
#636C89
(99,108,137)
#788099
(120,128,153)
#8D94A9
(141,148,169)
#A2A8B9
(162,168,185)
#B7BCC9
(183,188,201)
#CCD0D9
(204,208,217)
#E1E4E9
(225,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1C49; }

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

This text font color is #0F1C49.


Background Color

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

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

This div background color is #0F1C49.


Border color

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

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

This div border color is #0F1C49.


Opacity

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

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

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

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

This text has shadow with #0F1C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1C49 on black background.


Color preview on white background

This text has color #0F1C49 on white background.



Black color preview on #0F1C49 background

This text has black color on #0F1C49 background.


White color preview on #0F1C49 background

This text has white color on #0F1C49 background.