COLOR #0F2940

HEX: #0F2940
RGB: (15,41,64)

Color info

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

RGB color model

#0F2940 color RGB value is (15,41,64).

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

RGB channels and saturation

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

15
41
64

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

Portions of RGB colors in percentages

R + G + B =
15 + 41 + 64 = 120 (100%)
R 15 of 120 ~ 12.5%
G 41 of 120 ~ 34.17%
B 64 of 120 ~ 53.33%

%12.5
%34.17
%53.33

CMYK color model

#0F2940 color CMYK value is (77,36,0,75).

  • cyan value is 76.56%
  • magenta value is 35.94%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(77,36,0,75)
C77M36Y0K75 
(77%,36%,0%,75%)
(0.77/0.36/0.00/0.75)	

CMYK percentages

%76.56
%35.94
%0
%74.9

Codes

Color #0F2940 in popluar color models

0F2940
RGB154164
HSL208°62.03%15.49%
HSB/HSV208°76.56%25.10%
CMYK76.56%35.94%0.00%
74.90%

Color #0F2940 in popluar number systems.

HEX0F2940
Decimal154164
Binary11111010011000000
Octal1751100

Shades and tints

Shades of #0F2940

#0F2940
(15,41,64)
#0E263B
(14,38,59)
#0D2336
(13,35,54)
#0C2031
(12,32,49)
#0B1D2C
(11,29,44)
#0A1A27
(10,26,39)
#091722
(9,23,34)
#08141D
(8,20,29)
#071118
(7,17,24)
#060E13
(6,14,19)
#050B0E
(5,11,14)
#000000
(0,0,0)

Tints of #0F2940

#0F2940
(15,41,64)
#243C51
(36,60,81)
#394F62
(57,79,98)
#4E6273
(78,98,115)
#637584
(99,117,132)
#788895
(120,136,149)
#8D9BA6
(141,155,166)
#A2AEB7
(162,174,183)
#B7C1C8
(183,193,200)
#CCD4D9
(204,212,217)
#E1E7EA
(225,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2940; }

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

This text font color is #0F2940.


Background Color

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

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

This div background color is #0F2940.


Border color

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

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

This div border color is #0F2940.


Opacity

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

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

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

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

This text has shadow with #0F2940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2940 on black background.


Color preview on white background

This text has color #0F2940 on white background.



Black color preview on #0F2940 background

This text has black color on #0F2940 background.


White color preview on #0F2940 background

This text has white color on #0F2940 background.