COLOR #0F2844

HEX: #0F2844
RGB: (15,40,68)

Color info

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

RGB color model

#0F2844 color RGB value is (15,40,68).

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

RGB channels and saturation

R 15 of 255 = 6%
G 40 of 255 = 16%
B 68 of 255 = 27%

15
40
68

R + G + B ~ 16%. #0F2844 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 40 + 68 = 123 (100%)
R 15 of 123 ~ 12.2%
G 40 of 123 ~ 32.52%
B 68 of 123 ~ 55.28%

%12.2
%32.52
%55.28

CMYK color model

#0F2844 color CMYK value is (78,41,0,73).

  • cyan value is 77.94%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(78,41,0,73)
C78M41Y0K73 
(78%,41%,0%,73%)
(0.78/0.41/0.00/0.73)	

CMYK percentages

%77.94
%41.18
%0
%73.33

Codes

Color #0F2844 in popluar color models

0F2844
RGB154068
HSL212°63.86%16.27%
HSB/HSV212°77.94%26.67%
CMYK77.94%41.18%0.00%
73.33%

Color #0F2844 in popluar number systems.

HEX0F2844
Decimal154068
Binary11111010001000100
Octal1750104

Shades and tints

Shades of #0F2844

#0F2844
(15,40,68)
#0E253E
(14,37,62)
#0D2238
(13,34,56)
#0C1F32
(12,31,50)
#0B1C2C
(11,28,44)
#0A1926
(10,25,38)
#091620
(9,22,32)
#08131A
(8,19,26)
#071014
(7,16,20)
#060D0E
(6,13,14)
#050A08
(5,10,8)
#000000
(0,0,0)

Tints of #0F2844

#0F2844
(15,40,68)
#243B55
(36,59,85)
#394E66
(57,78,102)
#4E6177
(78,97,119)
#637488
(99,116,136)
#788799
(120,135,153)
#8D9AAA
(141,154,170)
#A2ADBB
(162,173,187)
#B7C0CC
(183,192,204)
#CCD3DD
(204,211,221)
#E1E6EE
(225,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2844; }

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

This text font color is #0F2844.


Background Color

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

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

This div background color is #0F2844.


Border color

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

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

This div border color is #0F2844.


Opacity

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

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

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

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

This text has shadow with #0F2844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2844 on black background.


Color preview on white background

This text has color #0F2844 on white background.



Black color preview on #0F2844 background

This text has black color on #0F2844 background.


White color preview on #0F2844 background

This text has white color on #0F2844 background.