COLOR #0F2840

HEX: #0F2840
RGB: (15,40,64)

Color info

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

RGB color model

#0F2840 color RGB value is (15,40,64).

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

RGB channels and saturation

R 15 of 255 = 6%
G 40 of 255 = 16%
B 64 of 255 = 25%

15
40
64

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

Portions of RGB colors in percentages

R + G + B =
15 + 40 + 64 = 119 (100%)
R 15 of 119 ~ 12.61%
G 40 of 119 ~ 33.61%
B 64 of 119 ~ 53.78%

%12.61
%33.61
%53.78

CMYK color model

#0F2840 color CMYK value is (77,38,0,75).

  • cyan value is 76.56%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(77,38,0,75)
C77M38Y0K75 
(77%,38%,0%,75%)
(0.77/0.38/0.00/0.75)	

CMYK percentages

%76.56
%37.5
%0
%74.9

Codes

Color #0F2840 in popluar color models

0F2840
RGB154064
HSL209°62.03%15.49%
HSB/HSV209°76.56%25.10%
CMYK76.56%37.50%0.00%
74.90%

Color #0F2840 in popluar number systems.

HEX0F2840
Decimal154064
Binary11111010001000000
Octal1750100

Shades and tints

Shades of #0F2840

#0F2840
(15,40,64)
#0E253B
(14,37,59)
#0D2236
(13,34,54)
#0C1F31
(12,31,49)
#0B1C2C
(11,28,44)
#0A1927
(10,25,39)
#091622
(9,22,34)
#08131D
(8,19,29)
#071018
(7,16,24)
#060D13
(6,13,19)
#050A0E
(5,10,14)
#000000
(0,0,0)

Tints of #0F2840

#0F2840
(15,40,64)
#243B51
(36,59,81)
#394E62
(57,78,98)
#4E6173
(78,97,115)
#637484
(99,116,132)
#788795
(120,135,149)
#8D9AA6
(141,154,166)
#A2ADB7
(162,173,183)
#B7C0C8
(183,192,200)
#CCD3D9
(204,211,217)
#E1E6EA
(225,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2840; }

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

This text font color is #0F2840.


Background Color

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

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

This div background color is #0F2840.


Border color

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

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

This div border color is #0F2840.


Opacity

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

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

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

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

This text has shadow with #0F2840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2840 on black background.


Color preview on white background

This text has color #0F2840 on white background.



Black color preview on #0F2840 background

This text has black color on #0F2840 background.


White color preview on #0F2840 background

This text has white color on #0F2840 background.