COLOR #0F2F8B

HEX: #0F2F8B
RGB: (15,47,139)

Color info

#0F2F8B contains mainly blue color. Web safe color of #0F2F8B is #003399 (or #039).

RGB color model

#0F2F8B color RGB value is (15,47,139).

  • red value is 15;
  • green value is 47;
  • blue value is 139.
RGB:
(15,47,139)
(6%,18%,55%)

RGB channels and saturation

R 15 of 255 = 6%
G 47 of 255 = 18%
B 139 of 255 = 55%

15
47
139

R + G + B ~ 26%. #0F2F8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 47 + 139 = 201 (100%)
R 15 of 201 ~ 7.46%
G 47 of 201 ~ 23.38%
B 139 of 201 ~ 69.15%

%23.38
%69.15

CMYK color model

#0F2F8B color CMYK value is (89,66,0,45).

  • cyan value is 89.21%
  • magenta value is 66.19%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(89,66,0,45)
C89M66Y0K45 
(89%,66%,0%,45%)
(0.89/0.66/0.00/0.45)	

CMYK percentages

%89.21
%66.19
%0
%45.49

Codes

Color #0F2F8B in popluar color models

0F2F8B
RGB1547139
HSL225°80.52%30.20%
HSB/HSV225°89.21%54.51%
CMYK89.21%66.19%0.00%
45.49%

Color #0F2F8B in popluar number systems.

HEX0F2F8B
Decimal1547139
Binary111110111110001011
Octal1757213

Shades and tints

Shades of #0F2F8B

#0F2F8B
(15,47,139)
#0E2B7F
(14,43,127)
#0D2773
(13,39,115)
#0C2367
(12,35,103)
#0B1F5B
(11,31,91)
#0A1B4F
(10,27,79)
#091743
(9,23,67)
#081337
(8,19,55)
#070F2B
(7,15,43)
#060B1F
(6,11,31)
#050713
(5,7,19)
#000000
(0,0,0)

Tints of #0F2F8B

#0F2F8B
(15,47,139)
#244195
(36,65,149)
#39539F
(57,83,159)
#4E65A9
(78,101,169)
#6377B3
(99,119,179)
#7889BD
(120,137,189)
#8D9BC7
(141,155,199)
#A2ADD1
(162,173,209)
#B7BFDB
(183,191,219)
#CCD1E5
(204,209,229)
#E1E3EF
(225,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2F8B color. Also use rgb(15,47,139) instead hex code.

Text Font Color

.myTextColor { color: #0F2F8B; }

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

This text font color is #0F2F8B.


Background Color

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

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

This div background color is #0F2F8B.


Border color

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

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

This div border color is #0F2F8B.


Opacity

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

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

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

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

This text has shadow with #0F2F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2F8B on black background.


Color preview on white background

This text has color #0F2F8B on white background.



Black color preview on #0F2F8B background

This text has black color on #0F2F8B background.


White color preview on #0F2F8B background

This text has white color on #0F2F8B background.