COLOR #0F2849

HEX: #0F2849
RGB: (15,40,73)

Color info

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

RGB color model

#0F2849 color RGB value is (15,40,73).

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

RGB channels and saturation

R 15 of 255 = 6%
G 40 of 255 = 16%
B 73 of 255 = 29%

15
40
73

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

Portions of RGB colors in percentages

R + G + B =
15 + 40 + 73 = 128 (100%)
R 15 of 128 ~ 11.72%
G 40 of 128 ~ 31.25%
B 73 of 128 ~ 57.03%

%11.72
%31.25
%57.03

CMYK color model

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

  • cyan value is 79.45%
  • magenta value is 45.21%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(79,45,0,71)
C79M45Y0K71 
(79%,45%,0%,71%)
(0.79/0.45/0.00/0.71)	

CMYK percentages

%79.45
%45.21
%0
%71.37

Codes

Color #0F2849 in popluar color models

0F2849
RGB154073
HSL214°65.91%17.25%
HSB/HSV214°79.45%28.63%
CMYK79.45%45.21%0.00%
71.37%

Color #0F2849 in popluar number systems.

HEX0F2849
Decimal154073
Binary11111010001001001
Octal1750111

Shades and tints

Shades of #0F2849

#0F2849
(15,40,73)
#0E2543
(14,37,67)
#0D223D
(13,34,61)
#0C1F37
(12,31,55)
#0B1C31
(11,28,49)
#0A192B
(10,25,43)
#091625
(9,22,37)
#08131F
(8,19,31)
#071019
(7,16,25)
#060D13
(6,13,19)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #0F2849

#0F2849
(15,40,73)
#243B59
(36,59,89)
#394E69
(57,78,105)
#4E6179
(78,97,121)
#637489
(99,116,137)
#788799
(120,135,153)
#8D9AA9
(141,154,169)
#A2ADB9
(162,173,185)
#B7C0C9
(183,192,201)
#CCD3D9
(204,211,217)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2849; }

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

This text font color is #0F2849.


Background Color

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

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

This div background color is #0F2849.


Border color

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

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

This div border color is #0F2849.


Opacity

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

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

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

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

This text has shadow with #0F2849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2849 on black background.


Color preview on white background

This text has color #0F2849 on white background.



Black color preview on #0F2849 background

This text has black color on #0F2849 background.


White color preview on #0F2849 background

This text has white color on #0F2849 background.