COLOR #0F204F

HEX: #0F204F
RGB: (15,32,79)

Color info

#0F204F contains mainly green and blue colors. Web safe color of #0F204F is #003366 (or #036).

RGB color model

#0F204F color RGB value is (15,32,79).

  • red value is 15;
  • green value is 32;
  • blue value is 79.
RGB:
(15,32,79)
(6%,13%,31%)

RGB channels and saturation

R 15 of 255 = 6%
G 32 of 255 = 13%
B 79 of 255 = 31%

15
32
79

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

Portions of RGB colors in percentages

R + G + B =
15 + 32 + 79 = 126 (100%)
R 15 of 126 ~ 11.9%
G 32 of 126 ~ 25.4%
B 79 of 126 ~ 62.7%

%11.9
%25.4
%62.7

CMYK color model

#0F204F color CMYK value is (81,59,0,69).

  • cyan value is 81.01%
  • magenta value is 59.49%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(81,59,0,69)
C81M59Y0K69 
(81%,59%,0%,69%)
(0.81/0.59/0.00/0.69)	

CMYK percentages

%81.01
%59.49
%0
%69.02

Codes

Color #0F204F in popluar color models

0F204F
RGB153279
HSL224°68.09%18.43%
HSB/HSV224°81.01%30.98%
CMYK81.01%59.49%0.00%
69.02%

Color #0F204F in popluar number systems.

HEX0F204F
Decimal153279
Binary11111000001001111
Octal1740117

Shades and tints

Shades of #0F204F

#0F204F
(15,32,79)
#0E1E48
(14,30,72)
#0D1C41
(13,28,65)
#0C1A3A
(12,26,58)
#0B1833
(11,24,51)
#0A162C
(10,22,44)
#091425
(9,20,37)
#08121E
(8,18,30)
#071017
(7,16,23)
#060E10
(6,14,16)
#050C09
(5,12,9)
#000000
(0,0,0)

Tints of #0F204F

#0F204F
(15,32,79)
#24345F
(36,52,95)
#39486F
(57,72,111)
#4E5C7F
(78,92,127)
#63708F
(99,112,143)
#78849F
(120,132,159)
#8D98AF
(141,152,175)
#A2ACBF
(162,172,191)
#B7C0CF
(183,192,207)
#CCD4DF
(204,212,223)
#E1E8EF
(225,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F204F color. Also use rgb(15,32,79) instead hex code.

Text Font Color

.myTextColor { color: #0F204F; }

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

This text font color is #0F204F.


Background Color

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

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

This div background color is #0F204F.


Border color

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

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

This div border color is #0F204F.


Opacity

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

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

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

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

This text has shadow with #0F204F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F204F on black background.


Color preview on white background

This text has color #0F204F on white background.



Black color preview on #0F204F background

This text has black color on #0F204F background.


White color preview on #0F204F background

This text has white color on #0F204F background.