COLOR #0F2050

HEX: #0F2050
RGB: (15,32,80)

Color info

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

RGB color model

#0F2050 color RGB value is (15,32,80).

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

RGB channels and saturation

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

15
32
80

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

Portions of RGB colors in percentages

R + G + B =
15 + 32 + 80 = 127 (100%)
R 15 of 127 ~ 11.81%
G 32 of 127 ~ 25.2%
B 80 of 127 ~ 62.99%

%11.81
%25.2
%62.99

CMYK color model

#0F2050 color CMYK value is (81,60,0,69).

  • cyan value is 81.25%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(81,60,0,69)
C81M60Y0K69 
(81%,60%,0%,69%)
(0.81/0.60/0.00/0.69)	

CMYK percentages

%81.25
%60
%0
%68.63

Codes

Color #0F2050 in popluar color models

0F2050
RGB153280
HSL224°68.42%18.63%
HSB/HSV224°81.25%31.37%
CMYK81.25%60.00%0.00%
68.63%

Color #0F2050 in popluar number systems.

HEX0F2050
Decimal153280
Binary11111000001010000
Octal1740120

Shades and tints

Shades of #0F2050

#0F2050
(15,32,80)
#0E1E49
(14,30,73)
#0D1C42
(13,28,66)
#0C1A3B
(12,26,59)
#0B1834
(11,24,52)
#0A162D
(10,22,45)
#091426
(9,20,38)
#08121F
(8,18,31)
#071018
(7,16,24)
#060E11
(6,14,17)
#050C0A
(5,12,10)
#000000
(0,0,0)

Tints of #0F2050

#0F2050
(15,32,80)
#24345F
(36,52,95)
#39486E
(57,72,110)
#4E5C7D
(78,92,125)
#63708C
(99,112,140)
#78849B
(120,132,155)
#8D98AA
(141,152,170)
#A2ACB9
(162,172,185)
#B7C0C8
(183,192,200)
#CCD4D7
(204,212,215)
#E1E8E6
(225,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2050; }

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

This text font color is #0F2050.


Background Color

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

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

This div background color is #0F2050.


Border color

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

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

This div border color is #0F2050.


Opacity

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

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

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

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

This text has shadow with #0F2050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2050 on black background.


Color preview on white background

This text has color #0F2050 on white background.



Black color preview on #0F2050 background

This text has black color on #0F2050 background.


White color preview on #0F2050 background

This text has white color on #0F2050 background.